Skip to main content

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

another bug

A topic by darkangel9739 created Apr 14, 2022 Views: 152
Viewing posts 1 to 1

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/day31.rpy", line 18, in script

    if arthur_sex >= 1:

  File "game/day31.rpy", line 18, in <module>

    if arthur_sex >= 1:

NameError: name 'arthur_sex' is not defined

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

Full traceback:

  File "game/day31.rpy", line 18, in script

    if arthur_sex >= 1:

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

    if renpy.python.py_eval(condition):

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

    return py_eval_bytecode(code, globals, locals)

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

    return eval(bytecode, globals, locals)

  File "game/day31.rpy", line 18, in <module>

    if arthur_sex >= 1:

NameError: name 'arthur_sex' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.7.1862

The One Chapter 1 1.01

Thu Apr 14 18:05:30 2022