Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello! While playing the game, ive got an error:

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 898, in execute

  File "game/script.rpy", line 898, in execute

  File "game/script.rpy", line 909, in execute

TypeError: 'bool' object is not callable

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

Full traceback:

  File "game/scenes.rpyc", line 1710, in script

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/ast.py", line 706, in execute

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

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/exports.py", line 1336, in say

    who(what, *args, **kwargs)

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/character.py", line 1139, in __call__

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

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/character.py", line 842, in do_display

    **display_args)

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/character.py", line 591, in display_say

    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/ui.py", line 295, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/display/core.py", line 2699, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/display/core.py", line 3091, in interact_core

    root_widget.visit_all(lambda i : i.per_interact())

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all

    d.visit_all(callback, seen)

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all

    d.visit_all(callback, seen)

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all

    d.visit_all(callback, seen)

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/display/screen.py", line 430, in visit_all

    callback(self)

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/display/core.py", line 3091, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/display/screen.py", line 440, in per_interact

    self.update()

  File "/private/var/folders/dx/v_h3nvzn3gqfzj33n5_805ph0000gp/T/AppTranslocation/993D2285-0C4A-4EDA-B386-6C8E464859FA/d/RRH.app/Contents/Resources/autorun/renpy/display/screen.py", line 625, in update

    self.screen.function(**self.scope)

  File "game/script.rpy", line 898, in execute

  File "game/script.rpy", line 898, in execute

  File "game/script.rpy", line 909, in execute

  File "<screen language>", line 909, in <module>

TypeError: 'bool' object is not callable

Darwin-21.4.0-x86_64-i386-64bit

Ren'Py 7.3.2.320

Красная Шапочка 1.0

Fri May 27 20:33:56 2022

[/code]


what should i do?

Hi! 

It's been a while since I've looked at this project, so I can't say off the top of my head, but based off of the error it looks like there's a variable in there somewhere doing something it shouldn't be- apologies for the problem!

Just to confirm, is it something to do with the maze section of the game?

Yes! i just realized that the russian version is 1.0

I see! Upon playing the Russian version, I was able to recreate the error.

I believe I've fixed it, Please redownload the updated version! If you run into any more issues, please let me know!  

After I'm finished working on my latest project, I'd  like to return to RRH and try and fix up/maybe combine the translations into one project. That should stop something like this happening in the future.

Apologies for the inconvieniance!

Okay, thank you!!!:DDD