Skip to main content

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

Sorry, but after Scene with Eyal and Justin (last words 'Yeah, talk soon.') an error occures, which can't ignored. 'Ignore' jumps only to the start of the whole scene.


Help.... ;-)


[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 17617, in script

    menu:

  File "game/script.rpy", line 17618, in <module>

    "Check on Rachael" if NightChoicesRachael == False:

NameError: name 'NightChoicesRachael' is not defined

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

Full traceback:

  File "game/script.rpy", line 17617, in script

    menu:

  File "D:\Spiele\NewHope\renpy\ast.py", line 1903, in execute

    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)

  File "D:\Spiele\NewHope\renpy\exports.py", line 976, in menu

    condition = renpy.python.py_eval(condition)

  File "D:\Spiele\NewHope\renpy\python.py", line 1092, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "D:\Spiele\NewHope\renpy\python.py", line 1085, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/script.rpy", line 17618, in <module>

    "Check on Rachael" if NightChoicesRachael == False:

NameError: name 'NightChoicesRachael' is not defined

Windows-10-10.0.22631 AMD64

Ren'Py 8.0.3.22090809

NewHope 0.6.0

Fri May  3 03:38:14 2024

[/code]

(+1)

this error occurs when you load a save from a previous game version. When you download a new update you need to start a new game, and use the chapter select feature to jump ahead to the new content :) 

Thanx!