Advertisement
Guest User

Untitled

a guest
Jul 27th, 2022
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. I'm sorry, but an uncaught exception occurred.
  2.  
  3. While running game code:
  4. File "game/script.rpy", line 451, in <module>
  5. File "game/sayer.rpy", line 220, in sayer
  6. File "game/myscreens.rpy", line 1018, in execute
  7. File "game/myscreens.rpy", line 1018, in execute
  8. File "game/myscreens.rpy", line 1049, in execute
  9. File "game/myscreens.rpy", line 1050, in execute
  10. File "game/myscreens.rpy", line 1051, in execute
  11. File "game/myscreens.rpy", line 1053, in execute
  12. File "game/myscreens.rpy", line 1054, in execute
  13. File "game/myscreens.rpy", line 1054, in <module>
  14. File "game/animations.rpy", line 54, in Anim
  15. File "game/animations.rpy", line 149, in image_add_composite
  16. File "game/animations.rpy", line 689, in get_enemy_behind_url
  17. NameError: global name 'e_manastalker_A' is not defined
  18.  
  19. -- Full Traceback ------------------------------------------------------------
  20.  
  21. Full traceback:
  22. File "script.rpyc", line 451, in script
  23. File "itch/town-of-magic/Town_of_Magic-linux/renpy/ast.py", line 928, in execute
  24. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  25. File "itch/town-of-magic/Town_of_Magic-linux/renpy/python.py", line 2245, in py_exec_bytecode
  26. exec(bytecode, globals, locals)
  27. File "game/script.rpy", line 451, in <module>
  28. File "game/sayer.rpy", line 220, in sayer
  29. File "itch/town-of-magic/Town_of_Magic-linux/renpy/exports.py", line 1419, in say
  30. who(what, *args, **kwargs)
  31. File "itch/town-of-magic/Town_of_Magic-linux/renpy/character.py", line 1249, in __call__
  32. self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  33. File "itch/town-of-magic/Town_of_Magic-linux/renpy/character.py", line 901, in do_display
  34. **display_args)
  35. File "itch/town-of-magic/Town_of_Magic-linux/renpy/character.py", line 647, in display_say
  36. rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  37. File "itch/town-of-magic/Town_of_Magic-linux/renpy/ui.py", line 298, in interact
  38. rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  39. File "itch/town-of-magic/Town_of_Magic-linux/renpy/display/core.py", line 3325, in interact
  40. repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  41. File "itch/town-of-magic/Town_of_Magic-linux/renpy/display/core.py", line 3737, in interact_core
  42. root_widget.visit_all(lambda i : i.per_interact())
  43. File "itch/town-of-magic/Town_of_Magic-linux/renpy/display/core.py", line 568, in visit_all
  44. d.visit_all(callback, seen)
  45. File "itch/town-of-magic/Town_of_Magic-linux/renpy/display/core.py", line 568, in visit_all
  46. d.visit_all(callback, seen)
  47. File "itch/town-of-magic/Town_of_Magic-linux/renpy/display/core.py", line 568, in visit_all
  48. d.visit_all(callback, seen)
  49. File "itch/town-of-magic/Town_of_Magic-linux/renpy/display/screen.py", line 436, in visit_all
  50. callback(self)
  51. File "itch/town-of-magic/Town_of_Magic-linux/renpy/display/core.py", line 3737, in <lambda>
  52. root_widget.visit_all(lambda i : i.per_interact())
  53. File "itch/town-of-magic/Town_of_Magic-linux/renpy/display/screen.py", line 447, in per_interact
  54. self.update()
  55. File "itch/town-of-magic/Town_of_Magic-linux/renpy/display/screen.py", line 637, in update
  56. self.screen.function(**self.scope)
  57. File "game/myscreens.rpy", line 1018, in execute
  58. File "game/myscreens.rpy", line 1018, in execute
  59. File "game/myscreens.rpy", line 1049, in execute
  60. File "game/myscreens.rpy", line 1050, in execute
  61. File "game/myscreens.rpy", line 1051, in execute
  62. File "game/myscreens.rpy", line 1053, in execute
  63. File "game/myscreens.rpy", line 1054, in execute
  64. File "game/myscreens.rpy", line 1054, in <module>
  65. File "game/animations.rpy", line 54, in Anim
  66. File "game/animations.rpy", line 149, in image_add_composite
  67. File "game/animations.rpy", line 689, in get_enemy_behind_url
  68. NameError: global name 'e_manastalker_A' is not defined
  69.  
  70. Linux-5.15.0-41-generic-x86_64-with-debian-bullseye-sid
  71. Ren'Py 7.4.11.2266
  72.  
  73. Wed Jul 27 13:57:27 2022
  74.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement