Skip to main content

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

I downloaded the FAFOW dlc and followed the instructions and i keep getting this error

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/dlc_fafow/ch/amy/base.rpy", line 1, in script

  File "game/dlc_fafow/ch/amy/base.rpy", line 8, in <module>

NameError: name 'amy' is not defined

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

Traceback (most recent call last):

  File "game/dlc_fafow/ch/amy/base.rpy", line 1, in script

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

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/python.py", line 1273, in py_exec_bytecode

    exec(bytecode, globals, locals)

    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "game/dlc_fafow/ch/amy/base.rpy", line 8, in <module>

NameError: name 'amy' is not defined

Windows-11-10.0.26200-SP0 AMD64

Ren'Py 8.5.2.26010301

Love & Sex : Second Base -  25.12.0d

Tue Feb 10 14:20:10 2026

[/code]

Update your base game to latest version (26.1.0d)

(+1)

thanks, didn't realize a new version was available