- Jul 4, 2017
- 986
- 685
I have the exact same thing.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00start.rpy", line 266, in script python: File "renpy/common/00start.rpy", line 270, in <module> renpy.call_in_new_context("_main_menu") KeyError: u'_main_menu_screen' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00start.rpy", line 266, in script python: File "C:\Users\Michael Mahadio\Downloads\LiveToFight_0.5.6-0.5.6-pc Compressed\renpy\ast.py", line 848, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Michael Mahadio\Downloads\LiveToFight_0.5.6-0.5.6-pc Compressed\renpy\python.py", line 1812, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/00start.rpy", line 270, in <module> renpy.call_in_new_context("_main_menu") File "C:\Users\Michael Mahadio\Downloads\LiveToFight_0.5.6-0.5.6-pc Compressed\renpy\game.py", line 337, in call_in_new_context return renpy.execution.run_context(False) File "C:\Users\Michael Mahadio\Downloads\LiveToFight_0.5.6-0.5.6-pc Compressed\renpy\execution.py", line 835, in run_context context.run() File "renpy/common/_layout/screen_main_menu.rpym", line 37, in script return File "C:\Users\Michael Mahadio\Downloads\LiveToFight_0.5.6-0.5.6-pc Compressed\renpy\ast.py", line 1422, in execute renpy.game.context().pop_dynamic() File "C:\Users\Michael Mahadio\Downloads\LiveToFight_0.5.6-0.5.6-pc Compressed\renpy\execution.py", line 337, in pop_dynamic del store[k] KeyError: u'_main_menu_screen' Windows-8-6.2.9200 Ren'Py 6.99.14.1.3218 Live to Fight 0.5.6 Sat Apr 03 19:34:42 2021
EDIT: in 00start.rpy on line 189 put it to false like this:
Code:
renpy.execute_default_statement(False)
Last edited: