- Sep 18, 2021
- 671
- 4,499
The interface is completely new. The old savegames are not compatible.I'm getting a problem accessing the Character / diary screens from/ about the second day
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 170, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 170, in <module> $ ui.interact() File "game/LI_interface.rpy", line 44, in execute File "game/LI_interface.rpy", line 44, in execute File "game/LI_interface.rpy", line 49, in execute File "game/LI_interface.rpy", line 59, in execute File "game/LI_interface.rpy", line 59, in execute File "game/LI_interface.rpy", line 62, in execute File "game/LI_interface.rpy", line 202, in execute File "game/LI_interface.rpy", line 211, in execute File "game/LI_interface.rpy", line 219, in execute File "game/LI_interface.rpy", line 221, in execute File "game/LI_interface.rpy", line 222, in execute File "game/LI_interface.rpy", line 223, in execute File "game/LI_interface.rpy", line 224, in execute File "game/LI_interface.rpy", line 224, in <module> KeyError: 'boulangère' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00gamemenu.rpy", line 170, in script $ ui.interact() File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\ast.py", line 1131, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\python.py", line 1061, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gamemenu.rpy", line 170, in <module> $ ui.interact() File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\core.py", line 3377, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\core.py", line 3810, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\screen.py", line 451, in visit_all callback(self) File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\core.py", line 3810, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\screen.py", line 462, in per_interact self.update() File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\display\screen.py", line 653, in update self.screen.function(**self.scope) File "game/LI_interface.rpy", line 44, in execute File "game/LI_interface.rpy", line 44, in execute File "game/LI_interface.rpy", line 49, in execute File "game/LI_interface.rpy", line 59, in execute File "game/LI_interface.rpy", line 59, in execute File "game/LI_interface.rpy", line 62, in execute File "game/LI_interface.rpy", line 202, in execute File "game/LI_interface.rpy", line 211, in execute File "game/LI_interface.rpy", line 219, in execute File "game/LI_interface.rpy", line 221, in execute File "game/LI_interface.rpy", line 222, in execute File "game/LI_interface.rpy", line 223, in execute File "game/LI_interface.rpy", line 224, in execute File "game/LI_interface.rpy", line 224, in <module> File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\exports.py", line 3688, in substitute return renpy.substitutions.substitute(s, scope=scope, translate=translate)[0] File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\substitutions.py", line 278, in substitute s = formatter.vformat(s, (), kwargs) # type: ignore File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat File "D:\Apps\JASON-V0.5.2-pc\JASON-V0.5.2-pc\JASON-V0.5.2-pc\renpy\substitutions.py", line 168, in get_field obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs) File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value KeyError: 'boulangère' Windows-10-10.0.19044 AMD64 Ren'Py 8.0.3.22090809 Bonus 01 V0.5.2 Mon Nov 21 10:55:01 2022
It is necessary to start a new game