Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Doesn't work on Windows under no circumstances: starting "as is" leads to crash, tried also do "set JAVA_HOME=" in Command Prompt and start the game, but buttons in Main Menu didn't react on clicking on them. JRE version is 1.8.0_301. Linux version (tested it in Ubuntu 21.04) worked after installing "openjdk_11_jre" package and "export JAVA_HOME=" in Terminal.

I’m unfortunately able to do anything for Windows as I cannot test for that platform. If you’re still having issues on Windows, you may want to try building from source at https://github.com/alicerunsonfedora/planting-uneasy-feelings

(1 edit) (+1)

I did a little digging and found something out: the thing is, your Windows and Linux builds only have JRE for macOS, so they cannot be running on the above systems. I downloaded Windows build, removed existed "jre" folder and do "jlink" stuff in it, and the game launched after that. I think, you may want to install Windows and Ubuntu in VM and generate your own JREs in it, but if you don't want to (or you're too lazy for that), I can give you generated JREs for these systems.

By the way, your source code helped me do a full translation of this game on Russian, thank you so much for this. But aside from that, you really do an awesome work, and I'll be looking forward to your next projects in the future.

If you could provide the Windows JRE, that would be excellent. The documentation didn’t specify to make the JRE for each platform, though this should be resolved soon (docs, that is).

Here you go: https://drive.google.com/file/d/1Vwk7vp3S4b4EHBDl8bZoZghDLeFDTPIa/view

(+1)

Thank you! I’ll include it in the support doc until I can build new versions