Skip to main content

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

Unable to run it on linux


Don't run it as the root user. (Or any game, Administrative access on your computer should be dealt with carefully.) Helpful hint, if an application complains about permissions, it's often because it's missing execute permissions, not because you don't have administrative right. (That's something I've run into personally.)

Try this: Download a fresh copy, Right click, go to properties, under permission enable execute as a program. Then double click the icon in the file manager. 

Or if you prefer command line: 

 chmod 755 ./Downloads/AlienBaby_x86_64

./Downloads/AlienBaby_x86_64

Sorry for the issue! I bet that can get it working. :)

Sadly the game doesn't run without running it as a root user. Tried all of your steps. Used

chmod 755 ./Downloads/AlienBaby_x86_64
and then ./ was showing a permission error. Had to use sudo

(+1)

Bummer. Thanks for trying! You can run the source code directly with Godot 4.3 if you know how to use it. https://github.com/Mushroom-Queen/AlienBaby
(You can clearly see the last git commit was before the voting period.)