Skip to main content

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

This error appear when i try to talk to damien in the frat dorm.

I'm sorry, but an uncaught exception occurred.

While running game code:

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

    if hu_day >= 6:

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

    if hu_day >= 6:

NameError: name 'hu_day' is not defined

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

Full traceback:

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

    if hu_day >= 6:

  File "D:\Utilisateur\Utilisateur\AppData\Roaming\itch\apps\lust-odyssey\LustOdyssey-0.53.2-pc\renpy\ast.py", line 1856, in execute

    if renpy.python.py_eval(condition):

  File "D:\Utilisateur\Utilisateur\AppData\Roaming\itch\apps\lust-odyssey\LustOdyssey-0.53.2-pc\renpy\python.py", line 1218, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "D:\Utilisateur\Utilisateur\AppData\Roaming\itch\apps\lust-odyssey\LustOdyssey-0.53.2-pc\renpy\python.py", line 1211, in py_eval_bytecode

    return eval(bytecode, globals, locals)

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

    if hu_day >= 6:

NameError: name 'hu_day' is not defined

Windows-10-10.0.26200 AMD64

Ren'Py 8.3.7.25031702

Lust Odyssey 0.53.2

Sat Jul  4 21:26:51 2026

I think I found the issue on my end, if you open the .rpy file and look for hu_day, you might notice the other flags are hu_days with an 's' at the end there. If you open the renpy and at the s there yourself you should be able to play the scene. Might have to check other files to see if this error occurs elsewhere.