Skip to main content

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

Running into an error on the current version:

While running game code:

  File "game/worlds/university.rpy", line 7421, in script

    $hu_game_list_1.remove("lust_potion")

  File "game/worlds/university.rpy", line 7421, in <module>

    $hu_game_list_1.remove("lust_potion")

ValueError: list.remove(x): x not in list

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

Full traceback:

  File "game/worlds/university.rpy", line 7421, in script

    $hu_game_list_1.remove("lust_potion")

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

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

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

    exec(bytecode, globals, locals)

  File "game/worlds/university.rpy", line 7421, in <module>

    $hu_game_list_1.remove("lust_potion")

  File "renpy/python.py", line 875, in do_mutation

    return method(self, *args, **kwargs)

ValueError: list.remove(x): x not in list

Windows-10-10.0.19041

Ren'Py 7.4.9.1935

Lust Odyssey 0.38.1

Sat Mar  8 19:09:08 2025

Are you running an old save on a newer version? It looks like it's trying to remove from something that doesn't exis