This problem comes form the fact that your save must be from the ch5.08 update and not from the ch5.08a, in the later, I added a little fix to a scene as well as a flag variable, so when the game is testing this flag, the game crash since you do not have it.I'm getting an exception on almost all of my saves.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/chapter 05.rpy", line 28264, in script if ch5_ended_jarvis_blackmail_thanks_to_bill_later == True: File "game/chapter 05.rpy", line 28288, in <module> elif ch5_ignoring_jarvis == True: NameError: name 'ch5_ignoring_jarvis' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/chapter 05.rpy", line 28264, in script if ch5_ended_jarvis_blackmail_thanks_to_bill_later == True: File "renpy/ast.py", line 1852, in execute if renpy.python.py_eval(condition): File "renpy/python.py", line 2249, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 2242, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/chapter 05.rpy", line 28288, in <module> elif ch5_ignoring_jarvis == True: NameError: name 'ch5_ignoring_jarvis' is not defined Windows-10-10.0.26100 Ren'Py 7.4.1.1270 Project Myriam Life and Explorations ch5.09 Mon Feb 3 01:19:41 2025
Just reload a save from ch5.07 (last scene in the stables with the veterinarian) or earlier and redo the last update to fix your save, the flag will load properly then.