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
953
2,129
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
 

AveLilium

Member
Jul 23, 2025
190
109
104
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
I get this too and my ssve is from prev version. (Not sure if exact same error code but it does the whole rollback thing)
Happens on all 3 books too.
 

wadup

Newbie
Dec 31, 2017
22
23
64
another bug: after you get the x-ray from sombra, it lets you scan her immediately before even advancing her storyline, instead of the glitch block there was in past updates
 

ShweatyBalls

New Member
Aug 6, 2024
2
0
11
Any idea why the game is displaying just a black screen with dialogue over it at certain points? Specifically, so far, halfway through sex with Sonya and the first Sitara scene with her masturbating. I did delete my save files before playing this again, would that do anything to it?
 

Young_Naughty

Active Member
Game Developer
Dec 19, 2018
953
2,129
458
Any idea why the game is displaying just a black screen with dialogue over it at certain points? Specifically, so far, halfway through sex with Sonya and the first Sitara scene with her masturbating. I did delete my save files before playing this again, would that do anything to it?
On what platform are you playing? It could be that animations are not displayed for you for some reason.
 

Young_Naughty

Active Member
Game Developer
Dec 19, 2018
953
2,129
458

Young_Naughty

Active Member
Game Developer
Dec 19, 2018
953
2,129
458
Kamilah #2 [Patreon].gif
Kamilah, Part 2 — $10 Release


She is eager to warm both your body and heart this cold winter season...


We couldn't think of a better way to conclude this very eventful year than to release a brand-new content expansion for our community's favorite MILF. In the spirit of holiday season, this update will feature Kamilah's personal journey from sexually frustrated and socially awkward officer into a somewhat affectionate, but still a little awkward mommy who is desperate for cuddles and your massive sugar cane. To put it short, she is ready to eat you alive. And she will! No blue-balling this time around. Only spice, comedy, and bucketload of thick viscous liquids!

Treat yourself to some sweet holiday romance and have a wonderful New Year celebration!


DOWNLOAD:
> <
SUBSCRIBE:
> <
MORE INFO:
> <


If you enjoy what we do and would like to take part in shaping our game's future, be sure to and get access to this and every upcoming closed testing, as well as many other rewards.



Date.png
LIST OF MAJOR CHANGES AND ADDITIONS


If you would like to know more about this update, we suggest checking out the original post for the full breakdown.


PATRON VERSION [KAMILAH, PART 2]:
  • Part Two of Kamilah's storyline, accompanied by a new h-scene and tons of story content.

PUBLIC VERSION [MC ROOM OVERHAUL]:
  • Fixed a soft-lock that occurred during Professor Yun's storyline.
  • Fixed a soft-lock that (sometimes) occurred during Sitara's storyline.
  • Fixed some issues with Clyde appearing not where expected.



Kiss.png
 
Last edited:

wadup

Newbie
Dec 31, 2017
22
23
64
When does this happen?
i think i had both the flag for unlocking the female dorms via sombra, and also the flag for the returning mccree's book part of symmetra's route, so the game didn't know which one to trigger, even though after i chose one, the other simply played right after anyway
 

Evilfowl

Newbie
Aug 5, 2017
59
40
173
On PC you can hold CTRL to skip all the transitions, which makes it easier to grind the events.

Did you finish Kamilah/Sonya/Reina on the save you are currently playing?
It's not an issue with transitions, I am holding control while I go. For some reason loading the bedroom gives similar hanging to trying to play a larger video file, the whole thing locks up as it tries to load, I'm guessing it's an issue with there being a lot of decision making happening as the room loads each time, or maybe just the game being on an older hard drive.

For a quick example, holding control the while time while using a timer, and spamming left click, it takes me 14 seconds to examine the headphones in the room 10 times, because there's about a second of hangtime each time the dialogue finishes. Compare that to the four seconds it takes me to travel back and forth from the quad to the lobby 10 times, despite needing to move my mouse back and forth to select the location.

I don't think it's necessarily a huge deal, after all it's just a second of waiting, but when farming for the room content, needing to wait an extra second 4 times a day, for several in-game weeks, it was particularly noticeable.
 
3.40 star(s) 51 Votes