Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Sorry for the frustration! I hope a verify fixes it for you.
----------
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
Sorry for the trouble, but I am unable to reproduce the error and have not had any luck googling a possible answer.
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
Updated BIOS and works fine now! Thanks!