Advertisement
DhilDaily

Game Crash - HU 1

Jan 10th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.05 KB | None | 0 0
  1. ```
  2. I'm sorry, but an uncaught exception occurred.
  3.  
  4. While running game code:
  5.  File "game/calendar_handler.rpy", line 43, in <module>
  6. NameError: name 'hisami_unlocked' is not defined
  7.  
  8. -- Full Traceback ------------------------------------------------------------
  9.  
  10. Full traceback:
  11.  File "script.rpyc", line 89, in script call
  12.  File "calendar_handler.rpyc", line 43, in script
  13.  File "C:\Users\mf1fa\Downloads\FullService-1.13-pc\FullService-1.13-pc\renpy\ast.py", line 1832, in execute
  14.    if renpy.python.py_eval(condition):
  15.  File "C:\Users\mf1fa\Downloads\FullService-1.13-pc\FullService-1.13-pc\renpy\python.py", line 2059, in py_eval
  16.    return py_eval_bytecode(code, globals, locals)
  17.  File "C:\Users\mf1fa\Downloads\FullService-1.13-pc\FullService-1.13-pc\renpy\python.py", line 2052, in py_eval_bytecode
  18.    return eval(bytecode, globals, locals)
  19.  File "game/calendar_handler.rpy", line 43, in <module>
  20. NameError: name 'hisami_unlocked' is not defined
  21.  
  22. Windows-8-6.2.9200
  23. Ren'Py 7.3.5.606
  24. Full Service 1.13 1.13
  25. Sat Jan 11 01:14:26 2020
  26. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement