Mar 23, 2020
17
7
I keep running into this error when I visit the teacher's room in the mornings. Ignoring works, but I'm unable to trigger the fiona event. Could somebody help me out please?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script_loc/loc1_mc_room.rpy", line 29, in script call
    call auto_events from _call_auto_events_5
  File "game/script_loc/events/art_contest.rpy", line 189, in script call
    call art_contest_actions(1) from _call_art_contest_actions
  File "game/script_loc/events/art_contest.rpy", line 191, in script call
    call art_contest_actions(2) from _call_art_contest_actions_1
  File "game/script_loc/events/art_contest.rpy", line 197, in script call
    call art_contest_actions(5) from _call_art_contest_actions_4
  File "game/script_loc/events/art_contest.rpy", line 195, in script call
    call art_contest_actions(4) from _call_art_contest_actions_3
  File "game/script_loc/events/art_contest.rpy", line 193, in script call
    call art_contest_actions(3) from _call_art_contest_actions_2
  File "game/script_loc/events/art_contest.rpy", line 199, in script call
    call art_contest_actions(6) from _call_art_contest_actions_5
  File "game/script_loc/loc10_school.rpy", line 804, in script
    if fio_route == "sub" and find_hint == 202:
  File "game/script_loc/loc10_school.rpy", line 804, in <module>
    if fio_route == "sub" and find_hint == 202:
NameError: name 'find_hint' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script_loc/loc1_mc_room.rpy", line 29, in script call
    call auto_events from _call_auto_events_5
  File "game/script_loc/events/art_contest.rpy", line 189, in script call
    call art_contest_actions(1) from _call_art_contest_actions
  File "game/script_loc/events/art_contest.rpy", line 191, in script call
    call art_contest_actions(2) from _call_art_contest_actions_1
  File "game/script_loc/events/art_contest.rpy", line 197, in script call
    call art_contest_actions(5) from _call_art_contest_actions_4
  File "game/script_loc/events/art_contest.rpy", line 195, in script call
    call art_contest_actions(4) from _call_art_contest_actions_3
  File "game/script_loc/events/art_contest.rpy", line 193, in script call
    call art_contest_actions(3) from _call_art_contest_actions_2
  File "game/script_loc/events/art_contest.rpy", line 199, in script call
    call art_contest_actions(6) from _call_art_contest_actions_5
  File "game/script_loc/loc10_school.rpy", line 804, in script
    if fio_route == "sub" and find_hint == 202:
  File "C:\Users\Anil.000\Desktop\ENTERTAINMENT\Games\Data\PhotoHunt-0.9.1a-pc-compressed\PhotoHunt-0.9.1a-pc-compressed\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\Anil.000\Desktop\ENTERTAINMENT\Games\Data\PhotoHunt-0.9.1a-pc-compressed\PhotoHunt-0.9.1a-pc-compressed\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\Anil.000\Desktop\ENTERTAINMENT\Games\Data\PhotoHunt-0.9.1a-pc-compressed\PhotoHunt-0.9.1a-pc-compressed\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script_loc/loc10_school.rpy", line 804, in <module>
    if fio_route == "sub" and find_hint == 202:
NameError: name 'find_hint' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Photo Hunt 0.9.1a
Tue May 26 15:50:36 2020
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,595
6,042
I keep running into this error when I visit the teacher's room in the mornings. Ignoring works, but I'm unable to trigger the fiona event. Could somebody help me out please?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script_loc/loc1_mc_room.rpy", line 29, in script call
    call auto_events from _call_auto_events_5
  File "game/script_loc/events/art_contest.rpy", line 189, in script call
    call art_contest_actions(1) from _call_art_contest_actions
  File "game/script_loc/events/art_contest.rpy", line 191, in script call
    call art_contest_actions(2) from _call_art_contest_actions_1
  File "game/script_loc/events/art_contest.rpy", line 197, in script call
    call art_contest_actions(5) from _call_art_contest_actions_4
  File "game/script_loc/events/art_contest.rpy", line 195, in script call
    call art_contest_actions(4) from _call_art_contest_actions_3
  File "game/script_loc/events/art_contest.rpy", line 193, in script call
    call art_contest_actions(3) from _call_art_contest_actions_2
  File "game/script_loc/events/art_contest.rpy", line 199, in script call
    call art_contest_actions(6) from _call_art_contest_actions_5
  File "game/script_loc/loc10_school.rpy", line 804, in script
    if fio_route == "sub" and find_hint == 202:
  File "game/script_loc/loc10_school.rpy", line 804, in <module>
    if fio_route == "sub" and find_hint == 202:
