Thanks, turns out that was the issue. Who would have thought the greenhouse was blocked by me napping with someone...If you're sleeping with someone at night, there have been reports that this halts the progression stage.
Thanks, turns out that was the issue. Who would have thought the greenhouse was blocked by me napping with someone...If you're sleeping with someone at night, there have been reports that this halts the progression stage.
For some reason, that blocks a few things every so often. =/Thanks, turns out that was the issue. Who would have thought the greenhouse was blocked by me napping with someone...
Why not move the upgrades to one of the other existing systems like mail. When it's done you'll get a notification in the mail which then triggers the change. Or simply let it be instantaneous? I mean, it doesn't look like the greenhouse needed to have a foundation poured or anything like that. I doubt it'd take that long irl.For some reason, that blocks a few things every so often. =/
As far as I remember, most things we do have a delay like that. I suppose it depends on if we hired someone to do it, or the girls did it in their spare time. XDWhy not move the upgrades to one of the other existing systems like mail. When it's done you'll get a notification in the mail which then triggers the change. Or simply let it be instantaneous? I mean, it doesn't look like the greenhouse needed to have a foundation poured or anything like that. I doubt it'd take that long irl.
If I was to hazard a guess, end of the day tasks are being handled differently between the two routes(solo vs w/a girl).Thanks, turns out that was the issue. Who would have thought the greenhouse was blocked by me napping with someone...
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
You can try deleting the 'persistent' file from your save folder and your appdata folder.when i strart the game i get it
how i can fix itCode: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
v.0.17 was released in on the 17th of June 2023, v.0.18 was released on the 2nd (I think) of September 2024.I haven't played in a few updates. Had to cut back on my patreon spending and this was a casualty. Was thinking about picking it up again, but really don't want to have to start from scratch - which I would have to do since I don't remember much about the character stories.
Does anyone know how close to completion the game is? I checked the last few pages of the thread but didn't see anything.
Since the story is far from completion, I would guess several years.I haven't played in a few updates. Had to cut back on my patreon spending and this was a casualty. Was thinking about picking it up again, but really don't want to have to start from scratch - which I would have to do since I don't remember much about the character stories.
Does anyone know how close to completion the game is? I checked the last few pages of the thread but didn't see anything.
You realise that it version number doesn't go from 0.01 to 1.0, right? For all we know, Runey could hit V0.2 and that's the natural end to the story.If it took six years for it to get to .18, don't expect this game done before the decade's over. Hell it might not even be done before the 2030s are over. I'll either be in my 60s by that time or dead. Someone tell me what happens to Lin in the afterlife.
Yeah, I get that. I was around here four years ago under a different name, I know how things go, no need to educate me. Doesn't change the fact that most of us here will be above middle age before this game gets closed to finish. I'll be in an old age home or dead. Have fun waiting another 10+ years or so for this to game to finish. I have better things to do than to wait for my death while waiting for this game.You realise that it version number doesn't go from 0.01 to 1.0, right? For all we know, Runey could hit V0.2 and that's the natural end to the story.
Hopefully, then Runey won't go from 0.99 to 0.100, that would, of course mean 1000 update for a full game - or as an alternative make a 1.01 release.v.0.17 was released in on the 17th of June 2023, v.0.18 was released on the 2nd (I think) of September 2024.
Assuming there will be a v.0.19, a v.0.20.... all the way up to v.1.00 (full release), that would be another 82 interim releases.
If each release takes more than a year to release, that would be an estimated full release in .. eh, 2106 sometime?
Don't say that they are not decimals, I've learned that here, along with what harem, NTR, how to make a good game, why I should, as a dev, listen to 2 loud zoners instead of my paying customers... - I could go on.You realise that it version number doesn't go from 0.01 to 1.0, right? For all we know, Runey could hit V0.2 and that's the natural end to the story.
And others are toodler or midle age or old age... ...Runey could abord the game tomorrow for reasons (purely hypothetical)... ...WWIII could happen and we would be back a stone and spear if we are lucky or unlucky...Yeah, I get that. I was around here four years ago under a different name, I know how things go, no need to educate me. Doesn't change the fact that most of us here will be above middle age before this game gets closed to finish. I'll be in an old age home or dead. Have fun waiting another 10+ years or so for this to game to finish. I have better things to do than to wait for my death while waiting for this game.
The government in the country where Harem Hotel takes place is racist.Did they ever explain why half elves don't have rights?
No, I mean why do full elves get basic rights and not half elvesThe government in the country where Harem Hotel takes place is racist.
In their eyes a half elf is still an elf, but a quarter elf is more human than elf, and they get a pass to live freely.