Skip to main content

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

i get an error after Alexa wakes up in the most recent version


[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/scripts/MapNav.rpy", line 26, in script

    if CurrentLoc == "MyBedroom":

  File "game/scripts/MapNav.rpy", line 26, in <module>

    if CurrentLoc == "MyBedroom":

NameError: name 'CurrentLoc' is not defined

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

Full traceback:

  File "game/scripts/MapNav.rpy", line 26, in script

    if CurrentLoc == "MyBedroom":

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

    if renpy.python.py_eval(condition):

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

    return py_eval_bytecode(code, globals, locals)

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

    return eval(bytecode, globals, locals)

  File "game/scripts/MapNav.rpy", line 26, in <module>

    if CurrentLoc == "MyBedroom":

NameError: name 'CurrentLoc' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.8.1895

BloomWar 0.7

Wed Jan  4 20:27:44 2023

[/code]

(+2)(-1)

okay, it turns out you can fix this by restarting ALL the way from the beginning, but this skips a lot of the events that have happened. it only shows the sex scenes and such

(-1)

I have the impression old saves (even from v0.6) aren't compatible so I'm starting over, anyway...

(+2)(-1)

Got the same error :/