DigDug69

Engaged Member
Jun 29, 2019
2,545
5,117
Anyone know how to fix this?

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'bcode15.webp'>:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/AON_sensitive_FIX.rpy", line 13, in FIXrender
    child = renpy.display.render.render(self.child, w, h, st, at)
IOError: Couldn't find file 'bcode15.webp'.

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

Full traceback:
  File "scripts/lobby_script.rpyc", line 160, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "game/scripts/AON_sensitive_FIX.rpy", line 13, in FIXrender
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/dragdrop.py", line 461, in render
    cr = render(child, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1029, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 795, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1264, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transform.py", line 733, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 706, in load
    raise e
IOError: Couldn't find file 'bcode15.webp'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.16.2
Sun Feb  5 02:38:06 2023
DO NOT USE THE MOD.
It has not been fixed.
There have already been multiple reports from people that it is still breaking the game.

MODERATORS, please hide the link for the mod again, because it is not fixed, and is still breaking the game. Causing more people to come here looking for solutions, when there is no solution other than not using the mod.
If the person who took up working on it comes out with another try at fixing it, they can post it in the thread for volunteers to test it, before it gets added to the original post.
Then, if they find that it still crashes the game, they can refer the message about it directly to him.
EVERYONE HERE IS TIRED OF HEARING THE COMPLAINING ABOUT THE CRASHES, AND TELLING PEOPLE NOT TO USE THE MOD!
_warning_.png
 
Last edited:

ChildofIshtar

Member
Jul 23, 2021
180
468
Anyone know how to fix this?

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'bcode15.webp'>:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/AON_sensitive_FIX.rpy", line 13, in FIXrender
    child = renpy.display.render.render(self.child, w, h, st, at)
IOError: Couldn't find file 'bcode15.webp'.

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

Full traceback:
  File "scripts/lobby_script.rpyc", line 160, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "game/scripts/AON_sensitive_FIX.rpy", line 13, in FIXrender
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/dragdrop.py", line 461, in render
    cr = render(child, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1029, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 795, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1264, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transform.py", line 733, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 706, in load
    raise e
IOError: Couldn't find file 'bcode15.webp'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.16.2
Sun Feb  5 02:38:06 2023
Yeah, remove that mod, and load a save without it.
 

shadowtempered

Active Member
Aug 22, 2020
840
1,628
I think you have to specifically (you being, someone who knows) petition a moderator to update the link. Unless they're a fan, they aren't likely to see this request. I've seen other threads were folks update links to new games and someone would comment telling a moderator - I've never asked the steps involved though.

edit: I "reported (used other to specify the issue)" the front page post and request the mod link be removed. Specifically the link, not the actual post since I know he's currently working on it. Considering the difficulty folks have with using "search", if they remove the link that should stem the flow of broken help posts until he finishes.
 
Last edited:

DigDug69

Engaged Member
Jun 29, 2019
2,545
5,117
It may increase the number of people asking for the link, but that's okay since Nia's always up to some more bonking.
The last time it stopped the reports of crashing, after a couple of days, and there were not many requests for it either, after a few days.
Just the occasional random request, and Nia dealt with them.
 
  • Like
Reactions: TheDevian

Hentai1987

Member
Apr 16, 2018
133
109
Graphics are so irrelevant to the enjoyment of any game. We can go "wow that's cool", but it will never make us feel anything. Many of us enjoy games with nearly no graphics at all, like dungeons and dragons, and half the game is in your imagination. Other two insanely popular games are Runescape and Minecraft, with graphics older than honey select. Minecraft even tries to look older than it is and finds beauty in its style. Graphics have just never been able to carry a game. Look at Forspoken. I'm pretty sure Harem Hotel will be played more times than Square Enix's newest game.

You should know what you're getting anyway, this is an indie game. I have no choice with which assets I use like indie games on steam (which is beginning to slowly change).

Funnily enough I have actually remade most events before v0.13ish once or twice for the visuals. This is a MASSIVE undertaking that is taking years, but it's still u sing the same engine. I just want the quality to be consistent through the entire game.
i get the feeling the majority of AAA games turn out to be disappointing. Its often the smaller independent games that are real gems like the horror game Signalis that got a lot of positive reviews
 
  • Like
Reactions: TheDevian

27X

Active Member
Oct 30, 2019
516
442
Sorry, I was very busy yesterday and was not able to respond.
I guess i'm not sure what exactly i'm expecting from it. Someone mentioned not to expect Eternum level of story and I know that there won't be such a conspiracy inside. I get that.
i'm at about day 30. in my last play the game said i reached the end of the story for the receptionist.
I guess in those games i search for interesting characters and fairly good writing. if we get back to eternum, yeah, it's probably my fav, big part of that is the convoluted mystery, but i also love Single Again (probably top3 or 4 for me) and it's basically a slice of life drama with no special story in it. i like it just because the characters are very likeable and the writing is good.

i guess for this one it kind of confuses me. it just looks like it's a "come tomorrow to get another point, and then the day after to get a new h scene. repeat". the scenes/events are very short... i guess i just can't get attached to the characters.

but seeing how many good reviews there are, and how many people are just communicating about the game (2000 pages, damn) i'm wondering if i'm still very early in the game and later events are getting bigger/better/both.
I wasn't talking about the "totally not eyes wide shut + accellr8 + what if west world was elves and a really real place" overarch in Eternum. I'm talking about the characters, which are characters, including the two that seem to be literal harem-bait. The ladies in Eternum exist to service Orion. They simply do, which isn't even an indictment. Simply what's presented and laid out.

HH is simply not even kind of that vehicle, even the character that ostensibly at the beginning exists for that sole purpose of getting harem-path started. (Point of fact, said character has an entire decades-long history with your grandfather that is still a complete mystery, even now)

Given that Eternum literally repeats H events twice in a row three times with almost the entire cast... I'm not even gonna touch that one, suffice it to say you can stay for the feels or simply find something with faster/more linear faps, like the thing you're attempting to compare it to... which simply doesn't work.

Lord of the Rings isn't Eragon and "but dragon and sword" isn't even a kind of comparison. They exist in similar formats and potentially have focus overlap and that's about it.
 
Last edited:
  • Like
Reactions: Runey

PervyParadox

Member
Apr 26, 2022
415
1,259
The ladies in Eternum exist to service Orion. They simply do, which isn't even an indictment.
Damn, with all the games where indeed the girls are only here to service the MC you could have used as an example here, you basically chose one of the only game that makes that statement just downright false. Even though it's not an indictment, it's just not the case for reasons I'm not going to detail here because this is the wrong thread. Don't even know why this sentence is here honestly, your whole argument is otherwise legit but this simple statement discredit everything for people who knows Eternum at least.

Also it's the wrong thread to talk about it, there's a chance that talking too much about another game might get your message deleted soon so be careful of that.

I know I know you're not the one who started it but just be aware.
 
  • Like
Reactions: DigDug69

DigDug69

Engaged Member
Jun 29, 2019
2,545
5,117
Also it's the wrong thread to talk about it, there's a chance that talking too much about another game might get your message deleted soon so be careful of that.

I know I know you're not the one who started it but just be aware.
Very True.
They have a rule against discussing other games in a game thread, although just referencing another game would not likely invoke it.
But, multi post discussing it will make the game developer here annoyed, and anger the moderators and cause them to shoot fireballs from their asses at the offender...
They can really do that, and it is not something that you ever want to experience.
 
Last edited:

c3p0

Conversation Conqueror
Respected User
Nov 20, 2017
6,191
14,670
This is an image of an actual troll being targeted by the moderators.
View attachment 2371359
Which subclass? The facepalms, the walkthrough/update/mods/..., the "I only post here to show you how bad game/dev is and to save his supporters, because their dumb and don't know.....", the "this has content x in and isn't tag, even if only I see content x here", the " game need x", the general "shit" posting one (like one post like game good) or the ones that post post like this one here? :eek:

Or just a general troll?
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
14,888
35,124
Which subclass? The facepalms, the walkthrough/update/mods/..., the "I only post here to show you how bad game/dev is and to save his supporters, because their dumb and don't know.....", the "this has content x in and isn't tag, even if only I see content x here", the " game need x", the general "shit" posting one (like one post like game good) or the ones that post post like this one here? :eek:

Or just a general troll?
From Discord...
HaremHotel (1).png
 

DigDug69

Engaged Member
Jun 29, 2019
2,545
5,117
Which subclass? The facepalms, the walkthrough/update/mods/..., the "I only post here to show you how bad game/dev is and to save his supporters, because their dumb and don't know.....", the "this has content x in and isn't tag, even if only I see content x here", the " game need x", the general "shit" posting one (like one post like game good) or the ones that post post like this one here? :eek:

Or just a general troll?
Most likely a variety of them, but I really want to see them do that more often to the rabid pro NTR/Anti NTR people who scream, yell and throw tantrums when the games are not exactly the way that they want it, and screw everyone else.
They may be the worst of the trolls.
 

hobohenry

New Member
Aug 7, 2020
2
3
Here is all the cheat codes as of 02/07/2023
----- Dedicator Only Cheat Codes -----
cheat_mode_on! - Enables cheat mode
cheat_mode_off - Disables cheat mode
----- Supporter Cheat Codes -----
hi = Hello : ) jumptoend = Maxes out every character's stats up to the last update, gives you all the money, and more.
jumptoend_lin = Maxes out Lin's stats
jumptoend_kali = Maxes out Kali's stats
jumptoend_ash = Maxes out Ashley's stats
jumptoend_maria = Maxes out Maria's stats
jumptoend_bot = Maxes out Android's stats
jumptoend_F&E = Maxes out Felicity & Emma's stats
jumptoend_autumn = Maxes out Autumn's stats
skiphalf_lin = Sets Lin's level to 20
skiphalf_kali = Sets Kali's level to 20
skiphalf_ash = Sets Ashley's level to 20
skiphalf_mar = Sets Maria's level to 20
skiphalf_bot = Sets Android's level to 20
skiphalf_F&E = Sets Felicity & Emma's level to 20
skiphalf_aut = Sets Autumn's level to 20
skiphalf_all = Sets all main character's level to 20
truestory = Clones to Twins, unlocks Lucia content. And more.
changename = Changes your name
add10days = Adds 10 days
ifuckedlucy = Rewrites the story to make it so you fucked Lucy, unlocking some content
makeitrain = Gives you $1,000
makeitstorm = Gives you $999,999
slaveroute_nia = Changes Nia's route to the Slave Route
loveroute_nia = Changes Nia's route to the Love Route
slaveroute_sylvia = Changes Sylvia's route to the Slave Route
loveroute_sylvia = Changes Sylvia's route to the Love Route

Enter them via the computer in your room :)
 

