Skip to main content

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

TP1

2
Posts
15
Following
A member registered Sep 15, 2018

Recent community posts

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

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]