Saves are broken?
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 265, in script
python:
File "renpy/common/00start.rpy", line 269, in <module>
renpy.call_in_new_context("_main_menu")
KeyError: u'_main_menu_screen'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 265, in script
python:
File "D:\XXXgames\PP-0.9-pc\PP-0.9-pc\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\XXXgames\PP-0.9-pc\PP-0.9-pc\renpy\python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 269, in <module>
renpy.call_in_new_context("_main_menu")
File "D:\XXXgames\PP-0.9-pc\PP-0.9-pc\renpy\game.py", line 332, in call_in_new_context
return renpy.execution.run_context(False)
File "D:\XXXgames\PP-0.9-pc\PP-0.9-pc\renpy\execution.py", line 917, in run_context
context.pop_all_dynamic()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "D:\XXXgames\PP-0.9-pc\PP-0.9-pc\renpy\execution.py", line 372, in pop_dynamic
del store[k]
KeyError: u'_main_menu_screen'
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Picture Perfect 0.9
Fri Nov 13 10:54:36 2020
```