Skip to main content

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

I keep running into errors like these:

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/chapter2.rpy", line 40, in <module>

NameError: name 'she' is not defined

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

Full traceback:

  File "chapter2.rpyc", line 40, in script

  File "C:\Users\X\Downloads\leatherbound-1.2-pc\leatherbound-1.0-pc\renpy\ast.py", line 1843, in execute

    if renpy.python.py_eval(condition):

  File "C:\Users\X\Downloads\leatherbound-1.2-pc\leatherbound-1.0-pc\renpy\python.py", line 1209, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Users\X\Downloads\leatherbound-1.2-pc\leatherbound-1.0-pc\renpy\python.py", line 1202, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/chapter2.rpy", line 40, in <module>

NameError: name 'she' is not defined

Windows-10-10.0.26100 AMD64

Ren'Py 8.3.3.24111502

leatherbound 1.0

Tue Jun 24 19:35:26 2025

[/code]

 

I've fixed it now, thank you for letting me know!!