Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I am playing the game from the beginning due to a new windows install, and i keep running into errors, such as an issue with early ashley that is giving a type error: 'bool' object is not callable

Also, not sure if it is the same issue, but the game will just freeze and crash out of nowhere

is there any fix for this or just a wade through it until 0.19.1??

You should cut and paste the error message text or show screenshot. Then it would be possible to help you with advice.

You could first verify you have installed the game correctly. On what platform? How did you install?

There is FAQ page in the Wiki.

Pehaps best way is to wait until v0.19.1.

Did you try to transfer the game's files at any point? Maybe merge them with other files? This will cause errors like that. Your saves are stored in %appdata%.

No, and after you said that, i redownloaded the game from mediafire just to verify that it is the same. The Traceback on the most recent crash is:

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 "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 6587, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 5569, in script

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 6587, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 21259, in script call

  File "script.rpyc", line 5569, in script

  File "renpy/ast.py", line 721, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "renpy/exports.py", line 1419, in say

    who(what, *args, **kwargs)

  File "renpy/character.py", line 1249, in __call__

    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)

  File "renpy/character.py", line 901, in do_display

    **display_args)

  File "renpy/character.py", line 647, in display_say

    rv = renpy.ui.interact(mouse='say', type=type, 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 3814, in interact_core

    if renpy.display.draw.update(force=self.display_reset):

TypeError: 'bool' object is not callable

Windows-10-10.0.26100

Ren'Py 7.4.11.2266

Harem Hotel v0.19

Thu Sep 11 05:51:48 2025