Strike-10

Member
Jan 19, 2022
327
656
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
862
1,380
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,433
4,926
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
875
1,915
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

Runey

Harem Hotel
Game Developer
May 17, 2018
3,965
20,012
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.
It's going to be a long time before it's done. But there are dozens of hours of content already and many story arcs. In my opinion, waiting for this game to be completed before playing is similar to waiting for One Piece to be finished before watching.
 
4.70 star(s) 473 Votes