Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

hey! i ran into a bug in the crystal shop:


```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/shop.rpy", line 476, in script

    if not didnt_ask:

  File "game/shop.rpy", line 476, in <module>

    if not didnt_ask:

NameError: name 'didnt_ask' is not defined

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

Full traceback:

  File "game/shop.rpy", line 476, in script

    if not didnt_ask:

  File "/private/var/folders/t_/490brqn93bz7fmg2r37_7wvh0000gn/T/AppTranslocation/83A6A6C2-BFCC-4D79-A363-BE87C88243B1/d/OneJustNight.app/Contents/Resources/autorun/renpy/ast.py", line 1898, in execute

    if renpy.python.py_eval(condition):

  File "/private/var/folders/t_/490brqn93bz7fmg2r37_7wvh0000gn/T/AppTranslocation/83A6A6C2-BFCC-4D79-A363-BE87C88243B1/d/OneJustNight.app/Contents/Resources/autorun/renpy/python.py", line 2276, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "/private/var/folders/t_/490brqn93bz7fmg2r37_7wvh0000gn/T/AppTranslocation/83A6A6C2-BFCC-4D79-A363-BE87C88243B1/d/OneJustNight.app/Contents/Resources/autorun/renpy/python.py", line 2269, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/shop.rpy", line 476, in <module>

    if not didnt_ask:

NameError: name 'didnt_ask' is not defined

Darwin-18.7.0-x86_64-i386-64bit

Ren'Py 7.4.11.2266

One Just Night 1.0

Sun Jul 10 11:22:52 2022

```

Thanks for letting us know! Did you happen to have an older version of the game? The latest build fixed a similar bug, so just wanted to check!

If not, can you let me know which choice you made right before this bug happened? Thanks! <3

(1 edit)

I'm not sure how to check the version! I'll see if I can find it... Found it! I was playing version 1.0. So weird!

I was giving a crystal to JN; it happened with any positive reaction to the crystal, but not negative reactions.