zapallbugs

Engaged Member
Jul 10, 2018
2,286
2,610
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
Exception: DirectSoundCreate8: Invalid parameter

-- 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 "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3062, in interact
    self.start()
  File "renpy/display/core.py", line 2096, in start
    renpy.audio.audio.init()
  File "renpy/audio/audio.py", line 903, in init
    renpysound.init(renpy.config.sound_sample_rate, 2, bufsize, False, renpy.config.equal_mono)
  File "renpysound.pyx", line 390, in renpy.audio.renpysound.init
  File "renpysound.pyx", line 97, in renpy.audio.renpysound.check_error
Exception: DirectSoundCreate8: Invalid parameter

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Holiday Island 0.4.5.0
Wed Jun 26 17:00:47 2024
Hi, i'm still getting startup error even though i deleted the persistent files in both locations.
To me this looks like some driver error with the Renpy system, not an issue of the game code.
 

SiJa

Engaged Member
Feb 21, 2018
2,132
24,130
Ok, doubt this will stop the usual questions but I am going to give it a try...

Q: Does the previous version of the Mod work with this update?
A: Yes.

Q:Is the Android version available?
A: Not yet, as always, once this version has been out for a week or so and no other bugs or crashes are found, then the Android version will be released.

Q:Compressed version?
A: this is the compressed version from the creator, if you want a non-official compressed version that could have malware, not work, no support, and no fixes, then good luck with that!

Q:Full save?
A: "How about you play the game for Yourself "

Q:Replay Gallery?

A: on some non-repeatable scenes/event/appointments... Yes, however most of the content is repeatable in game, so no need for a replay gallery for them.

Q:New version of the Guide?
A: will come shortly, but needs to be created by yankeeInKy, if he can stop for 5 mins feeding and making coffee for Gamer Geek :ROFLMAO:
 
Last edited:

SiJa

Engaged Member
Feb 21, 2018
2,132
24,130
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
Exception: DirectSoundCreate8: Invalid parameter

-- 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 "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3062, in interact
    self.start()
  File "renpy/display/core.py", line 2096, in start
    renpy.audio.audio.init()
  File "renpy/audio/audio.py", line 903, in init
    renpysound.init(renpy.config.sound_sample_rate, 2, bufsize, False, renpy.config.equal_mono)
  File "renpysound.pyx", line 390, in renpy.audio.renpysound.init
  File "renpysound.pyx", line 97, in renpy.audio.renpysound.check_error
Exception: DirectSoundCreate8: Invalid parameter

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Holiday Island 0.4.5.0
Wed Jun 26 17:00:47 2024
Hi, i'm still getting startup error even though i deleted the persistent files in both locations.
check your graphics card and sound card (if you have one) drivers are all up to date as this is a driver issue
 

DuckSwim

Well-Known Member
Jan 19, 2018
1,505
9,459
Gosh, I tried to make this post sooner but I had to wait in queue to post behind all those people who are not interested in the game but are here the moment after a release to share just how not interested they are.

Also, will need more bottles for their tears, that too.
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
13,977
150,302
Holiday Island [v0.4.5.0] [darkhound1] - Compressed

Win/Linux [1,59 GB]
- - - -

Mac [1,61 GB]
- - - -

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

Spanker222

New Member
Aug 28, 2020
12
61
Patient? Lol, how many more literal YEARS before we can be no longer be deemed inpatient in regards to wanting to bang Aly?
I feel your pain. Aly is my favorite girl and i was disappointed when i played this game like 2 years ago and we could not bang her. Installed the game again this month and feels like after 2 years there was nothing new added to her outside some pics?

Good to see some UI improvements that make the game easier and more enjoyable to play, but the sexual content between girls need to be more balanced. After all this time thers no excuse why some girls still cant be banged while others have several sex scenes.
 

Drearash

Member
Jan 21, 2022
317
529
Holiday Island 0.4.5.0 has been released

Hello guys and gals,

pre beta testing for 0.4.5.0 has been finished and the new version is available for everyone now.
The update from 0.4.1.0 to 0.4.5.0 has 738 new renders, videos and sound files, 443 updated renders and 8 new backgrounds for the new phone.

All of the new stuff is in "webp" format and at least 2560x1440 resolution, which reduces space and increases image quality at the same time.

To see what's new, please check out the development news post for 0.4.5.0:

Save games from 0.0.8 alpha and later versions should still be working. Older saves are no longer supported.
!!!!! This is a new full version !!!!!
Please download the full 0.4.5.0 from these links (they are also on the main page):

Windows/Linux version:

Mega
OR
Google Drive

Mac version:
Mega
OR
Google Drive

Please extract the files into a new folder! Do not overwrite the existing game folder from an older version!
For all of you that get crashes as soon as you click on preferences or load, please manually add an empty text file in the HI sub folder "game".
Name the file: "use_fixed_resolution_720.txt"


What it will do is the following:
It will remove the resolution options and also the auto window scaling. After you have applied the patch, you will also be able to manually scale the game window again (e.g. maximizing it).

Happy playing!
Darkhound
Two words:

1) WOO
2) HOO!
 

Thunderbolt

Member
May 31, 2017
156
169
Hey folks, can someone help me with the common question. I have that quest to get all Data's from Ivy but she dont want to answer me the question about her breast size. What i have to do that she tells me that?
 
Last edited:

pidgeon 9978

New Member
Jun 5, 2018
7
2
1719429574235.png 1719429637176.png 1719429687724.png 1719429766976.png
Getting this unskippable error on a new game straight after that above choice in amys 3rd workout. Ive used the companion mod to raise player stats and other girls but I only raised Amy's affection and love at 35 and lust to 100.
 

Snowsexxx32

Newbie
Jun 3, 2018
97
102
Hi, i'm still getting startup error even though i deleted the persistent files in both locations.
Exception: DirectSoundCreate8: Invalid parameter
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Holiday Island 0.4.5.0

Per renpy.org, renpy 7.4.x requires that a user's computer have OpenGL 2, DirectX 9, OpenGL ES 2, or WebGL to run Ren'Py. The model-based renderer requires OpenGL ES 3 or WebGL 2.

This error seems to indicate that you're running DirectX 8.
 

zapallbugs

Engaged Member
Jul 10, 2018
2,286
2,610
View attachment 3773108 View attachment 3773110 View attachment 3773113 View attachment 3773115
Getting this unskippable error on a new game straight after that above choice in amys 3rd workout. Ive used the companion mod to raise player stats and other girls but I only raised Amy's affection and love at 35 and lust to 100.
This looks not game related, but a Renpy system error. Is this by any chance on Windows11? Renpy is known to be missing drivers needed on Win11.
 

Thunderbolt

Member
May 31, 2017
156
169
Hey folks, can someone help me with the common question. I have that quest to get all Data's from Ivy but she dont want to answer me the question about her breast size. What i have to do that she tells me that?
 
4.00 star(s) 232 Votes