Enjoying my first playthrough! However, I'm being harassed by near constant "'bool' object not callable" errors. They mostly seem to refer back to various lines in various script_build0x.rpy files. I've redownloaded, etc, to troubleshoot and the errors continue.
Thanks! Please let me know if there's a solution or more information I can provide.
Example exception message included below:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_build05.rpy", line 692, in script
"Back then, they were given a future.{w} But it was taken again by Clément and
TypeError: 'bool' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_build05.rpy", line 692, in script
"Back then, they were given a future.{w} But it was taken again by Clément and
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1219, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 871, in do_display
**display_args)
File "renpy/character.py", line 621, 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 3276, 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 3767, in interact_core
if renpy.display.draw.update(force=self.display_reset):
TypeError: 'bool' object is not callable
Windows-10-10.0.22621
Ren'Py 7.4.6.1693
Minotaur Hotel 0.7
Sun Oct 29 12:22:19 2023
[/code]