I had 2 game ending crashes.
1. Week 7 Sunday when trying to leave room.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/sunday_events.rpy", line 4, in <module>
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "pool.rpyc", line 45, in script call
File "pool.rpyc", line 45, in script call
File "pool.rpyc", line 45, in script call
File "bathroom.rpyc", line 83, in script call
File "bathroom.rpyc", line 83, in script call
File "bathroom.rpyc", line 83, in script call
File "pool.rpyc", line 45, in script call
File "sunday_events.rpyc", line 4, in script
File "C:\gz\00 - new\MythicManor-0.2.0-pc\renpy\ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\gz\00 - new\MythicManor-0.2.0-pc\renpy\python.py", line 1812, in py_exec_bytecode
exec bytecode in globals, locals
File "game/sunday_events.rpy", line 4, in <module>
IndexError: list index out of range
2. And when trying to access inventory.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 485, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script_other.rpy", line 254, in execute
File "game/script_other.rpy", line 254, in execute
File "game/script_other.rpy", line 272, in execute
File "game/script_other.rpy", line 273, in execute
File "game/script_other.rpy", line 278, in execute
File "game/script_other.rpy", line 278, in <module>
AttributeError: 'bool' object has no attribute 'image'