Crashing issue

piattn

New Member
Nov 16, 2020
3
1
Games keep crashing with this kind of error, not always this exact error. I used to be able to play with no issues and now this happens with pretty much every game. PLEASE HELP!!

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 7, in script call
call Chap1 from _call_Chap1
File "game/scripts/Chap1.rpy", line 4, in script call
call Intro from _call_Intro
File "game/scripts/Chap1.rpy", line 53, in script
menu:
File "game/script.rpy", line 7, in script call
call Chap1 from _call_Chap1
File "game/scripts/Chap1.rpy", line 4, in script call
call Intro from _call_Intro
File "game/scripts/Chap1.rpy", line 53, in script
menu:
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 7, in script call
call Chap1 from _call_Chap1
File "game/scripts/Chap1.rpy", line 4, in script call
call Intro from _call_Intro
File "game/scripts/Chap1.rpy", line 53, in script
menu:
File "game/script.rpy", line 7, in script call
call Chap1 from _call_Chap1
File "game/scripts/Chap1.rpy", line 4, in script call
call Intro from _call_Intro
File "game/scripts/Chap1.rpy", line 53, in script
menu:
File "renpy/ast.py", line 1683, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1062, in menu
rv = renpy.store.menu(new_items)
File "renpy/exports.py", line 1298, in display_menu
rv = renpy.ui.interact(mouse='menu', 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.19041
Ren'Py 7.4.8.1895
Moving Out Day-9b
Tue Jan 16 20:09:20 2024
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Respected User
Donor
Jun 10, 2017
10,130
14,806
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
This is a really rare and strange error that have absolutely no inherent reason to happen. I kind of remember that someone fixed it by applying a Windows 10 update, but I'm not totally sure.
 
  • Like
Reactions: piattn