Osirian Getting an error every time I sleep.
Edit: Also had a crash when trying to view Jamie's porn event.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/locations/lilyBedroom.rpy", line 201, in script $ gameTime.incrementTime() File "game/locations/lilyBedroom.rpy", line 201, in <module> $ gameTime.incrementTime() File "game/mechanics/timeManager.rpy", line 33, in incrementTime self.incrementDay() File "game/mechanics/timeManager.rpy", line 22, in incrementDay self.addMinigameStats() File "game/mechanics/timeManager.rpy", line 79, in addMinigameStats girl.addExp("touch", girl.lastMinigameStats["touch"] * (1 if not girl.lastMinigameStats["solo"] else max(1, girl.getStat("touch")))) KeyError: 'touch' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/locations/lilyBedroom.rpy", line 201, in script $ gameTime.incrementTime() File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\ast.py", line 1131, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\python.py", line 1061, in py_exec_bytecode exec(bytecode, globals, locals) File "game/locations/lilyBedroom.rpy", line 201, in <module> $ gameTime.incrementTime() File "game/mechanics/timeManager.rpy", line 33, in incrementTime self.incrementDay() File "game/mechanics/timeManager.rpy", line 22, in incrementDay self.addMinigameStats() File "game/mechanics/timeManager.rpy", line 79, in addMinigameStats girl.addExp("touch", girl.lastMinigameStats["touch"] * (1 if not girl.lastMinigameStats["solo"] else max(1, girl.getStat("touch")))) KeyError: 'touch' Windows-10-10.0.19045 AMD64 Ren'Py 8.0.3.22090809 Harmony Girls 0.3 Sun Mar 17 15:56:50 2024
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/events/jamieEvents.rpy", line 49, in script call call newMinigame from _call_newMinigame_4 File "game/mechanics/minigame.rpy", line 124, in script $ minigame.perkChoice() File "game/events/jamieEvents.rpy", line 49, in script call call newMinigame from _call_newMinigame_4 File "game/mechanics/minigame.rpy", line 124, in script $ minigame.perkChoice() File "game/mechanics/minigame.rpy", line 124, in <module> $ minigame.perkChoice() File "game/mechanics/minigame.rpy", line 313, in perkChoice renpy.call_screen("perkPopup") Exception: Image 'JamieFingeringJ' not found. -- Full Traceback ------------------------------------------------------------ Full traceback: File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\bootstrap.py", line 277, in bootstrap renpy.main.main() File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\main.py", line 660, in main run(restart) File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\main.py", line 146, in run renpy.execution.run_context(True) File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\execution.py", line 938, in run_context context.run() File "game/events/jamieEvents.rpy", line 49, in script call call newMinigame from _call_newMinigame_4 File "game/mechanics/minigame.rpy", line 124, in script $ minigame.perkChoice() File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_ File "game/events/jamieEvents.rpy", line 49, in script call call newMinigame from _call_newMinigame_4 File "game/mechanics/minigame.rpy", line 124, in script $ minigame.perkChoice() File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\ast.py", line 1131, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\python.py", line 1061, in py_exec_bytecode exec(bytecode, globals, locals) File "game/mechanics/minigame.rpy", line 124, in <module> $ minigame.perkChoice() File "game/mechanics/minigame.rpy", line 313, in perkChoice renpy.call_screen("perkPopup") File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\exports.py", line 3181, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:\other\Harmony Girls\HarmonyGirls-0.3-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 "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\core.py", line 4040, in interact_core self.idle_frame(can_block, expensive) File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\core.py", line 3487, in idle_frame result = self.prediction_coroutine.send(expensive) File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\predict.py", line 106, in prediction_coroutine displayable(d) File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\predict.py", line 57, in displayable d.visit_all(lambda i : i.predict_one()) File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\core.py", line 572, in visit_all for d in self.visit(): File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\image.py", line 533, in visit self.find_target() File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\image.py", line 402, in find_target error("Image '%s' not found." % ' '.join(self.name)) File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\image.py", line 386, in error raise Exception(msg) Exception: Image 'JamieFingeringJ' not found. Windows-10-10.0.19045 AMD64 Ren'Py 8.0.3.22090809 Harmony Girls 0.3 Sun Mar 17 15:59:27 2024
Figured out the issue. I needed to block rollback after load. When you load a save, I have a bunch of compatibility code that's written to fix changes between updates. If you rollback after loading, it will remove all of those changes and you'll have compatibility issues like you both experienced. I've blocked rollback after load now so that's no longer possible. Updating the bugfix and all links now. Please tell me it worksI Also got that bug:
Edit: I also can't interact with katie while the hint is for me to hangout with her:Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/events/jamieEvents.rpy", line 49, in script call call newMinigame from _call_newMinigame_4 File "game/mechanics/minigame.rpy", line 124, in script $ minigame.perkChoice() File "game/events/jamieEvents.rpy", line 49, in script call call newMinigame from _call_newMinigame_4 File "game/mechanics/minigame.rpy", line 124, in script $ minigame.perkChoice() File "game/mechanics/minigame.rpy", line 124, in <module> $ minigame.perkChoice() File "game/mechanics/minigame.rpy", line 313, in perkChoice renpy.call_screen("perkPopup") Exception: Image 'JamieFingeringJ' not found. -- Full Traceback ------------------------------------------------------------ Full traceback: File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\bootstrap.py", line 277, in bootstrap renpy.main.main() File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\main.py", line 660, in main run(restart) File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\main.py", line 146, in run renpy.execution.run_context(True) File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\execution.py", line 938, in run_context context.run() File "game/events/jamieEvents.rpy", line 49, in script call call newMinigame from _call_newMinigame_4 File "game/mechanics/minigame.rpy", line 124, in script $ minigame.perkChoice() File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_ File "game/events/jamieEvents.rpy", line 49, in script call call newMinigame from _call_newMinigame_4 File "game/mechanics/minigame.rpy", line 124, in script $ minigame.perkChoice() File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\ast.py", line 1131, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\python.py", line 1061, in py_exec_bytecode exec(bytecode, globals, locals) File "game/mechanics/minigame.rpy", line 124, in <module> $ minigame.perkChoice() File "game/mechanics/minigame.rpy", line 313, in perkChoice renpy.call_screen("perkPopup") File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\exports.py", line 3181, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-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 "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\core.py", line 4040, in interact_core self.idle_frame(can_block, expensive) File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\core.py", line 3487, in idle_frame result = self.prediction_coroutine.send(expensive) File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\predict.py", line 106, in prediction_coroutine displayable(d) File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\predict.py", line 57, in displayable d.visit_all(lambda i : i.predict_one()) File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\core.py", line 572, in visit_all for d in self.visit(): File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\image.py", line 533, in visit self.find_target() File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\image.py", line 402, in find_target error("Image '%s' not found." % ' '.join(self.name)) File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\image.py", line 386, in error raise Exception(msg) Exception: Image 'JamieFingeringJ' not found. Windows-10-10.0.22621 AMD64 Ren'Py 8.0.3.22090809 Harmony Girls 0.3 Sun Mar 17 13:16:20 2024
View attachment 3452466
Edit2: nvm it was at the bar at night.
Last edited: