Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Game isn't running on the itch app store. Anyone know a fix? BTW I'm using the Ubuntu version.

I tested it on Ubuntu 20.04.1 LTS (64bits) and it worked for me on the itch app. What kind of error do you have? Is it working without the app?

(1 edit)

The game crashed upon opening. I downloaded it and tried opening with terminal. It gave me the error "./GetItBack!: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory" I installed libopenal and tried again. "./GetItBack!: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory" I installed libglu1-mesa and tried again. "./GetItBack!: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./GetItBack!)" I haven't had any luck past that point. It may be because I'm running Debian 10.

(2 edits)

So, i did a bit of research (i'm not familiar with Linux) and i found that the problem is indeed linked to the version i used to compile the game (20.04), which use GLIBC_2.29 that you don't have on Debian 10. So i set up a virtual machine of Ubuntu 18.04, and compiled the game with it : now it should be playable on older versions! I put a second zip to download above, can you tell me if it works? Also, thanks to your comment i realised that 2 dependencies are needed in order to run the game (libcurl4 and libopenal1) and added them to the install instructions!

Thank you. The game is working perfectly on my pc now.