mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,385
10GB download... and the game crashes the moment you click to start a new game

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

While running game code:
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
AttributeError: 'NoneType' object has no attribute 'load'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  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/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  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 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "renpy/loadsave.py", line 770, in load
    roots, log = loads(location.load(filename))
  File "renpy/savelocation.py", line 471, in load
    return l.load(slotname)
AttributeError: 'NoneType' object has no attribute 'load'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.15
Wed Apr 13 12:42:27 2022
 

Runey

Harem Hotel
Game Developer
May 17, 2018
3,965
19,979
10GB download... and the game crashes the moment you click to start a new game

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

While running game code:
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
AttributeError: 'NoneType' object has no attribute 'load'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  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/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  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 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1102, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 983, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 918, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_other.rpy", line 537, in __call__
    rv = self.callable(*self.args, **self.kwargs)
  File "renpy/loadsave.py", line 770, in load
    roots, log = loads(location.load(filename))
  File "renpy/savelocation.py", line 471, in load
    return l.load(slotname)
AttributeError: 'NoneType' object has no attribute 'load'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.15
Wed Apr 13 12:42:27 2022
I'm not sure why you're getting this error, first time I've seen this in v0.15. Try reinstalling.
 
  • Like
Reactions: TheDevian

Bingoogus

Engaged Member
Sep 5, 2021
2,945
7,134
I have a question, though not having played the latest patch yet i mightn't have needed to ask but have we met the final housemate yet (without naming them i assume) or is there still plans to add a completely new character?
 

RJ940

Newbie
Jul 26, 2021
42
79
Todays update:
I got the Walkthrough updates and some cleanups for Ashely, Autumn, the Twins, Kali and Lin done.
Tomorrow I should finish up Maria, the Side Girls and the Main Script file plus updating Lain's original part of the Walkthrough with the 0.15 updates.
Great news bud, was waiting for your update to play the new version, how ever do take your time don't over exert yourself for the sake of a few impatient folks!
 
  • Like
Reactions: ecoli

Magr3d

New Member
Mar 10, 2018
4
4
Todays update:
I got the Walkthrough updates and some cleanups for Ashely, Autumn, the Twins, Kali and Lin done.
Tomorrow I should finish up Maria, the Side Girls and the Main Script file plus updating Lain's original part of the Walkthrough with the 0.15 updates.


If anyone says Runey doesn't do much but masturbate to his Patreon numbers, SEND THEM MY WAY.
Runey did a lot of work and changes from the last update to this one and I can vouch for that!
It's one of the reasons it's taking me longer to get this updated than I thought it would, he did a lot of work even if you may or may not are able to tell.
Thank you for the hard work ! Can't wait to test your walkthrough. Do you have a Patreon too ? :D
 
  • Like
Reactions: Lord Ashram

mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,385
Is there any non exhibitionism content that requires leveling up exhibitionism stat?
 

shadowtempered

Active Member
Aug 22, 2020
593
1,191
Is there any non exhibitionism content that requires leveling up exhibitionism stat?
There are tid-bit story events that if their exh is high enough they might strip in front of the store clerk or show some boobs at dinner, if that's what you mean? Otherwise I don't think I've seen anything specifically require an exh check that wasn't tied directly to the exh events.
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
13,755
32,295
Felicity and Emma are twins with the right code, otherwise their clones and that is sufficient for the incest tag even though it isn't a focus in the game and most likely will never be.
There are also some scenes with Kali and Luci.

There was some talk about the MC's sister, but that idea is on hold at least, and if it is going to happen, will not be until some of the current stories are done. There has been a lot of talk about who some of the new people could be, but we don't know if any of those new people (like the sister or Wheelie) will make it or not.
every time i start up the game this shows up and i cant continue my save ,,, any tips ? View attachment 1755001
Is this happening when you start the game, or load the save?
Did you extract it to a fresh folder, or into the same one from before?
 

mrttao

Forum Fanatic
Jun 11, 2021
4,521
7,385
There are tid-bit story events that if their exh is high enough they might strip in front of the store clerk or show some boobs at dinner, if that's what you mean? Otherwise I don't think I've seen anything specifically require an exh check that wasn't tied directly to the exh events.
Thank you. No I meant will there be cases like "to unlock character X you must first get character Y to exhibitionism 10 and then have public sex with her in the part. where char X will see you". or "to have sex in the bedroom with char Z you must first raise her exhibitionism to 10, then make her strip in public 5 times to raise her sluttiness to 5. then she will put out when you visit her bedroom". Or requiring it for 3somes, and the like.
(I have seen other games make such blocks before)

I have no interest in exhibitionism and want to ignore it. but only if doing so does not block non-exhibitionism content.
edit: oh no, I just noticed there are achievements... well now I have to do it.
 
Last edited:

shadowsynn

Member
Nov 11, 2018
124
95
I'm curious. I've played the game up to version 0.12 I believe so a while ago. Will we ever meet the elf that helped raise Ashley? Like will we be able to buy her? That'd be nice even if we don't get to have sex with her, but if we can have sex with her well...
 
  • Thinking Face
Reactions: TheDevian

Runey

Harem Hotel
Game Developer
May 17, 2018
3,965
19,979
Thank you. No I meant will there be cases like "to unlock character X you must first get character Y to exhibitionism 10 and then have public sex with her in the part. where char X will see you". or "to have sex in the bedroom with char Z you must first raise her exhibitionism to 10, then make her strip in public 5 times to raise her sluttiness to 5. then she will put out when you visit her bedroom". Or requiring it for 3somes, and the like.
(I have seen other games make such blocks before)

I have no interest in exhibitionism and want to ignore it. but only if doing so does not block non-exhibitionism content.
edit: oh no, I just noticed there are achievements... well now I have to do it.
No, as the tips say when you start the game, stats are not required for the story at all. Stats just unlock more of that content. If you get the exhibitionism trait, you will see more exhibitionism content. Otherwise you will see none unless you opt into it.

I'm curious. I've played the game up to version 0.12 I believe so a while ago. Will we ever meet the elf that helped raise Ashley? Like will we be able to buy her? That'd be nice even if we don't get to have sex with her, but if we can have sex with her well...
I could spoil that. But Ashley is currently on a story arc involving finding her.
 
4.70 star(s) 450 Votes