Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Got this error shortly into janes date.

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/Episode 8.rpy", line 7195, in script

    if s72ca:

  File "game/Episode 8.rpy", line 7195, in <module>

    if s72ca:

NameError: name 's72ca' is not defined

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

Full traceback:

  File "game/Episode 8.rpy", line 7195, in script

    if s72ca:

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

    if renpy.python.py_eval(condition):

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

    return py_eval_bytecode(code, globals, locals)

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

    return eval(bytecode, globals, locals)

  File "game/Episode 8.rpy", line 7195, in <module>

    if s72ca:

NameError: name 's72ca' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.11.2266

White Russian 

Thu Nov 30 21:05:32 2023

```

Did u get this error during the succubi expansion scene?

There are dialogues that change whether you decided to "succumb" to Carmilla a few episodes ago. If you no longer have a save that includes this decision, there'll be some error messages in Renpy (Like this one). You can just press ignore and it should continue normally.

(1 edit) (+1)

Reading through the script source and looking at what actually happens: If the variable you are checking does not exist at all, both *if s72ca* and *else* do not get selected. Renpy skips the whole section entirely.

This leads to confusion, because you have no idea why Jane is now face down on the couch.

You might want to start setting these event variables in the chapter select, either defaulting to the straight and narrow, or letting you choose.