Advertisement
DhilDaily

Game Crash - E - Oi Oa 3

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