ptmg30

Member
Aug 31, 2017
181
35
I went to the room, saw a 'new' women to the island; Faye. Problem is Faye is one of the 2 I picked to start on the island. Then I went to the bar and back to the hallway and the scene repeated.
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,773
8,250
I went to the room, saw a 'new' women to the island; Faye. Problem is Faye is one of the 2 I picked to start on the island. Then I went to the bar and back to the hallway and the scene repeated.
You played without the big fix 1 applied. Download and apply it and the problem will disappear.
 

moonanon

Member
Aug 17, 2016
297
270
Desire's arrival scene is generating an error message...
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: DynamicImage u'events/[event_char.fname]/[event_char.fname]_event_arrive1.jpg': could not find image. (u'events/Desire/Desire_event_arrive1.jpg')
 

Pepé Le Pew

Resident Skunk
Uploader
Game Compressor
Donor
Former Staff
Feb 3, 2017
1,963
20,307
@darkhound1 i took me the liberty to add a mega link with your hotfix in your post
I just finished the bug fix 1 for Holiday Island ver 0.0.7alpha.
The following bugs are fixed:
  • A girl that was already was selected on monday to join the island (again). That caused all kinds of follw up problems. Like getting the arrival scene over and over again (maybe even with the worng girl) or "Can't invite girl or sent them home form the reception" or crash with "l_char not defined in functions.rpy line 623"
  • Giving the special bikini to Amy had a blank background screen during the process.
  • It's not possible to play poker against Ivy
  • The phone button was enabled when reading in your bed and the menu with the 4 choices was up. This could lead to a crash.
You can download it from here (only 720KB): -

In order to apply it, copy the content of the 7z file into the folder where you installed the game. Overwrite all files when asked.
This bug fix does not break the save games.

@Pepé Le Pew : Thanks for the quick update of the first post :)
 
  • Like
Reactions: darkhound1

irezawa

Member
Nov 4, 2017
196
257
Here's a quick round-up of some bugs I've found that don't seem to be addressed yet:
  • Alice's hug & kiss pictures seem to be missing, at least in a revealing dress
  • Desire's arrival scene is missing
  • Amount of blue pills can go to negative so you can essentially use them as much as you want, despite not even having them
  • Amy's special bikini removes all scene-specific actions
  • If the girl goes all-in in poker and wins, you lose the whole game and she leaves, despite you having had more chips to being with. Happened at least with Desire. EDIT: Just happened with Jessica.
Massive thumbs up for additions and adjustments, especially for possibility of manually inviting girls and sending them away. Keep up the good work!
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,773
8,250
Here's a quick round-up of some bugs I've found that don't seem to be addressed yet:
  • Alice's hug & kiss pictures seem to be missing, at least in a revealing dress
  • Desire's arrival scene is missing
  • Amount of blue pills can go to negative so you can essentially use them as much as you want, despite not even having them
  • Amy's special bikini removes all scene-specific actions
  • If the girl goes all-in in poker and wins, you lose the whole game and she leaves, despite you having had more chips to being with. Happened at least with Desire. EDIT: Just happened with Jessica.
Massive thumbs up for additions and adjustments, especially for possibility of manually inviting girls and sending them away. Keep up the good work!
Thanks for the bug report. Here is the status:
  • Alice's hug & kiss pictures seem to be missing, at least in a revealing dress --> You are right, but only the hug picture is missing. Kissing works
  • Desire's arrival scene is missing --> not missing, only wrong filename. I wrote that already
  • Amount of blue pills can go to negative so you can essentially use them as much as you want, despite not even having them --> Yes, if you roll back at a bad time. It's a renpy + phyton problem. --> implemented a work around
  • Amy's special bikini removes all scene-specific actions --> this is not a bug, yes it is like that at the moment, since it requires a huge amount of new renders which I haven't done yet
  • Poker thing never happened to me, but I will look into it
 
  • Like
Reactions: Franky543

Bantry

