When I try to load my save file from the last version I get the error
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 2184, in <module>
IndexError: list index out of range
And if I try to go to the main map I get an error before being teleported seemingly at random including into dialog options with the sinners at Ash's or with Asuna.```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/map.rpy", line 1, in execute
File "game/map.rpy", line 1, in execute
File "game/map.rpy", line 5, in execute
File "game/map.rpy", line 80, in execute
File "game/map.rpy", line 80, in <module>
KeyError: 'third_act_major_event'
In both cases the full traceback is to long to be posted here-