DigDug69

Engaged Member
Jun 29, 2019
2,545
5,117
Here is all the cheat codes as of 02/07/2023
----- Dedicator Only Cheat Codes -----
cheat_mode_on! - Enables cheat mode
cheat_mode_off - Disables cheat mode
----- Supporter Cheat Codes -----
hi = Hello : ) jumptoend = Maxes out every character's stats up to the last update, gives you all the money, and more.
jumptoend_lin = Maxes out Lin's stats
jumptoend_kali = Maxes out Kali's stats
jumptoend_ash = Maxes out Ashley's stats
jumptoend_maria = Maxes out Maria's stats
jumptoend_bot = Maxes out Android's stats
jumptoend_F&E = Maxes out Felicity & Emma's stats
jumptoend_autumn = Maxes out Autumn's stats
skiphalf_lin = Sets Lin's level to 20
skiphalf_kali = Sets Kali's level to 20
skiphalf_ash = Sets Ashley's level to 20
skiphalf_mar = Sets Maria's level to 20
skiphalf_bot = Sets Android's level to 20
skiphalf_F&E = Sets Felicity & Emma's level to 20
skiphalf_aut = Sets Autumn's level to 20
skiphalf_all = Sets all main character's level to 20
truestory = Clones to Twins, unlocks Lucia content. And more.
changename = Changes your name
add10days = Adds 10 days
ifuckedlucy = Rewrites the story to make it so you fucked Lucy, unlocking some content
makeitrain = Gives you $1,000
makeitstorm = Gives you $999,999
slaveroute_nia = Changes Nia's route to the Slave Route
loveroute_nia = Changes Nia's route to the Love Route
slaveroute_sylvia = Changes Sylvia's route to the Slave Route
loveroute_sylvia = Changes Sylvia's route to the Love Route

Enter them via the computer in your room :)
It is strongly recommended that people not use the jumptoend, or any others cheat codes that alter the characters stats
They will miss game content doing that.
 
4.70 star(s) 481 Votes