Bare Witness
This Community Hub is marked as 'Adult Only'. You are seeing this hub because you have set your preferences to allow this content.

Bare Witness

View Stats:
Ariochaotik Aug 14, 2024 @ 5:43pm
constant crashing
I just bought the game earlier today and installed it.
first, i was playing in full screen. I was having errors every few clicks. I decided to go back to windowed mode maximized and it was better.

Still im having similar errors very often. they are all like this one with that same error "bool' object is not callable"

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Chapter2.rpy", line 170, in script
sa "If we started hanging out, just as friends, it would save us from facing questions down the line if one of us does say something we shouldn't."
TypeError: 'bool' object is not callable

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

Full traceback:
File "game/Chapter2.rpy", line 170, in script
sa "If we started hanging out, just as friends, it would save us from facing questions down the line if one of us does say something we shouldn't."
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.19041
Ren'Py 7.4.6.1693
Bare Witness 1.1.5s
Wed Aug 14 19:39:11 2024
```
Last edited by Ariochaotik; Aug 14, 2024 @ 5:44pm
< >
Showing 1-10 of 10 comments
608xperience Aug 15, 2024 @ 6:11pm 
I cannot think of any reason why this should be happening. It's absolutely not code related because there are no boolean calls being made here. I would try verifying your files and, if that doesn't fix it, try a complete uninstall/reinstall. Ren'Py is obviously unhappy about something, but it's not an error I've seen in hundreds of hours of beta testing on any of Windows, Mac or Linux.

Sorry for the frustration! I hope a verify fixes it for you.
CHOPP3R Aug 17, 2024 @ 9:17am 
Game will not load, constant crashing at start. Uninstalled and reinstalled several times.

----------


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00images.rpy", line 52, in script
init python:
File "renpy/common/00images.rpy", line 52, in script
init python:
File "renpy/common/00images.rpy", line 55, in <module>
_scan_images_directory()
File "renpy/common/00images.rpy", line 47, in _scan_images_directory
if renpy.has_image(base, exact=True):
TypeError: 'str' object is not callable

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "renpy/common/00images.rpy", line 52, in script
init python:
File "renpy/common/00images.rpy", line 52, in script
init python:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00images.rpy", line 55, in <module>
_scan_images_directory()
File "renpy/common/00images.rpy", line 47, in _scan_images_directory
if renpy.has_image(base, exact=True):
TypeError: 'str' object is not callable

Windows-10-10.0.22621
Ren'Py 7.4.6.1693
Bare Witness 1.1.6s
Sat Aug 17 12:15:52 2024
608xperience Aug 17, 2024 @ 2:30pm 
Originally posted by CHOPP3R:
Game will not load, constant crashing at start. Uninstalled and reinstalled several times.
I apologize for how annoying this must be, but this is the first time we're seeing this particular error. As annoying as it might be, I'm actually going to suggest that you ensure your system's drivers are up to date. I can't even imagine why your system should see the game crashing while Ren'Py is loading the images folder.

Sorry for the trouble, but I am unable to reproduce the error and have not had any luck googling a possible answer. :steamsad:
608xperience Aug 17, 2024 @ 3:37pm 
Following up, CHOPP3R, is the output of the error the same every time or are you seeing different exceptions each time?
hush Aug 24, 2024 @ 10:53am 
got also this error, already uninstalled and installed it once.

I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 462, in __call__ renpy.load(fn) BadZipfile: File is not a zip file -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "renpy/ast.py", line 922, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module> python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() 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 4100, in interact_core rv = root_widget.event(ev, x, y, 0) File "renpy/display/layout.py", line 1062, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/transition.py", line 48, in event return self.new_widget.event(ev, x, y, st) # E1101 File "renpy/display/layout.py", line 1062, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1062, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/screen.py", line 720, in event rv = self.child.event(ev, x, y, st) File "renpy/display/layout.py", line 1062, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1252, in event rv = super(Window, self).event(ev, x, y, st) File "renpy/display/layout.py", line 245, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/layout.py", line 1062, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1252, in event rv = super(Window, self).event(ev, x, y, st) File "renpy/display/layout.py", line 245, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/layout.py", line 1062, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 245, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/behavior.py", line 979, in event return handle_click(self.clicked) File "renpy/display/behavior.py", line 914, in handle_click rv = run(action) File "renpy/display/behavior.py", line 329, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 462, in __call__ renpy.load(fn) File "renpy/loadsave.py", line 768, in load roots, log = loads(location.load(filename)) File "renpy/savelocation.py", line 457, in load return l.load(slotname) File "renpy/savelocation.py", line 254, in load with zipfile.ZipFile(filename, "r") as zf: File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/zipfile.py", line 793, in __init__ File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/zipfile.py", line 834, in _RealGetContents BadZipfile: File is not a zip file
608xperience Aug 24, 2024 @ 11:28pm 
Originally posted by hush:
got also this error, already uninstalled and installed it once.

I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 462, in __call__ renpy.load(fn) BadZipfile: File is not a zip file -- Full Traceback ------------------------------------------------------------ … trimmed … File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/zipfile.py", line 793, in __init__ File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/zipfile.py", line 834, in _RealGetContents BadZipfile: File is not a zip file
There is no Steam support for Android. I have no idea what you're seeing, but it's not based on this game's code in any way, shape or form.
Last edited by 608xperience; Aug 24, 2024 @ 11:29pm
CHOPP3R Aug 25, 2024 @ 5:18pm 
Originally posted by 608xperience:
Following up, CHOPP3R, is the output of the error the same every time or are you seeing different exceptions each time?

Ran the game again and it changed slightly.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 32, in script
$ renpy.pause ()
File "game/script.rpy", line 32, in script
$ renpy.pause ()
File "game/script.rpy", line 32, in <module>
$ renpy.pause ()
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 32, in script
$ renpy.pause ()
File "game/script.rpy", line 32, in script
$ renpy.pause ()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 32, in <module>
$ renpy.pause ()
File "renpy/exports.py", line 1561, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
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
Bare Witness 1.1.6s
Sun Aug 25 20:15:42 2024
608xperience Aug 26, 2024 @ 1:03am 
Originally posted by CHOPP3R:
Originally posted by 608xperience:
Following up, CHOPP3R, is the output of the error the same every time or are you seeing different exceptions each time?

Ran the game again and it changed slightly.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 32, in script
$ renpy.pause ()
File "game/script.rpy", line 32, in script
$ renpy.pause ()
File "game/script.rpy", line 32, in <module>
$ renpy.pause ()
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 32, in script
$ renpy.pause ()
File "game/script.rpy", line 32, in script
$ renpy.pause ()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 32, in <module>
$ renpy.pause ()
File "renpy/exports.py", line 1561, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
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
Bare Witness 1.1.6s
Sun Aug 25 20:15:42 2024
Sorry for not being helpful, but this really appears to be something up with your system. The errors don't represent anything that is happening in code at all. It's been my experience supporting various Ren'Py games that these differing and unexpected base Ren'Py errors are often fixed by some system maintenance. Especially consider checking to see whether there's a BIOS update available.
CHOPP3R Sep 2, 2024 @ 8:46am 
Originally posted by 608xperience:
Originally posted by CHOPP3R:

Ran the game again and it changed slightly.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 32, in script
$ renpy.pause ()
File "game/script.rpy", line 32, in script
$ renpy.pause ()
File "game/script.rpy", line 32, in <module>
$ renpy.pause ()
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 32, in script
$ renpy.pause ()
File "game/script.rpy", line 32, in script
$ renpy.pause ()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 32, in <module>
$ renpy.pause ()
File "renpy/exports.py", line 1561, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
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
Bare Witness 1.1.6s
Sun Aug 25 20:15:42 2024
Sorry for not being helpful, but this really appears to be something up with your system. The errors don't represent anything that is happening in code at all. It's been my experience supporting various Ren'Py games that these differing and unexpected base Ren'Py errors are often fixed by some system maintenance. Especially consider checking to see whether there's a BIOS update available.


Updated BIOS and works fine now! Thanks!
608xperience Sep 2, 2024 @ 9:57pm 
Dude! That's excellent news. I'm so glad that solved the problem for you! If you run into any other problems, please be sure to let us know.
< >
Showing 1-10 of 10 comments
Per page: 1530 50