Skip to main content

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

Attempting to enter sunday midnight after selecting "We aren't kids anymore" in Alex's Corruption 4 story line results in the error mentioned below. I'm not really sure how to advance her corruption given the error.

---------------------------------------------------------------------------------------

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

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

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

  File "game/screenDayhandler.rpy", line 1654, in execute

  File "game/screenDayhandler.rpy", line 1654, in execute

  File "game/screenDayhandler.rpy", line 1670, in execute

  File "game/screenDayhandler.rpy", line 1674, in <module>

NameError: name 'alexBrunt' is not defined

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

Full traceback:

  File "game/screenDayhandler.rpyc", line 1814, in script

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

    self.call("execute")

  File "renpy/ast.py", line 1998, 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 3132, 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 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 3694, in interact_core

    root_widget.visit_all(lambda i : i.per_interact())

  File "renpy/display/core.py", line 568, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/core.py", line 568, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/core.py", line 568, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/screen.py", line 432, in visit_all

    callback(self)

  File "renpy/display/core.py", line 3694, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "renpy/display/screen.py", line 443, in per_interact

    self.update()

  File "renpy/display/screen.py", line 631, in update

    self.screen.function(**self.scope)

  File "game/screenDayhandler.rpy", line 1654, in execute

  File "game/screenDayhandler.rpy", line 1654, in execute

  File "game/screenDayhandler.rpy", line 1670, in execute

  File "game/screenDayhandler.rpy", line 1674, in <module>

NameError: name 'alexBrunt' is not defined

Windows-10-10.0.22621

Ren'Py 7.4.8.1895

Cabin by the Lake 0.37e

Sat Sep  7 17:32:05 2024

[/code]

Thanks for pointing this out, I will be re-uploading the game with several bugfixes