UmbraDraconis242

New Member
Feb 5, 2020
14
13
Can anyone help with a crash report?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 21546, in script
"She runs and dives into the water."
File "game/script.rpy", line 21546, in script
"She runs and dives into the water."
TypeError: 'bool' object is not callable

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, 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 "game/script.rpy", line 21546, in script
"She runs and dives into the water."
File "game/script.rpy", line 21546, in script
"She runs and dives into the water."
File "renpy/ast.py", line 716, 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 1223, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 875, 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 3768, 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.8.1895
Grandma's House V0.16
Tue Mar 11 19:11:00 2025

I had to start again with version 0.16 and it crashes every now and then. Is there any information here as to why?
 
3.70 star(s) 322 Votes