Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

This occurred when I tried to play 3.5.
I decided to update to 3.6 and play again. Unfortunately the bug repeated itself.

Perhaps this will give you the information to to fix it. If you need more information please let me know.


I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 33, in script call

    $ UIreturn = renpy.call_screen("mainUI")

  File "game/scripts/core/Scheduler.rpy", line 318, in script call

    call check_day from _call_check_day_10

  File "game/scripts/Events/Schedule/scheduleEvents.rpy", line 1167, in script

    call screen nightInt_screen

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "renpy/common/00action_other.rpy", line 537, in __call__

    rv = self.callable(*self.args, **self.kwargs)

  File "game/scripts/core/classes.rpy", line 1477, in MissionaryMCactionFEM

    ActiveHeroine.gainSexProfiecy(0.5)

TypeError: 'int' object is not callable

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

Full traceback:

  File "game/script.rpy", line 33, in script call

    $ UIreturn = renpy.call_screen("mainUI")

  File "game/scripts/core/Scheduler.rpy", line 318, in script call

    call check_day from _call_check_day_10

  File "game/scripts/Events/Schedule/scheduleEvents.rpy", line 1167, in script

    call screen nightInt_screen

  File "renpy/ast.py", line 2015, in execute

    self.call("execute")

  File "renpy/ast.py", line 2003, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "renpy/statements.py", line 278, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "renpy/exports.py", line 3134, in call_screen

    rv = renpy.ui.interact(mouse="screen", type="screen", 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 3315, 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 4155, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "renpy/display/layout.py", line 1100, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1100, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1100, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/screen.py", line 727, in event

    rv = self.child.event(ev, x, y, st)

  File "renpy/display/layout.py", line 1100, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1313, in event

    rv = super(Window, self).event(ev, x, y, st)

  File "renpy/display/layout.py", line 273, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "renpy/display/layout.py", line 1100, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1100, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  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 322, in run

    new_rv = run(i, *args, **kwargs)

  File "renpy/display/behavior.py", line 329, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_other.rpy", line 537, in __call__

    rv = self.callable(*self.args, **self.kwargs)

  File "game/scripts/core/classes.rpy", line 1477, in MissionaryMCactionFEM

    ActiveHeroine.gainSexProfiecy(0.5)

TypeError: 'int' object is not callable

Windows-10-10.0.22621

Ren'Py 7.4.10.2178

Noblesse Oblige 0.3.6

Tue Jul  2 19:47:01 2024

Thank you for sending this bug report, I'll work on it right away ^_^