SCP 001

Active Member
Aug 21, 2017
893
855
I got this error code. does anyone know how to skip the scene? Normally I can just skip past the error, but the option isn't there


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

While running game code:
  File "game/mod/MyOverrides.rpy", line 4255, in script call
    $ result = renpy.imagemap("floor1.webp", "floor1dh.webp", [
  File "game/mod/MyOverrides.rpy", line 6553, in script
    jump ashfootjob1
ScriptError: could not find label 'ashfootjob1'.

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

Full traceback:
  File "game/mod/MyOverrides.rpy", line 4255, in script call
    $ result = renpy.imagemap("floor1.webp", "floor1dh.webp", [
  File "script.rpyc", line 16458, in script call
  File "scripts/lin_events.rpyc", line 806, in script call
  File "scripts/lobby_script.rpyc", line 160, in script call
  File "game/mod/MyOverrides.rpy", line 6553, in script
    jump ashfootjob1
  File "Harem_Hotel.app/Contents/Resources/autorun/renpy/ast.py", line 1757, in execute
    rv = renpy.game.script.lookup(target)
  File "Harem_Hotel.app/Contents/Resources/autorun/renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'ashfootjob1'.

Ren'Py 7.4.11.2266
Harem Hotel v0.16.2
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
13,786
32,408
Ooh okay you meant the clock tower is the new one, not that it has been changed since. I was thinking in reverse, like the clock tower one was maybe changed since last time I've played. I can't tell during which update that changed then, I've only ever played this scene like this and not the hill over the rail one.

Also on the subject of changed event, kinda upset we can't pat Lucia's butt anymore at the beginning of the beach event with Kali and Lucia I was talking about earlier, but that's more of a personnal butt fondling kink kind of thing, and the scene is better overall.

Butt fondling (or "butt patting" if you may) and tits groping would be great repeatables but not sure it would be worth the effort for Runey at this point :HideThePain:
Yeah, I have not done that event since it was new, the first time... lol

Nice, yeah, headpats, butt pats, boob gropes... always good. Could always be part of some other repeatable thing, who knows?
I got this error code. does anyone know how to skip the scene? Normally I can just skip past the error, but the option isn't there
Are you trying to use a mod?
 

osculim

Active Member
Aug 21, 2019
802
922
quick question. I have Felicity and emma at 36. And most skills maxed out. It said earlier anal sex have been unlock but when I go to their room and talk to them the "lets have some fun" option is greyed out and the refuse to do anything. I am on 0.16.2 That also prevents me from getting them higher so I can continue another mission for ashley.
 

shadowtempered

Active Member
Aug 22, 2020
600
1,206
quick question. I have Felicity and emma at 36. And most skills maxed out. It said earlier anal sex have been unlock but when I go to their room and talk to them the "lets have some fun" option is greyed out and the refuse to do anything. I am on 0.16.2 That also prevents me from getting them higher so I can continue another mission for ashley.
What is at "36"? Their affection or their relationship level? Relationship level stops at 36 for 16.2, so if you already maxed that whatever you're waiting for should already be unlocked for Ashley. If you're talking affection, try spending time with them. It's possible another event is pending.
 
  • Like
Reactions: TheDevian

osculim

Active Member
Aug 21, 2019
802
922
Relationship level. I just found out my save is borked and all those options should be unlocked. anyone have a complete save file to help out would be greatly appreciated
 

Rayourenemy

Newbie
May 31, 2020
15
6
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
I have fixed the last Lain's mod (v0.14.x) to work with 0.16.x. It obviously only supports characters from 0.14.x and I did not edit any other files than the ones that resulted in an error when clicking the mod button.
It's tested for a couple of hours, and so far I have had no errors.

Workupload
Pixeldrain
 

DigDug69

Well-Known Member
Jun 29, 2019
1,959
4,097
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
600
1,206
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

Well-Known Member
Jun 29, 2019
1,959
4,097
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
128
105
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
333
1,032
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
4.70 star(s) 453 Votes