Advertisement
Guest User

Untitled

a guest
Jul 28th, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. I'm sorry, but an uncaught exception occurred.
  2.  
  3. While running game code:
  4. File "game/renpy_system.rpy", line 112, in <module>
  5. NameError: name 's_possession2' is not defined
  6.  
  7. -- Full Traceback ------------------------------------------------------------
  8.  
  9. Full traceback:
  10. File "script.rpyc", line 427, in script call
  11. File "renpy_system.rpyc", line 112, in script
  12. File "/home/pelu/Downloads/itch/town-of-magic/Town_of_Magic-linux/renpy/ast.py", line 1898, in execute
  13. if renpy.python.py_eval(condition):
  14. File "/home/pelu/Downloads/itch/town-of-magic/Town_of_Magic-linux/renpy/python.py", line 2276, in py_eval
  15. return py_eval_bytecode(code, globals, locals)
  16. File "/home/pelu/Downloads/itch/town-of-magic/Town_of_Magic-linux/renpy/python.py", line 2269, in py_eval_bytecode
  17. return eval(bytecode, globals, locals)
  18. File "game/renpy_system.rpy", line 112, in <module>
  19. NameError: name 's_possession2' is not defined
  20.  
  21. Linux-5.15.0-41-generic-x86_64-with-debian-bullseye-sid
  22. Ren'Py 7.4.11.2266
  23.  
  24. Thu Jul 28 14:00:38 2022
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement