Skip to main content

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

Still getting some errors after The Wheelhouse.


While running game code:

  File "game/A07_Tuesday_AfterWheelhouse.rpy", line 127, in script

    s "And that's fine! I love them both. They're fun!"

TypeError: 'bool' object is not callable

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

Full traceback:

  File "game/A07_Tuesday_AfterWheelhouse.rpy", line 127, in script

    s "And that's fine! I love them both. They're fun!"

  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

Dawntide
Mon Apr 21 20:41:40 2025

(+1)

Thanks for this. I'll take a look at it today and see what's causing it. Did this come from loading a save or from a new game?

(+1)

New game! Started fresh!