Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(-1)

If the error message is "NameError: name 'DLCS' is not defined', look at the line before, it should be something like: File "game/something..."

That's the file causing the issue.

What's the path of this file?

```

I'm sorry, but an uncaught exception occurred.


While running game code:

  File "game/dlc_fafow/setup.rpy", line 4, in <module>

NameError: name 'DLCS' is not defined


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


Full traceback:

  File "dlc_fafow/setup.rpyc", line 4, in script

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

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

  File "game/dlc_fafow/setup.rpy", line 4, in <module>

NameError: name 'DLCS' is not defined


```

(+1)

Ok, so you have a file named dlc_fafow.rpa somewhere.
It should be in the folder Documents/Renpy_Saves/loveandsexsecondbase..../game or maybe Documents/Renpy_Saves/loveandsexsecondbase..../game/dlc.

Sometimes the files don't show in the file manager shortcut.

Check Find files on android (video)

You can also find information about the DLC management here

(+2)

Thanks that worked that was the fastest fix I've ever done