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

In the Ed route, after the line "I still can't believe we had that conversation. With how shy Ed is about that, he really let go at that moment." I got the following error:


I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/day6.rpy", line 3530, in script

    if day4hang == "Edward":

  File "game/day6.rpy", line 3530, in <module>

    if day4hang == "Edward":

NameError: name 'day4hang' is not defined

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

Full traceback:

  File "game/day6.rpy", line 3530, in script

    if day4hang == "Edward":

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

    if renpy.python.py_eval(condition):

  File "renpy/python.py", line 2276, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "renpy/python.py", line 2269, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/day6.rpy", line 3530, in <module>

    if day4hang == "Edward":

NameError: name 'day4hang' is not defined

Windows-7-6.1.7601-SP1

Ren'Py 7.4.11.2266

Cor 0.6

Fri Jun 24 15:59:53 2022


If I ignore it, the following slide is this:


I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/day6.rpy", line 3537, in script

    if day5Bus == "Edward":

  File "game/day6.rpy", line 3537, in <module>

    if day5Bus == "Edward":

NameError: name 'day5Bus' is not defined

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

Full traceback:

  File "game/day6.rpy", line 3537, in script

    if day5Bus == "Edward":

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

    if renpy.python.py_eval(condition):

  File "renpy/python.py", line 2276, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "renpy/python.py", line 2269, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/day6.rpy", line 3537, in <module>

    if day5Bus == "Edward":

NameError: name 'day5Bus' is not defined

Windows-7-6.1.7601-SP1

Ren'Py 7.4.11.2266

Cor 0.6

Fri Jun 24 16:01:25 2022


It seems to carry on ok after that, though.

Right, that is the error you get if you don't start a fresh game, if you press ignore or you do that it won't happen. Sorry, there was no other solution than to warn people about it :x

(+2)

Whoops. Somehow I missed the big warning in big bold letters right at the start, I just skipped straight to the download. Hector's right, I am a himbo.