Forum Fanatic
Oct 24, 2017
5,146
12,625
Ran into a problem try to travel to the pool. Here is the traceback.

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'scenes/[char1.fname]/[char1.fname]_pool_sunlotion0_swim[char1.swimwear].jpg'>:
File "game/script.rpy", line 764, in script call
File "game/loc_pool.rpy", line 889, in script
IOError: Couldn't find file 'scenes/[char1.fname]/[char1.fname]_pool_sunlotion0_swim[char1.swimwear].jpg'.

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

Full traceback:
File "C:\Holiday Island\HI 0.07\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Holiday Island\HI 0.07\renpy\main.py", line 487, in main
run(restart)
File "C:\Holiday Island\HI 0.07\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "C:\Holiday Island\HI 0.07\renpy\execution.py", line 761, in run_context
context.run()
File "game/script.rpy", line 764, in script call
File "game/loc_pool.rpy", line 889, in script
File "C:\Holiday Island\HI 0.07\renpy\ast.py", line 613, in execute
renpy.exports.say(who, what, interact=self.interact)
File "C:\Holiday Island\HI 0.07\renpy\exports.py", line 1147, in say
who(what, interact=interact)
File "C:\Holiday Island\HI 0.07\renpy\character.py", line 877, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Holiday Island\HI 0.07\renpy\character.py", line 716, in do_display
**display_args)
File "C:\Holiday Island\HI 0.07\renpy\character.py", line 508, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Holiday Island\HI 0.07\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Holiday Island\HI 0.07\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Holiday Island\HI 0.07\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:\Holiday Island\HI 0.07\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:\Holiday Island\HI 0.07\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:\Holiday Island\HI 0.07\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:\Holiday Island\HI 0.07\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:\Holiday Island\HI 0.07\renpy\display\image.py", line 576, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Holiday Island\HI 0.07\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:\Holiday Island\HI 0.07\renpy\display\im.py", line 473, in render
im = cache.get(self)
File "C:\Holiday Island\HI 0.07\renpy\display\im.py", line 200, in get
surf = image.load()
File "C:\Holiday Island\HI 0.07\renpy\display\im.py", line 524, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Holiday Island\HI 0.07\renpy\loader.py", line 543, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'scenes/[char1.fname]/[char1.fname]_pool_sunlotion0_swim[char1.swimwear].jpg'.

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Holiday Island 0.0.7alpha_bugfix1
 

Zippity

Well-Known Member
Respected User
Nov 16, 2017
1,393
2,659
pfff yeah super early... another one of those comments...
The game has several hundred hours of development time, about 1.500 images and animations, about 20.000 lines of code and text.
All I can say is Wow...

If the game is at a version number of 0.0.7, then that makes it super early in development... That is not a criticism, but an actual fact... Not sure why anyone on this Earth would take that comment as a negative... If the version had been, lets say 0.7.0, then it would be over half way done... But it's listed as 0.0.7...

I do understand that you feel you've put tons of time and effort into the project, and I applaud that sort of commitment... But I based my comment off your listed version number, because it proposes to the public that you still have 93% more content to make, because it's only 7% done... If that is not the actual case, then I suggest you may want to rethink your version number...

Best of luck on your creation...
 
Oct 14, 2017
43
28
Still bugs with poker, playing with Lacey, pot was 420 chips, she had taken off first 2 items of clothing, won the game... and it didn't give me the 420 chips, so suddenly I was at 10 chips, then started bouncing negative and lost... I reloaded and figure out that i can adjust my chips up the missing 420 with:
g_poker_game.participants[0] += 420
on the console.
 

macadam

Chicken Bubble Butt
Game Developer
Aug 5, 2016
6,967
10,068
ok..

so what is that arrival scene exactly ?

because i started a new game ( obviously as the old saves didnt work ) .. i go in the island and i didnt have see any arrival scene or something similar .... i m alreday at 25 days on the island.. o_O

what is these scene supposed to be/show ?
 
4.00 star(s) 210 Votes