JohnF95zone
Engaged Member
- Oct 31, 2017
- 2,016
- 3,538
- 368
If it hasn't been reported before, then there is no fix for it yet. This error only happened during MC interactions with Queen Merneith after the "Gladiator" scene while interrogating the political prisoner woman, if the player disable the Female protagonist POV ( didn't play as Shani ).Any fix for this?Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/day7.rpy", line 1851, in script File "game/scripts/day7.rpy", line 1851, in <module> NameError: name 'torturedeserved' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/day7.rpy", line 1851, in script File "renpy/ast.py", line 2128, in execute File "renpy/python.py", line 1159, in py_eval File "renpy/python.py", line 1152, in py_eval_bytecode File "game/scripts/day7.rpy", line 1851, in <module> NameError: name 'torturedeserved' is not defined
A bit technical here, the torturedeserved variable is only initialized within the Shani POV during the scene where Queen Merneith unleashed her dragon. Disabling the Female protagonist POV skips the variable initialization.
If you know your way around Ren'Py then you can initialize this variable yourself before reaching the error scene, the default value is False. If not, then report it and wait for the fix. At the moment, you can just click "Ignore" when the error pops up and continue with the rest of the game. It is only used there for dialogue variations. The other option is to start over again with Female protagonist POV enabled.