Advertisement
DhilDaily

Game Crash - E - Ploice

Feb 20th, 2020
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.88 KB | None | 0 0
  1. ```
  2. I'm sorry, but an uncaught exception occurred.
  3.  
  4. While running game code:
  5.  File "game/str_22.rpy", line 2, in <module>
  6. NameError: name 'session_22' is not defined
  7.  
  8. -- Full Traceback ------------------------------------------------------------
  9.  
  10. Full traceback:
  11.  File "script.rpyc", line 117, in script call
  12.  File "str_22.rpyc", line 2, in script
  13.  File "C:\Users\mf1fa\Downloads\full-service-windows\FullService-RC1.1-pc\renpy\ast.py", line 914, in execute
  14.    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  15.  File "C:\Users\mf1fa\Downloads\full-service-windows\FullService-RC1.1-pc\renpy\python.py", line 2028, in py_exec_bytecode
  16.    exec bytecode in globals, locals
  17.  File "game/str_22.rpy", line 2, in <module>
  18. NameError: name 'session_22' is not defined
  19.  
  20. Windows-8-6.2.9200
  21. Ren'Py 7.3.5.606
  22. Full Service RC1.1
  23. Fri Feb 21 03:35:01 2020
  24. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement