c3p0

Forum Fanatic
Respected User
Nov 20, 2017
5,079
12,331
Is there any reason why the upload isn't simply broken up into multiple zip files? I mean, it's a zip already and breaking it into 3-4 smaller files instead of one large one would solve everyone's problems wouldn't it?
Well, is part 1, 2 and 3 under the spoiler tag not broken up enough for you?:whistle::devilish::geek:
 

henk1

Newbie
Dec 12, 2019
69
71
Since this says it is Linux compatible, has anyone tried running this on a SteamDeck? Thank you for any information.
Steam Deck is just a Linux computer running an arch derivative distro. I'm running Manjaro (also arch derivative) and it works perfectly here, in fact, I've never seen a renpy game that does not work on Linux.

You need to execute the `.sh` file instead of the `.exe` file to start the game, but that is the only difference.
 

thememeguy123

Member
Nov 19, 2023
230
200
Taking a poll from twitter and posting here:

Who is your favorite duo?

  • Lin + Android

  • Ashley + Maria

  • Felicity + Emma

  • Autumn + Kali
was searching if felicity + emma last scene was repeatable (is it?) and saw this.

for me
Felicity + Emma
Lin + Android
Ashley + Maria
Autumn + Kali
 
  • Like
Reactions: splamo

Strike-10

Member
Jan 19, 2022
326
653
Perhaps a "mod" where Android grows her tongue significantly?
Android already has tongue “tricks/mod” abilities as demonstrated when she flips the tables on Maria and Dommes her.

In my earlier response to runey’s request for suggestions … I stated something that explicitly included Android using her [enhanced] tongue. In addition to other details to create a memorable scene.

So I’m right there with ya pal (y)
 
  • Like
Reactions: lamurian

sleepingkirby

Active Member
Aug 8, 2017
601
880
Steam Deck is just a Linux computer running an arch derivative distro. I'm running Manjaro (also arch derivative) and it works perfectly here, in fact, I've never seen a renpy game that does not work on Linux.

You need to execute the `.sh` file instead of the `.exe` file to start the game, but that is the only difference.
And occasionally fix the permission on the .sh and the executable it's executing. A lot of devs forget to chmod a+x the files. (Running a debian derivative here).
 
  • Sad
Reactions: henk1

Jerawn

New Member
Dec 7, 2019
3
0
Do u guys any solution to 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.17.2
Wed Jan 24 06:56:37 2024
 

DigDug69

Engaged Member
Jun 29, 2019
2,137
4,384
Do u guys any solution to 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.17.2
Wed Jan 24 06:56:37 2024
If loading a save is causing an exception, try loading an autosave or clicking Rollback
 
  • Like
Reactions: TheDevian

torresm

Active Member
Apr 5, 2020
805
1,765
Exception: DirectSoundCreate8: No audio device found
Either your computer has no audio device, or the one that you have is incompatible... a rare occurrence either way.

Have you ever played Harem Hotel before on this PC, or any other RenPy games? Try updating your sound drivers for a start.
 
  • Like
Reactions: TheDevian

Jerawn

New Member
Dec 7, 2019
3
0
Either your computer has no audio device, or the one that you have is incompatible... a rare occurrence either way.

Have you ever played Harem Hotel before on this PC, or any other RenPy games? Try updating your sound drivers for a start.
The PC is brand new so i never played any Renpy game and yeah it doesn't have any audio device it's weird a bit but maybe that's the reason of problem. Thanks.
 

kokoli31

New Member
Jan 26, 2024
1
1
Hi, I tried this game when it's at early stage. I really liked it, stopped playing and decided to wait for it to be completed. I waited... Umm, I don't remember exactly but, around like 4 years. When it's gonna be completed? While I waiting I found a game named Mythic Manor. I liked Mythic Manor too and decided to wait for it to be completed too. The same happened for Being A DIK too. My muscles and paper towels are ready for these games but, especially for Harem Hotel. I hope one day I can see the Completed tag. Peace out, brothers.
 
  • Like
Reactions: HunterSeeker
4.70 star(s) 460 Votes