Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Cannot run the game on Linux. getting permission denied no matter what I do.
Issue might be on my side but just letting you know.

have you made the appimage executable?

try this in a terminal

chmod +x ChasmClimb-demo-0.2.1.appimage

>have you made the appimage executable?
I did. nothing works. but like I said, it might be on my side.
note that it says :

Error: Error executing 'ChasmClimb': Permission denied

when the file name is : ChasmClimb-demo-0.2.1.appimage

That tells me it's most likely not a file permissions issue. since where would it find the name "ChasmClimb" if it wasn't running the file.

Holy fuck I'm retarded. It's not on your end, I just forgot to chmod +x the actual "ChasmClimb" executable inside the appimage myself.

Should be fixed now. Good thing you noticed.

I'm still getting the same error with the new version :(

[-@judgement: Games]$ chmod 777 ChasmClimb-demo-0.2.1.appimage 
[-@judgement: Games]$ ./ChasmClimb-demo-0.2.1.appimage
Error: Error executing 'ChasmClimb': Permission denied
(+1)

This time I blame itch.

Uploaded again, tried downloading and running the actual itch version on three different machines and it works.

If it doesn't work now I'm out of ideas.

heyo, that did it!