- Feb 17, 2019
- 3,365
- 9,479
Incest patch causes the following unignoreable traceback error after meeting claires mother
jump VIG28
ScriptError: could not find label 'VIG28'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Patch.rpy", line 1122, in script
jump VIG28
File "C:\Users\santa\Downloads\AlteredCity-0.2-pc\renpy\ast.py", line 1695, in execute
rv = renpy.game.script.lookup(target)
File "C:\Users\santa\Downloads\AlteredCity-0.2-pc\renpy\script.py", line 894, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'VIG28'.
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Altered City 0.2
Mon Feb 10 15:31:38 2020
It causes another one when talking to the twin redheads while yer at work this one is ignoreable BUT if you hit ignore it overlays the family intro over the existing scene then switches to day 1 when yer wake up the first time
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Patch.rpy", line 1140, in script
if idio == 0:
File "game/Patch.rpy", line 1140, in <module>
if idio == 0:
NameError: name 'idio' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Patch.rpy", line 1140, in script
if idio == 0:
File "C:\Users\santa\Downloads\AlteredCity-0.2-pc\renpy\ast.py", line 1830, in execute
if renpy.python.py_eval(condition):
File "C:\Users\santa\Downloads\AlteredCity-0.2-pc\renpy\python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\santa\Downloads\AlteredCity-0.2-pc\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Patch.rpy", line 1140, in <module>
if idio == 0:
NameError: name 'idio' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Altered City 0.2
Mon Feb 10 15:56:50 2020
jump VIG28
ScriptError: could not find label 'VIG28'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Patch.rpy", line 1122, in script
jump VIG28
File "C:\Users\santa\Downloads\AlteredCity-0.2-pc\renpy\ast.py", line 1695, in execute
rv = renpy.game.script.lookup(target)
File "C:\Users\santa\Downloads\AlteredCity-0.2-pc\renpy\script.py", line 894, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'VIG28'.
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Altered City 0.2
Mon Feb 10 15:31:38 2020
It causes another one when talking to the twin redheads while yer at work this one is ignoreable BUT if you hit ignore it overlays the family intro over the existing scene then switches to day 1 when yer wake up the first time
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Patch.rpy", line 1140, in script
if idio == 0:
File "game/Patch.rpy", line 1140, in <module>
if idio == 0:
NameError: name 'idio' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Patch.rpy", line 1140, in script
if idio == 0:
File "C:\Users\santa\Downloads\AlteredCity-0.2-pc\renpy\ast.py", line 1830, in execute
if renpy.python.py_eval(condition):
File "C:\Users\santa\Downloads\AlteredCity-0.2-pc\renpy\python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\santa\Downloads\AlteredCity-0.2-pc\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Patch.rpy", line 1140, in <module>
if idio == 0:
NameError: name 'idio' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Altered City 0.2
Mon Feb 10 15:56:50 2020
Last edited: