AI Porn is here, Create and Fap TRY FREE
x

Tarpenz

New Member
Nov 5, 2019
12
2
204
been a long time since i last played and i'm not sure if it's needed to advance but when ever i try to read the Meteorology vol.1 i keep getting this error.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/helper/utility/interactions.rpy", line 35, in script call
  File "game/helper/utility/interactions.rpy", line 41, in script
  File "game/script/location/mc_room/main.rpy", line 1, in execute
  File "game/script/location/mc_room/main.rpy", line 1, in execute
  File "game/script/location/mc_room/main.rpy", line 2, in execute
  File "game/script/location/mc_room/main.rpy", line 26, in execute
  File "game/script/location/mc_room/main.rpy", line 26, in <module>
  File "game/displayables/a34interactable.rpy", line 90, in __init__
  File "game/displayables/a34interactable.rpy", line 12, in get_bbox
  File "game/displayables/a34interactable.rpy", line 47, in resolve_image_source
TypeError: 'str' object is not callable

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

Traceback (most recent call last):
  File "renpy/common/00gamemenu.rpy", line 174, in script call
    $ ui.interact()
  File "game/helper/utility/interactions.rpy", line 35, in script call
  File "game/helper/utility/interactions.rpy", line 41, in script
  File "renpy/ast.py", line 1581, in execute
    renpy.exports.with_statement(trans, paired=paired)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/exports/statementexports.py", line 260, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/core.py", line 1579, in do_with
    return self.interact(
           ~~~~~~~~~~~~~^
        trans_pause=True, suppress_overlay=not renpy.config.overlay_during_with, mouse="with", clear=clear
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "renpy/display/core.py", line 2219, in interact
    repeat, rv = self.interact_core(
                 ~~~~~~~~~~~~~~~~~~^
        preloads=preloads,
        ^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
        **kwargs,
        ^^^^^^^^^
    )  # type: ignore
    ^                
  File "renpy/display/core.py", line 2757, in interact_core
    root_widget.visit_all(lambda d: d.per_interact())
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
[Previous line repeated 2 more times]
  File "renpy/display/screen.py", line 503, in visit_all
    callback(self)
    ~~~~~~~~^^^^^^
  File "renpy/display/core.py", line 2757, in <lambda>
    root_widget.visit_all(lambda d: d.per_interact())
                                    ~~~~~~~~~~~~~~^^ 
  File "renpy/display/screen.py", line 514, in per_interact
    self.update()
    ~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 715, in update
    self.screen.function(**self.scope)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "game/script/location/mc_room/main.rpy", line 1, in execute
  File "game/script/location/mc_room/main.rpy", line 1, in execute
  File "game/script/location/mc_room/main.rpy", line 2, in execute
  File "game/script/location/mc_room/main.rpy", line 26, in execute
  File "renpy/python.py", line 1292, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1285, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/script/location/mc_room/main.rpy", line 26, in <module>
  File "game/displayables/a34interactable.rpy", line 90, in __init__
  File "game/displayables/a34interactable.rpy", line 12, in get_bbox
  File "game/displayables/a34interactable.rpy", line 47, in resolve_image_source
TypeError: 'str' object is not callable

Windows-11-10.0.26200-SP0 AMD64
Ren'Py 8.4.1.25072401
ACADEMY34 v0.31.1.5
Sat Jan  3 03:50:47 2026
 

Young_Naughty

Active Member
Game Developer
Dec 19, 2018
948
2,124
458
been a long time since i last played and i'm not sure if it's needed to advance but when ever i try to read the Meteorology vol.1 i keep getting this error.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/helper/utility/interactions.rpy", line 35, in script call
  File "game/helper/utility/interactions.rpy", line 41, in script
  File "game/script/location/mc_room/main.rpy", line 1, in execute
  File "game/script/location/mc_room/main.rpy", line 1, in execute
  File "game/script/location/mc_room/main.rpy", line 2, in execute
  File "game/script/location/mc_room/main.rpy", line 26, in execute
  File "game/script/location/mc_room/main.rpy", line 26, in <module>
  File "game/displayables/a34interactable.rpy", line 90, in __init__
  File "game/displayables/a34interactable.rpy", line 12, in get_bbox
  File "game/displayables/a34interactable.rpy", line 47, in resolve_image_source
TypeError: 'str' object is not callable

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

Traceback (most recent call last):
  File "renpy/common/00gamemenu.rpy", line 174, in script call
    $ ui.interact()
  File "game/helper/utility/interactions.rpy", line 35, in script call
  File "game/helper/utility/interactions.rpy", line 41, in script
  File "renpy/ast.py", line 1581, in execute
    renpy.exports.with_statement(trans, paired=paired)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/exports/statementexports.py", line 260, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/core.py", line 1579, in do_with
    return self.interact(
           ~~~~~~~~~~~~~^
        trans_pause=True, suppress_overlay=not renpy.config.overlay_during_with, mouse="with", clear=clear
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "renpy/display/core.py", line 2219, in interact
    repeat, rv = self.interact_core(
                 ~~~~~~~~~~~~~~~~~~^
        preloads=preloads,
        ^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
        **kwargs,
        ^^^^^^^^^
    )  # type: ignore
    ^              
  File "renpy/display/core.py", line 2757, in interact_core
    root_widget.visit_all(lambda d: d.per_interact())
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "renpy/display/displayable.py", line 432, in visit_all
    d.visit_all(callback, seen)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^
[Previous line repeated 2 more times]
  File "renpy/display/screen.py", line 503, in visit_all
    callback(self)
    ~~~~~~~~^^^^^^
  File "renpy/display/core.py", line 2757, in <lambda>
    root_widget.visit_all(lambda d: d.per_interact())
                                    ~~~~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 514, in per_interact
    self.update()
    ~~~~~~~~~~~^^
  File "renpy/display/screen.py", line 715, in update
    self.screen.function(**self.scope)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "game/script/location/mc_room/main.rpy", line 1, in execute
  File "game/script/location/mc_room/main.rpy", line 1, in execute
  File "game/script/location/mc_room/main.rpy", line 2, in execute
  File "game/script/location/mc_room/main.rpy", line 26, in execute
  File "renpy/python.py", line 1292, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1285, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/script/location/mc_room/main.rpy", line 26, in <module>
  File "game/displayables/a34interactable.rpy", line 90, in __init__
  File "game/displayables/a34interactable.rpy", line 12, in get_bbox
  File "game/displayables/a34interactable.rpy", line 47, in resolve_image_source
TypeError: 'str' object is not callable

Windows-11-10.0.26200-SP0 AMD64
Ren'Py 8.4.1.25072401
ACADEMY34 v0.31.1.5
Sat Jan  3 03:50:47 2026
How long ago are we talking? Could be your save is too old to be compatible with all the refactored code. Thanks for providing the error code btw, we will look into this! You save right before the crash would help a lot though <3
 
3.40 star(s) 51 Votes