Shovonahmed
Newbie
- Oct 30, 2020
- 43
- 10
- 123
There is a error ,,anyone please help me to fix
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_loc/script_events/jen/art_contest.rpy", line 194, in script call
call art_contest_actions(3) from _call_art_contest_actions_2
File "game/script_loc/script_events/jen/art_contest.rpy", line 196, in script call
call art_contest_actions(4) from _call_art_contest_actions_3
File "game/script_loc/script_events/jen/art_contest.rpy", line 198, in script call
call art_contest_actions(5) from _call_art_contest_actions_4
File "game/script_loc/script_events/jen/art_contest.rpy", line 192, in script call
call art_contest_actions(2) from _call_art_contest_actions_1
File "game/script_loc/script_events/jen/art_contest.rpy", line 190, in script call
call art_contest_actions(1) from _call_art_contest_actions
File "game/script_loc/script_events/jen/art_contest.rpy", line 200, in script call
call art_contest_actions(6) from _call_art_contest_actions_5
File "game/script_loc/loc27_model_agency.rpy", line 40, in script
menu loc27_mel_menu:
File "game/script_loc/loc27_model_agency.rpy", line 43, in <module>
"Talk" if len(loc27_mel_talks) != len(loc27_mel_talked):
NameError: name 'loc27_mel_talks' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_loc/script_events/jen/art_contest.rpy", line 194, in script call
call art_contest_actions(3) from _call_art_contest_actions_2
File "game/script_loc/script_events/jen/art_contest.rpy", line 196, in script call
call art_contest_actions(4) from _call_art_contest_actions_3
File "game/script_loc/script_events/jen/art_contest.rpy", line 198, in script call
call art_contest_actions(5) from _call_art_contest_actions_4
File "game/script_loc/script_events/jen/art_contest.rpy", line 192, in script call
call art_contest_actions(2) from _call_art_contest_actions_1
File "game/script_loc/script_events/jen/art_contest.rpy", line 190, in script call
call art_contest_actions(1) from _call_art_contest_actions
File "game/script_loc/script_events/jen/art_contest.rpy", line 200, in script call
call art_contest_actions(6) from _call_art_contest_actions_5
File "game/script_loc/loc27_model_agency.rpy", line 40, in script
menu loc27_mel_menu:
File "C:\Users\shovo\Downloads\Compressed\PhotoHunt-0.10.2-pc\renpy\ast.py", line 1628, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\shovo\Downloads\Compressed\PhotoHunt-0.10.2-pc\renpy\exports.py", line 956, in menu
condition = renpy.python.py_eval(condition)
File "C:\Users\shovo\Downloads\Compressed\PhotoHunt-0.10.2-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\shovo\Downloads\Compressed\PhotoHunt-0.10.2-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script_loc/loc27_model_agency.rpy", line 43, in <module>
"Talk" if len(loc27_mel_talks) != len(loc27_mel_talked):
NameError: name 'loc27_mel_talks' is not defined
Ren'Py 7.3.5.606
Photo Hunt 0.10.2
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_loc/script_events/jen/art_contest.rpy", line 194, in script call
call art_contest_actions(3) from _call_art_contest_actions_2
File "game/script_loc/script_events/jen/art_contest.rpy", line 196, in script call
call art_contest_actions(4) from _call_art_contest_actions_3
File "game/script_loc/script_events/jen/art_contest.rpy", line 198, in script call
call art_contest_actions(5) from _call_art_contest_actions_4
File "game/script_loc/script_events/jen/art_contest.rpy", line 192, in script call
call art_contest_actions(2) from _call_art_contest_actions_1
File "game/script_loc/script_events/jen/art_contest.rpy", line 190, in script call
call art_contest_actions(1) from _call_art_contest_actions
File "game/script_loc/script_events/jen/art_contest.rpy", line 200, in script call
call art_contest_actions(6) from _call_art_contest_actions_5
File "game/script_loc/loc27_model_agency.rpy", line 40, in script
menu loc27_mel_menu:
File "game/script_loc/loc27_model_agency.rpy", line 43, in <module>
"Talk" if len(loc27_mel_talks) != len(loc27_mel_talked):
NameError: name 'loc27_mel_talks' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_loc/script_events/jen/art_contest.rpy", line 194, in script call
call art_contest_actions(3) from _call_art_contest_actions_2
File "game/script_loc/script_events/jen/art_contest.rpy", line 196, in script call
call art_contest_actions(4) from _call_art_contest_actions_3
File "game/script_loc/script_events/jen/art_contest.rpy", line 198, in script call
call art_contest_actions(5) from _call_art_contest_actions_4
File "game/script_loc/script_events/jen/art_contest.rpy", line 192, in script call
call art_contest_actions(2) from _call_art_contest_actions_1
File "game/script_loc/script_events/jen/art_contest.rpy", line 190, in script call
call art_contest_actions(1) from _call_art_contest_actions
File "game/script_loc/script_events/jen/art_contest.rpy", line 200, in script call
call art_contest_actions(6) from _call_art_contest_actions_5
File "game/script_loc/loc27_model_agency.rpy", line 40, in script
menu loc27_mel_menu:
File "C:\Users\shovo\Downloads\Compressed\PhotoHunt-0.10.2-pc\renpy\ast.py", line 1628, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\shovo\Downloads\Compressed\PhotoHunt-0.10.2-pc\renpy\exports.py", line 956, in menu
condition = renpy.python.py_eval(condition)
File "C:\Users\shovo\Downloads\Compressed\PhotoHunt-0.10.2-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\shovo\Downloads\Compressed\PhotoHunt-0.10.2-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script_loc/loc27_model_agency.rpy", line 43, in <module>
"Talk" if len(loc27_mel_talks) != len(loc27_mel_talked):
NameError: name 'loc27_mel_talks' is not defined
Ren'Py 7.3.5.606
Photo Hunt 0.10.2