Skip to main content

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

I saw that it's okay to post bug reports here, so here's some things for the experimental android version:

1. At seemingly random times (has happened to me both indoors and wandering), you will just not be able to interact with the game anymore until you close it. The music still works and everything looks fine when it happens, you just can't click anything on the screen.

2. (A very big one) There is a change where the game will get to a point where it'll just not let you open it anymore. As in, you click the game, black pops up on your screen like it's about to start, then it just closes itself. This has happened twice, and the only way I've found to fix this is to redownload the game. It's happened twice now. I don't know if this is caused by getting past night 3 or having more than 3 saves made, but it's a very curious bug.


Just in case this info helps, my device is a Samsung Chromebook. I really like your pixel style.

(+1)

Hi, 

Truth be told we prefer when people report bugs via bug report form on discord, but there's no obligation to join, so yeah, this passes.

Regarding bugs you've found - thanks for reporting them, let me address then separately:

1. This sounds like a Godot engine having a beef with Android devices, from my experience with other mobile Godot games, if you give too many inputs in a short time, the engine gets confused and stops reacting to any other input - if you did just that then ... Yeah.

Currently the only solution is to be slower with taps (no idea why this problem exists, but I haven't noticed such behaviour in any other mobile games made with different engines like unity, ren'py, etc.. 

If that's not the case then please ping me, I'll add it to our bug board.

2. This is unfortunately pretty common issue, also Godot having quarrels with Android, simply go to app settings and clear cache (not storage!) this should help with both crashes that exit the game and situations when game does not open from the start.

I suspect that the problem lies in how Android in general handles Godot software, not in your phone as others have reported those crashes before and clearing cache helped them.

Hope this helps,

Cheers