Skip to main content

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

Bugs! Sticky

A topic by Ensorceled Nazarene created 51 days ago Views: 355 Replies: 13
Viewing posts 1 to 6
Developer

Please post bugs you encounter here and I will try to get them fixed.

when unlocking the ability to cure others of poison the text for it overlaps with the text for getting cured of poison.

Developer

Thanks for finding this bug, feruhaifisch! Can you tell me what platform you're playing on? I'm trying to replicate it on Windows and I can't see it.

it is on windows, theres a chance it was a small chance bug, if you are unable to replicate it dont worry about it

Developer

I've identified it. Thank you! I will have it fixed in the next release.

Alright cool.

It definitely occurs on Windows as well. I'll see if I can get screenshot later in the day.

The issue is in the Healslut Guide - the 2 cure poison texts overlap. It wouldn't surprise me if the self/companion versions are using the same slot (i.e. it would result in overlap any time there was both a self and companion version of a spell).

Developer

Ah, thanks maginha! I understand the problem now. I'll fix it and post the update soon.

(1 edit)

Eva has used the brush.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/tower.rpy", line 889, in script
    if never_encountered_brush:
  File "game/tower.rpy", line 900, in <module>
    elif not e.brush:
             ^^^^^^^ 
AttributeError: 'Eva' object has no attribute 'brush'. Did you mean: 'blush'?

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

Traceback (most recent call last):
  File "game/tower.rpy", line 889, in script
    if never_encountered_brush:
  File "renpy/ast.py", line 2079, in execute
    if renpy.python.py_eval(condition):
       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ 
  File "renpy/python.py", line 1305, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1298, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/tower.rpy", line 900, in <module>
    elif not e.brush:
             ^^^^^^^ 
AttributeError: 'Eva' object has no attribute 'brush'. Did you mean: 'blush'?

Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.5.2.26010301
Eva in Gloria Aeterna 0.13
Fri Apr 17 16:51:36 2026
Developer

Thanks. Silly mistake on my part. I've fixed it and will post an update fixing this bug and whatever others are found in the next few days.

In hangman after already winning once, with long blonde hair:

Image 't_eva_healer_top_1_arms_behind' not found

eva_healer_top_1_arms_behind.png exists, which suggests the t_ is wrong.

Developer

The t_ should be correct if your top has gone transparent, but the file is indeed missing for some reason. I'll include it with the bug fixes compilation that I'll post in a few days. Thanks!

Should be Jason instead of Luke.

Developer

You're totally correct, sporgmilk! Thanks for catching this. I'll have it corrected in the next update.