badass1001

New Member
Oct 6, 2019
3
0
Anyone know how to fix a game crash when I go to Jennifer's room to try and get her fishnet outfit presentation? It always happens right after being asked the camera tutorial.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,429
13,544
Anyone know how to fix a game crash when I go to Jennifer's room to try and get her fishnet outfit presentation? It always happens right after being asked the camera tutorial.
Do you have a Traceback.txt file that you can attach to your post? Without it we would just be guessing.
 
  • Like
Reactions: yankeeInKy

BigTTiger

Member
May 27, 2021
313
232
I haven't played this for a couple of years has the MC found out why he's on the island and why he specifically was chosen for the "vacation" or has that not been discovered yet?
 

BigTTiger

Member
May 27, 2021
313
232
Still an unsolved mystery.
Ah ok well from everything that happened when I played there doesn't seem to be anything nefarious afoot other than the head woman wanting semen samples from the MC maybe they use it to make the girl's boobs and asses bigger or maybe they're using it for some fertility drug or "protein" shake.
 

Bantry

Forum Fanatic
Oct 24, 2017
5,429
13,544
Ah ok well from everything that happened when I played there doesn't seem to be anything nefarious afoot other than the head woman wanting semen samples from the MC maybe they use it to make the girl's boobs and asses bigger or maybe they're using it for some fertility drug or "protein" shake.
Only darkhound1 the developer can say for sure. There has been a lot of content added, and the majority of the artwork upgraded to higher resolutions, along with some new characters. Hard to say exactly since 'in a couple years' doesn't really indicate what was the last version you played.
 

hunternev

Newbie
Aug 9, 2017
58
20
i got a problemen in my game , when doing the pictures for jennifer you know the explantion for the poses and then after the explantion i get you know the error screen even if i skip the explantion i still get it not sure where to post this bug problem let me know
 

Bantry

Forum Fanatic
Oct 24, 2017
5,429
13,544
i got a problemen in my game , when doing the pictures for jennifer you know the explantion for the poses and then after the explantion i get you know the error screen even if i skip the explantion i still get it not sure where to post this bug problem let me know
Do you have a Traceback.txt file (look in the folder the game is installed in) that you can attach to your post? It is generated every time the game crashes and provides information that is useful to diagnose the issue.

That being said, one of the most common problem, is that the player hasn't updated to the latest version v.0.4.5.1 which includes the majority of Bugfixes. A Traceback report provides this information, but it is also included in the opening screen when the game starts.
 

hunternev

Newbie
Aug 9, 2017
58
20
Do you have a Traceback.txt file (look in the folder the game is installed in) that you can attach to your post? It is generated every time the game crashes and provides information that is useful to diagnose the issue.

That being said, one of the most common problem, is that the player hasn't updated to the latest version v.0.4.5.1 which includes the majority of Bugfixes. A Traceback report provides this information, but it is also included in the opening screen when the game starts.
a yes thanks for help me out totally forgot to update the game it solved to the problem totally apolgies for posting this my bad , thanks for the quick response back
 

badass1001

New Member
Oct 6, 2019
3
0
Do you have a Traceback.txt file that you can attach to your post? Without it we would just be guessing.
Yeah Here is the quote from the file. I tried to overlook it but I can't figure it out myself

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/gui_screens.rpy", line 4409, in execute
File "game/gui_screens.rpy", line 4409, in execute
File "game/gui_screens.rpy", line 4427, in execute
File "game/gui_screens.rpy", line 4428, in execute
File "game/gui_screens.rpy", line 4428, in <module>
NameError: name 'l_who1' is not defined

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "script.rpyc", line 692, in script call
File "appointments.rpyc", line 2575, in script call
File "appointments.rpyc", line 3006, in script call
File "interactive_posing.rpyc", line 49, in script
File "script.rpyc", line 692, in script call
File "appointments.rpyc", line 2575, in script call
File "appointments.rpyc", line 3006, in script call
File "interactive_posing.rpyc", line 49, in script
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 2983, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/gui_screens.rpy", line 4409, in execute
File "game/gui_screens.rpy", line 4409, in execute
File "game/gui_screens.rpy", line 4427, in execute
File "game/gui_screens.rpy", line 4428, in execute
File "renpy/ast.py", line 191, in evaluate
args.append(renpy.python.py_eval(v, locals=scope))
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/gui_screens.rpy", line 4428, in <module>
NameError: name 'l_who1' is not defined

Windows-10-10.0.22621
Ren'Py 7.4.4.1439
Holiday Island 0.4.5.0
Wed Dec 4 18:57:54 2024
 

Bantry

Forum Fanatic
Oct 24, 2017
5,429
13,544
Yeah Here is the quote from the file. I tried to overlook it but I can't figure it out myself

I'm sorry, but an uncaught exception occurred.
Notice at the bottom of the report where it indicates which version of the game you have installed.

Capture.PNG

The latest version is v.0.4.5.1 which includes all the BugFixes. Try updating your game to v.0.4.5.1 and see if that doesn't resolve your problem. The link for the update can be found on the first page of this thread

Capture.PNG

or on the developer's Patreon page.
 
Last edited:
4.00 star(s) 238 Votes