Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey, thanks for the reply. I'm using Brave on MacOS.

It unfreezes when exiting fullscreen. I can still hear sound clicks, so it's only the UI freezing, which matches your description. However, it always freezes again when clicking darkness.

(3 edits)

Always freezing is new. Are there any exceptions in the developer console when it happens?

(Command+Option+I on MacOS I think.)

If there are no exceptions, does it stay frozen for longer than 5 minutes if you leave it?

Shaders are often a pain to work properly on every device. Right now I'm not sure if they completely break for your case or if they are just loading very slowly.

EDIT: I've installed Brave (kept all default settings) on Windows and do not freeze for more than couple seconds at most and only the first time. Not sure if it is due to some specific customized settings on your Brave, or due to something else.

(1 edit)

My Brave installation is also default, as I mostly use it for itch.io/Godot games only, since those don't run well on Firefox.

I can try to let it run longer in the darkness, unfortunately my save seems to have gotten wiped. Game was fun, so I don't mind playing it again, but might take a bit. Thanks again.

(1 edit)

This is the first time someone reported this. Does the save persist in other browsers, or?

(+1)

Getting tons of these when clicking darkness:

[.WebGL-0x1242d220e00] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete: Attachment level is not in the [base level, max level] range.

Thanks for the console error, it appears this is a bug with how Godot 4 uses WebGL 2.0

https://github.com/godotengine/godot/issues/91717