- Dec 3, 2017
- 196
- 308
I am getting the following error when I load my save.
Code:
While running game code:
File "renpy/common/00action_file.rpy", line 441, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
Full traceback:
File "renpy/common/00start.rpy", line 264, in script
python:
File "G:\Games\F95\Jessica O'Neill's Hard News-0.15BETA-pc\JOHN-0.15BETA-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\Games\F95\Jessica O'Neill's Hard News-0.15BETA-pc\JOHN-0.15BETA-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 268, in <module>
renpy.call_in_new_context("_main_menu")
File "G:\Games\F95\Jessica O'Neill's Hard News-0.15BETA-pc\JOHN-0.15BETA-pc\renpy\game.py", line 331, in call_in_new_context
return renpy.execution.run_context(False)
File "G:\Games\F95\Jessica O'Neill's Hard News-0.15BETA-pc\JOHN-0.15BETA-pc\renpy\execution.py", line 904, in run_context
context.pop_all_dynamic()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "G:\Games\F95\Jessica O'Neill's Hard News-0.15BETA-pc\JOHN-0.15BETA-pc\renpy\execution.py", line 371, in pop_dynamic
del store[k]
KeyError: u'_main_menu_screen'