Skip to main content

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

Hey, I found a bug after accepting Mizz's event on Day 3. Other than that the game is very fun so far! Writing and characters are very good. Worldbuilding is also very interesting. Reminded me a little of Adastra if you can believe it. Keep up the good work :3


Full bug report:

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/events.rpy", line 3096, in script

    if d5Time == 1:

  File "game/events.rpy", line 3096, in <module>

    if d5Time == 1:

       ^^^^^^      

NameError: name 'd5Time' is not defined

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

Traceback (most recent call last):

  File "game/events.rpy", line 3096, in script

    if d5Time == 1:

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

    if renpy.python.py_eval(condition):

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

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

    return py_eval_bytecode(code, globals, locals)

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

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

    return eval(bytecode, globals, locals)

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

  File "game/events.rpy", line 3096, in <module>

    if d5Time == 1:

       ^^^^^^      

NameError: name 'd5Time' is not defined

Windows-11-10.0.26100-SP0 AMD64

Ren'Py 8.4.1.25072401

Void Dreaming V0.04.01PR

Sun Jan 25 16:30:14 2026

[/code]

Ah, thank you! I'll make sure that's all fixed in the update that comes out next. You should be able to skip that one safely in the meantime, and sorry about that!

Just wanted to check in to make sure I hadn't missed it, but this was actually fixed in a later update! Your version, in your log, is 0.04.01, and the public build is now up to 0.04.04 (and 0.04.05 is coming before Day 5!). So all you need to do is download the latest update and that one is fixed already!

Sorry again for the inconvenience; Void Dreaming has more moving parts than a lot of VNs, I think; keeping them all working right is a constant struggle!

Oops, sorry for wasting your time by accidentally reporting a bug in an older build. I'll make sure to install the newest version :3

No apology necessary; thanks for pointing it out at all! Always glad to know when things aren't working right so I can fix them for everyone as soon as possible!