"CJ"

Conversation Conqueror
Mar 6, 2021
6,629
70,371
sheeesh id love to play this game but everytime i try to install the mod i get the same error over and over again no matter how many times i reninstall both the game and mod
If you have "clone_events.rpy" and "clone_events.rpyc" in the "game" subfolder, delete them.
 
  • Like
Reactions: Nico69

Eisul

New Member
Feb 24, 2021
9
2
I just updated the game but now whenever I load my old saves I get an error that says "An exception has occurred."
 

Runey

Harem Hotel
Game Developer
May 17, 2018
3,965
20,015
I just updated the game but now whenever I load my old saves I get an error that says "An exception has occurred."
If loading a save is causing an exception, try loading an autosave or clicking Rollback
 
  • Like
Reactions: TheDevian

Palinchron

Newbie
May 5, 2018
20
28
I'm getting this error:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 207, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 207, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 390, 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: No audio device found

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, 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 207, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 207, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gltest.rpy", line 390, 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 3286, in interact
self.start()
File "renpy/display/core.py", line 2200, in start
renpy.audio.audio.init()
File "renpy/audio/audio.py", line 955, 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 98, in renpy.audio.renpysound.check_error
Exception: DirectSoundCreate8: No audio device found

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.15
Sat Apr 9 13:30:48 2022
 

logitechbaba

New Member
Apr 17, 2018
2
0
I'm getting this error

I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not find return label u'_call_checkdone_8'.

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

Full traceback:
File "script.rpyc", line 28411, in script
File "renpy/ast.py", line 1567, in execute
next_node(renpy.game.context().lookup_return(pop=True))
File "renpy/execution.py", line 710, in lookup_return
raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label u'_call_checkdone_8'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.15
 

Runey

Harem Hotel
Game Developer
May 17, 2018
3,965
20,015
I'm getting this error:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 207, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 207, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 390, 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: No audio device found

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, 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 207, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 207, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 390, in script
$ __gl_test()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gltest.rpy", line 390, 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 3286, in interact
self.start()
File "renpy/display/core.py", line 2200, in start
renpy.audio.audio.init()
File "renpy/audio/audio.py", line 955, 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 98, in renpy.audio.renpysound.check_error
Exception: DirectSoundCreate8: No audio device found

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.15
Sat Apr 9 13:30:48 2022
Your audio device can't be found.
 

Runey

Harem Hotel
Game Developer
May 17, 2018
3,965
20,015
I'm getting this error

I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not find return label u'_call_checkdone_8'.

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

Full traceback:
File "script.rpyc", line 28411, in script
File "renpy/ast.py", line 1567, in execute
next_node(renpy.game.context().lookup_return(pop=True))
File "renpy/execution.py", line 710, in lookup_return
raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label u'_call_checkdone_8'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.15
If loading a save is causing an exception, try loading an autosave or clicking Rollback
 

lordjack1

New Member
Jul 19, 2018
10
3
Hi guys! I have a little problem. I cent give the dresses to the girls for some reason. i bought the cutiepie and harem set for Lin and there no option to give them to her, same goes for Kali's goth outfit. I'm at day 592 so their stats should be high enough. Can someone tell me whats wrong?
 

Rhastor

Newbie
Feb 3, 2018
78
62
I wouldn't remake them if the new ones were worse.
You do extraordinary work so I mostly trust you. There are some occasions where I miss the originals though, like when Lin switches to a slutty blowjob (not actually sure if this is a version thing or just a stats thing.) It's subjective.
 

Runey

Harem Hotel
Game Developer
May 17, 2018
3,965
20,015
Hi guys! I have a little problem. I cent give the dresses to the girls for some reason. i bought the cutiepie and harem set for Lin and there no option to give them to her, same goes for Kali's goth outfit. I'm at day 592 so their stats should be high enough. Can someone tell me whats wrong?
Nothing is wrong, you don't need to give them the outfits.

You do extraordinary work so I mostly trust you. There are some occasions where I miss the originals though, like when Lin switches to a slutty blowjob (not actually sure if this is a version thing or just a stats thing.) It's subjective.
When did Lin switch to a slutty blowjob? I don't understand.
 

Rhastor

Newbie
Feb 3, 2018
78
62
I'm just being greedy though. HH consumes more of my hours than any game on this site, and I'm sure new animations aren't going to change that.
 

Bloodmoon22

Member
Oct 17, 2020
187
118
This is the compressed version. Without the current compression, the game would probably be around 90GB. Fitting in over 28k HD images will do that. But I can understand wanting to wait for an even further compressed version. It will have noticeably worse quality though.
It is crazy that you said this game could be around 90 GB. I have Assassins Creed Vahala and it is only 87.2 GB. I am not sure still how your game, which I do like A LOT can be so big when it does not have even half of what Assassins Creed has. This is just an example and I am not talking bad about your game. The size is insane though but I am still looking forward to the rest of your games story.
 

Runey

Harem Hotel
Game Developer
May 17, 2018
3,965
20,015
The kitchen blowjob animation where her head isn't vertical and she's looking into the camera.
I believe that animation is still in the game? I don't recall taking it out.

It is crazy that you said this game could be around 90 GB. I have Assassins Creed Vahala and it is only 87.2 GB. I am not sure still how your game, which I do like A LOT can be so big when it does not have even half of what Assassins Creed has. This is just an example and I am not talking bad about your game. The size is insane though but I am still looking forward to the rest of your games story.
It was explained a few pages ago. The gist of it is, you only need to download an asset once on AC Valhalla, and it can be reused multiple times without effecting the filesize. But on games that use images instead of 3D assets, each time I want you to see something, it's a completely separate image that needs to be downloaded.

One example is the Garden. Each time I make a new event in it, you need to download those images, even though you've already seen the garden before.
 

anon1012

Newbie
May 25, 2018
70
98
It is crazy that you said this game could be around 90 GB. I have Assassins Creed Vahala and it is only 87.2 GB. I am not sure still how your game, which I do like A LOT can be so big when it does not have even half of what Assassins Creed has. This is just an example and I am not talking bad about your game. The size is insane though but I am still looking forward to the rest of your games story.
The problem with size really comes down to one simple fact. How the game are rendered.
In HH every scene is one or more static images (animations/videos are also just a series of images, just a lot of them).
So let's say you want to do something Assassins Creed typical like climbing a tower. Since that was your example game.

In HH the game needs a HD image for every possible position you could be at on the tower climb if you can freely climb it.
These images are pre-rendered by Runey so playing HH requires low system specs to get HD image quality.

AC does it different. Instead of having everything be a full image it makes it's display output up from a lot of small images.
So instead of needing an image for every position you just need an image for the Wall texture. Since the entire tower is probably made of the same material you can just use that same texture over and over to display the whole thing.
You also need a texture for the character and a sky box and some other small textures. How that all appears on the screen is then calculated by your GPU. To get a high quality HD experience you'll need a lot stronger system than for Renpy games.

This is super oversimplified but I hope it answers the question of "Why is a VN so much larger in file size than *random AAA game*?"
HH = Everything is made up of pre-processed high quality image
AC Valhala = Everything is made up of very small images that the GPU stitches together live
 
4.70 star(s) 480 Votes