Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/scripts/girls/noa/noa.rpy", line 8, in <module>

  File "game/initialize/functions/events_functions.rpy", line 48, in isHEvent

  File "game/classes/event.rpy", line 16, in checkRequirements

NameError: name 'finished_quests' is not defined

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

Full traceback:

  File "scripts/girls/noa/noa.rpyc", line 8, in script

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

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "renpy/python.py", line 2218, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/scripts/girls/noa/noa.rpy", line 8, in <module>

  File "game/initialize/functions/events_functions.rpy", line 48, in isHEvent

  File "game/classes/event.rpy", line 16, in checkRequirements

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

    return py_eval_bytecode(code, globals, locals)

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

    return eval(bytecode, globals, locals)

  File "<none>", line 1, in <module>

NameError: name 'finished_quests' is not defined

Windows-10-10.0.22000

Ren'Py 7.4.6.1693

MC Simulator 0.2.1

Wed Feb  9 21:46:13 2022

```

Hi. Sorry for the inconvenience. 

Here is a save from v0.2.0. Could you try loading it in your game? It may fix the bug.

On Android: /Android/data/aph.mcs.com/files/saves/ 

On Windows: Paste this on your File Explorer - %APPDATA%/RenPy/MCSimulator-1612844572

Be sure to make a backup of your other saves, as this one will take the place of the first slot.

(1 edit)

hey it doesn't exactly fix the bug. If I use that particular save, I can access the route that was blocked from a bug, however, I cannot go back to my other files and access the bugged route, so its like there is something in the state of the save itself that causes this error to pop up. 


id rather just wait for the next release when its fixed than switch to someone elses save file but I appreciate the effort.