NameError: name 'find_hint' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script_loc/loc1_mc_room.rpy", line 29, in script call
    call auto_events from _call_auto_events_5
  File "game/script_loc/events/art_contest.rpy", line 189, in script call
    call art_contest_actions(1) from _call_art_contest_actions
  File "game/script_loc/events/art_contest.rpy", line 191, in script call
    call art_contest_actions(2) from _call_art_contest_actions_1
  File "game/script_loc/events/art_contest.rpy", line 197, in script call
    call art_contest_actions(5) from _call_art_contest_actions_4
  File "game/script_loc/events/art_contest.rpy", line 195, in script call
    call art_contest_actions(4) from _call_art_contest_actions_3
  File "game/script_loc/events/art_contest.rpy", line 193, in script call
    call art_contest_actions(3) from _call_art_contest_actions_2
  File "game/script_loc/events/art_contest.rpy", line 199, in script call
    call art_contest_actions(6) from _call_art_contest_actions_5
  File "game/script_loc/loc10_school.rpy", line 804, in script
    if fio_route == "sub" and find_hint == 202:
  File "C:\Users\Anil.000\Desktop\ENTERTAINMENT\Games\Data\PhotoHunt-0.9.1a-pc-compressed\PhotoHunt-0.9.1a-pc-compressed\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\Anil.000\Desktop\ENTERTAINMENT\Games\Data\PhotoHunt-0.9.1a-pc-compressed\PhotoHunt-0.9.1a-pc-compressed\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\Anil.000\Desktop\ENTERTAINMENT\Games\Data\PhotoHunt-0.9.1a-pc-compressed\PhotoHunt-0.9.1a-pc-compressed\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script_loc/loc10_school.rpy", line 804, in <module>
    if fio_route == "sub" and find_hint == 202:
NameError: name 'find_hint' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Photo Hunt 0.9.1a
Tue May 26 15:50:36 2020
https://f95zone.to/threads/photo-hunt-v0-9-1a-moochie.25264/page-112#post-3465349
 
  • Like
Reactions: JustAnotherWanker
Nov 2, 2017
273
181
For anyone that would like it, here is grabb505's walkthrough converted to pdf, and each character's section bookmarked to make it easy to bounce around the walkthrough. I also bookmarked locations and Achievements. Credit for the actual walkthrough portion goes to again grabb505. All I did was the conversion and the bookmarking. I hope this helps some people.
 

Jokerzwylde69

Member
Jul 7, 2017
138
29
I skimmed through the forum and can't find how to unlock all the achievements. I used to have an achievement walkthrough but i have lost it. Does anyone have one somewhere willing to share?
 

cxx

Message Maestro
Nov 14, 2017
59,078
29,427
I skimmed through the forum and can't find how to unlock all the achievements. I used to have an achievement walkthrough but i have lost it. Does anyone have one somewhere willing to share?
maybe this or cheatmod in op.
 

Jokerzwylde69

Member
Jul 7, 2017
138
29
I am going through the Fiona SUB route and should be able to catch her in the Teacher's Room but I always get this ERROR

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script_loc/loc0_town_map.rpy", line 26, in script call
    call auto_events from _call_auto_events_2
  File "game/script_loc/loc10_school.rpy", line 804, in script
    if fio_route == "sub" and find_hint == 202:
  File "game/script_loc/loc10_school.rpy", line 804, in <module>
    if fio_route == "sub" and find_hint == 202:
NameError: name 'find_hint' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script_loc/loc0_town_map.rpy", line 26, in script call
    call auto_events from _call_auto_events_2
  File "game/script_loc/loc10_school.rpy", line 804, in script
    if fio_route == "sub" and find_hint == 202:
  File "C:\Users\Randal\Standalone Games\PhotoHunt-pc\PhotoHunt-0.9.1a-pc-compressed\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\Randal\Standalone Games\PhotoHunt-pc\PhotoHunt-0.9.1a-pc-compressed\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\Randal\Standalone Games\PhotoHunt-pc\PhotoHunt-0.9.1a-pc-compressed\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script_loc/loc10_school.rpy", line 804, in <module>
    if fio_route == "sub" and find_hint == 202:
NameError: name 'find_hint' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Photo Hunt 0.9.1a
Sun May 31 19:25:37 2020
 

0x52

Ren'Py Magician
Modder
Donor
Game Developer
May 23, 2019
1,595
6,042
I am going through the Fiona SUB route and should be able to catch her in the Teacher's Room but I always get this ERROR

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script_loc/loc0_town_map.rpy", line 26, in script call
    call auto_events from _call_auto_events_2
  File "game/script_loc/loc10_school.rpy", line 804, in script
    if fio_route == "sub" and find_hint == 202:
  File "game/script_loc/loc10_school.rpy", line 804, in <module>
    if fio_route == "sub" and find_hint == 202:
NameError: name 'find_hint' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script_loc/loc0_town_map.rpy", line 26, in script call
    call auto_events from _call_auto_events_2
  File "game/script_loc/loc10_school.rpy", line 804, in script
    if fio_route == "sub" and find_hint == 202:
  File "C:\Users\Randal\Standalone Games\PhotoHunt-pc\PhotoHunt-0.9.1a-pc-compressed\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\Randal\Standalone Games\PhotoHunt-pc\PhotoHunt-0.9.1a-pc-compressed\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\Randal\Standalone Games\PhotoHunt-pc\PhotoHunt-0.9.1a-pc-compressed\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script_loc/loc10_school.rpy", line 804, in <module>
    if fio_route == "sub" and find_hint == 202:
NameError: name 'find_hint' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Photo Hunt 0.9.1a
Sun May 31 19:25:37 2020
This was already mentioned a couple of posts before yours :FacePalm:

 

rob1385

New Member
Oct 17, 2017
7
3
any chance anyone can upload 9.1b to a site other than mega? it's been crashing every browser i try to download it from.
 
4.20 star(s) 167 Votes