I'm loading my save from a version a couple of updates back(I wanted to see more content all at once), but I can't. An issue occurred according to Ren'py. Here's the traceback:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/locations/hospital/hospital_waiting.rpy", line 14, in script call
$ arrival()
File "game/scripts/locations/residential_area/residential_area.rpy", line 2, in script call
call screen travel_screen
File "game/after_load.rpy", line 17, in script call
call patch_haven_endings from _call_patch_haven_endings
File "game/patches.rpy", line 8, in script
$ main_quest_05.missionvar18["burnt_building"] = False
File "game/patches.rpy", line 8, in <module>
$ main_quest_05.missionvar18["burnt_building"] = False
TypeError: 'int' object does not support item assignment
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/locations/hospital/hospital_waiting.rpy", line 14, in script call
$ arrival()
File "game/scripts/locations/residential_area/residential_area.rpy", line 2, in script call
call screen travel_screen
File "game/after_load.rpy", line 17, in script call
call patch_haven_endings from _call_patch_haven_endings
File "game/patches.rpy", line 8, in script
$ main_quest_05.missionvar18["burnt_building"] = False
File "C:\Users\zixiq\Downloads\lichess-analysis\lichess-analysis\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\zixiq\Downloads\lichess-analysis\lichess-analysis\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/patches.rpy", line 8, in <module>
$ main_quest_05.missionvar18["burnt_building"] = False
TypeError: 'int' object does not support item assignment
Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Fixer 0.2.31.00
Tue Jun 01 14:33:40 2021
[/code]