Advertisement
DhilDaily

Game Crash - G - T

Jan 20th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.28 KB | None | 0 0
  1. ```
  2. I'm sorry, but an uncaught exception occurred.
  3.  
  4. While running game code:
  5.  File "game/free_events_handler.rpy", line 513, in <module>
  6. KeyError: u'garage'
  7.  
  8. -- Full Traceback ------------------------------------------------------------
  9.  
  10. Full traceback:
  11.  File "script.rpyc", line 89, in script call
  12.  File "calendar_handler.rpyc", line 94, in script call
  13.  File "work_days.rpyc", line 6, in script call
  14.  File "work_days.rpyc", line 106, in script call
  15.  File "free_events_handler.rpyc", line 137, in script call
  16.  File "free_events_handler.rpyc", line 402, in script call
  17.  File "free_events_handler.rpyc", line 440, in script call
  18.  File "free_events_handler.rpyc", line 492, in script call
  19.  File "free_events_handler.rpyc", line 513, in script
  20.  File "C:\Users\mf1fa\Downloads\FullService-1.13.1-pc\FullService-1.13.1-pc\renpy\ast.py", line 914, in execute
  21.    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  22.  File "C:\Users\mf1fa\Downloads\FullService-1.13.1-pc\FullService-1.13.1-pc\renpy\python.py", line 2028, in py_exec_bytecode
  23.    exec bytecode in globals, locals
  24.  File "game/free_events_handler.rpy", line 513, in <module>
  25. KeyError: u'garage'
  26.  
  27. Windows-8-6.2.9200
  28. Ren'Py 7.3.5.606
  29. Full Service 1.13.1 1.13.1
  30. Tue Jan 21 00:41:17 2020
  31. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement