Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I have a similar issue. Run the executable from the terminal any time you have an issue with something launching. It's a great way for the system to tell you what you need. 

Go to file location in your browser, open the terminal from that location, then type: 

sudo ./INSERTFILENAMEHERE

It will then run the executable while printing everything that's happening. You can usually fix whatever it is by googling whatever it says is missing and installing the relevant package. In my case it says the program needs  GLIBC_2.4.3 which I should have AFAIK. Hopefully yours is easier to fix. I'm on ubuntu so it might be a different issue. In the meantime, just use 0.51 if you can't figure it out. 
 

(+2)

We have the exact same problem as before writing my post, I did too try to run it from terminal and it gave the same GLIBC_2.4.3 error.

Seems like it's also happening with the new update (0.5.3) for linux.

Same issue happening here ):