Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hm, getting the following error when going on the plane w/ Vanessa and picking who to investigate the woman in the phone call:

I'm sorry, but an uncaught exception occurred.

While running game code:

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

    if OFFICEBETA == True:

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

    if OFFICEBETA == True:

NameError: name 'OFFICEBETA' is not defined

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

Full traceback:

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

    if OFFICEBETA == True:

  File "E:\Just stay out\Games\DefendingLydiaCollier\renpy\ast.py", line 1832, in execute

    if renpy.python.py_eval(condition):

  File "E:\Just stay out\Games\DefendingLydiaCollier\renpy\python.py", line 2059, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "E:\Just stay out\Games\DefendingLydiaCollier\renpy\python.py", line 2052, in py_eval_bytecode

    return eval(bytecode, globals, locals)

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

    if OFFICEBETA == True:

NameError: name 'OFFICEBETA' is not defined

Windows-8-6.2.9200

Ren'Py 7.3.5.606

Defending Lydia Collier v.0.12.1E

Tue Nov 30 22:07:09 2021


This is using the full new download, so not the update.

(+1)

Hello, thank you, you should be able to "Ignore" this for now and proceed, or alternatively edit the script in notepad by adding default OFFICEBETA = FALSE at the start to fix it permanently, but it has been fixed for the v.0.13 update.