- Jun 12, 2020
- 2
- 0
Hi,
I get this error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/UpdateScript0.06.rpy", line 2978, in script
if modViewAllV06_01:
File "game/UpdateScript0.06.rpy", line 2978, in <module>
if modViewAllV06_01:
NameError: name 'modViewAllV06_02' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/UpdateScript0.06.rpy", line 2978, in script
if modViewAllV06_01:
File "renpy/ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/UpdateScript0.06.rpy", line 2978, in <module>
if modViewAllV06_01:
NameError: name 'modViewAllV06_01' is not defined
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
A Family Venture 0.08_v2b_supporter
Thu Oct 20 12:08:13 2022
It seems the definition ist missing in the shaddyoptions.rpy. When I add them (modViewAllV06_01=false and for -_02 and _03, too) in the file, no error anymore. But I don´t know if it is right or if it break something.
I get this error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/UpdateScript0.06.rpy", line 2978, in script
if modViewAllV06_01:
File "game/UpdateScript0.06.rpy", line 2978, in <module>
if modViewAllV06_01:
NameError: name 'modViewAllV06_02' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/UpdateScript0.06.rpy", line 2978, in script
if modViewAllV06_01:
File "renpy/ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/UpdateScript0.06.rpy", line 2978, in <module>
if modViewAllV06_01:
NameError: name 'modViewAllV06_01' is not defined
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
A Family Venture 0.08_v2b_supporter
Thu Oct 20 12:08:13 2022
It seems the definition ist missing in the shaddyoptions.rpy. When I add them (modViewAllV06_01=false and for -_02 and _03, too) in the file, no error anymore. But I don´t know if it is right or if it break something.