- Jul 10, 2017
- 6,158
- 6,571
error first happened with patch applied so i figured the error was caused from patch BUT then i deleted and and re-extracted game WITHOUT patch and same error same spot on a brand new game
You don't have permission to view the spoiler content. Log in or register now.
Only error the patch give is this one at the start of the game afaik.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/zz_patch.rpy", line 157, in script
if in_s_replay:
File "game/zz_patch.rpy", line 157, in <module>
if in_s_replay:
NameError: name 'in_s_replay' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/zz_patch.rpy", line 157, in script
if in_s_replay:
File "renpy/ast.py", line 1898, in execute
File "renpy/python.py", line 2276, in py_eval
File "renpy/python.py", line 2269, in py_eval_bytecode
File "game/zz_patch.rpy", line 157, in <module>
if in_s_replay:
NameError: name 'in_s_replay' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Wicked Paradise
Wed Apr 20 10:51:02 2022
If you try to load a old save, then you would get bombarded by all those errors you listed though. I just tried to start a fresh game and had no issue other than the patch did give the same error it did, as it gave on previous version..