darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,783
8,307
got this error while trying to spy some girl at her room (55)

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

While loading <'Image' u'events/[event_char.fname]/[event_char.fname]_[event_char2.fname]_event_shower1.jpg'>:
  File "game/script.rpy", line 735, in script call
  File "game/events.rpy", line 508, in script call
  File "game/events.rpy", line 813, in script
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 60, in _window_show
    renpy.with_statement(trans)
IOError: Couldn't find file 'events/[event_char.fname]/[event_char.fname]_[event_char2.fname]_event_shower1.jpg'.

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

Full traceback:
  File "game/script.rpy", line 735, in script call
  File "game/events.rpy", line 508, in script call
  File "game/events.rpy", line 813, in script
  File "C:\HolidayIsland-008bugfix2-pc\renpy\ast.py", line 587, in execute
    statement_name("say")
  File "C:\HolidayIsland-008bugfix2-pc\renpy\ast.py", line 43, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 98, in _window_auto_callback
    _window_show()
  File "renpy/common/000window.rpy", line 60, in _window_show
    renpy.with_statement(trans)
  File "C:\HolidayIsland-008bugfix2-pc\renpy\exports.py", line 1381, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\HolidayIsland-008bugfix2-pc\renpy\display\core.py", line 2096, in do_with
    clear=clear)
  File "C:\HolidayIsland-008bugfix2-pc\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\HolidayIsland-008bugfix2-pc\renpy\display\core.py", line 2883, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\HolidayIsland-008bugfix2-pc\renpy\display\core.py", line 1955, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 427, in renpy.display.render.render_screen (gen\renpy.display.render.c:6806)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "C:\HolidayIsland-008bugfix2-pc\renpy\display\layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "C:\HolidayIsland-008bugfix2-pc\renpy\display\transition.py", line 360, in render
    bottom = render(self.old_widget, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "C:\HolidayIsland-008bugfix2-pc\renpy\display\layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "C:\HolidayIsland-008bugfix2-pc\renpy\display\layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "C:\HolidayIsland-008bugfix2-pc\renpy\display\image.py", line 576, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\HolidayIsland-008bugfix2-pc\renpy\display\image.py", line 208, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "C:\HolidayIsland-008bugfix2-pc\renpy\display\im.py", line 473, in render
    im = cache.get(self)
  File "C:\HolidayIsland-008bugfix2-pc\renpy\display\im.py", line 200, in get
    surf = image.load()
  File "C:\HolidayIsland-008bugfix2-pc\renpy\display\im.py", line 524, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\HolidayIsland-008bugfix2-pc\renpy\loader.py", line 543, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'events/[event_char.fname]/[event_char.fname]_[event_char2.fname]_event_shower1.jpg'.

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Holiday Island 0.0.8alpha_content_addon1
Did you use the console to get the event? If you didn't can you upload a save please. No idea how that can happen otherwise.
 

Oximan

Newbie
Feb 13, 2018
19
5
Game crashes in two places for me, drinking with Alice and going to Alice's room after you finish weight training and she mentions "schoolgirls" (crashes when I go to scheduler and click to go to her room at 21:00).
 

Angus Bez

Active Member
Dec 11, 2017
978
1,319
I met her at 00:30 ,but still nothing :(
It won't happen every time. Keep going back at those times and it will trigger eventually - I went four or five days in a row before it happened. I don't know if it happens on a particular day or, more probably, just random but keep trying.
As someone already said her lust needs to be high enough as well.
How do you trigger Jessica's topless tanning scene?
She needs to be wearing the skimpy (green) bikini. When she's at the beach save your game, click on "go to sunbed" action and it may trigger. If it doesn't reload your game and click the "wait half hour" action - if she's still there try the sunbed action again. Keep doing that and it will trigger eventually.
 

big texan

Newbie
Jan 25, 2018
30
22
How do you trigger Jessica's topless tanning scene?
Make sure she’s the only one in the beach with you (if other girls are there ask them to go change outfits) and then click on your own “tan/sleep by the beach” action button.
 

Scorpio1971

Active Member
Jun 23, 2017
511
169
It won't happen every time. Keep going back at those times and it will trigger eventually - I went four or five days in a row before it happened. I don't know if it happens on a particular day or, more probably, just random but keep trying.
As someone already said her lust needs to be high enough as well.

She needs to be wearing the skimpy (green) bikini. When she's at the beach save your game, click on "go to sunbed" action and it may trigger. If it doesn't reload your game and click the "wait half hour" action - if she's still there try the sunbed action again. Keep doing that and it will trigger eventually.
Yu mean she should be on the Pool or the Beach area?
Bcoz I think there is only 1 option on the beach,says "Take a walk with her" & also there is only skimpy black bikini is available for her :(

 

Angus Bez

Active Member
Dec 11, 2017
978
1,319
Yu mean she should be on the Pool or the Beach area?
Bcoz I think there is only 1 option on the beach,says "Take a walk with her" & also there is only skimpy black bikini is available for her :(

My apologies. I thought we'd been talking about Jessica. Anyway, for the beach scene on YOUR options you can still sit on the beach
 

franzo

Member
Sep 30, 2017
188
455
@darkhound1

I saved early scenes with the girls to "review" them when ever i will. -> maybe a feature for the game? the see all unlocked special scenes again via menu?
 

moonsurfer

Newbie
May 27, 2017
24
25
Rather than tell you what I've got that you missed out here's the list that was collected before (I'd love to credit the OP but I can't find it using search - sorry, whoever you are, please let me know who!)

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
I just tried to be simple.
Besides for example you can't max endurance like "player.endurance = 100" first you need to maximize endurance with "player.endurance_max = 100" and so forth
 
  • Like
Reactions: Darkshtorm

junior366

Well-Known Member
Jun 20, 2017
1,166
2,198
I don't think it's been mentioned on here, but Amy has no workout actions in her sling bikini! Just letting darkhound1 know!
 

franzo

Member
Sep 30, 2017
188
455
No worries. I'll find an original 0.0.8 download and then start from there and reinstall everything.
Where did you get it? do u have a link? I have problems doing @darkhound1 instructions.

Installed holidayisland008bugfix2
copied 008 contend addon1
deleted cache
- not working

Thanks alot
 

Bantry

Forum Fanatic
Oct 24, 2017
5,168
12,717
Where did you get it? do u have a link? I have problems doing @darkhound1 instructions.
Thanks alot


With a little exploring you can find links for the original 0.08 post as well as links to each of the Bugfixes and the first Content_Addon.
 
  • Like
Reactions: franzo

Bantry

Forum Fanatic
Oct 24, 2017
5,168
12,717
I don't think it's been mentioned on here, but Amy has no workout actions in her sling bikini! Just letting darkhound1 know!
Yes it has been mentioned before as the option to purchase her sling bikini came out in 0.0.7. Without going back to the posts for that version I cannot recall when/if the developer said he will address it.
 

Twobadbishops

Newbie
May 8, 2017
34
19
I don't think it's been mentioned on here, but Amy has no workout actions in her sling bikini! Just letting darkhound1 know!
Made me a little bit sad... but it's ok. we get the lotion scene at the pool in sling bikini still.
im ready for the poker prizes to be added tho... also the amy date night in her hottub/bed
 

Jalioss

New Member
Jan 11, 2018
3
0
It is, use the arrow pointing to the left to go to page 2.
if there is no arrow, install content addon1.
Hm I have content addon 1 installed and know amys measurements but I do not have that arrow either. Are there any other scenes or something else that have to be unlocked before you can buy the sling bikini?
 

Bantry

Forum Fanatic
Oct 24, 2017
5,168
12,717
Hm I have content addon 1 installed and know amys measurements but I do not have that arrow either. Are there any other scenes or something else that have to be unlocked before you can buy the sling bikini?
Argh shit - it might be kinda my fault as well. I accidentially put an old code base into the cache folder that is part of the content addon 1. So you absolutely have to delete the cache folder AFTER you copied the content addon 1 into your game folder. If you delete the cache folder before you copy the files, it won't work.
I'm really sorry for that ...
:(
Chances are you didn't delete your cache.
 
4.00 star(s) 211 Votes