Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

NOTE: If you have a Mac running Catalina, the game unfortunately won’t work - this is an issue with Catalina being very restrictive on what apps it will allow to be played on your computer.

I thought that was a matter of Catalina not supporting 32-bit code. Does this game use 64-bit binaries? AFAIK that’s the only barrier new to Catalina (though quite a bothersome one).

I’ve been trying to figure out exactly what the issue is, the game uses 64-bit, but I don’t have a Mac with Catalina to test and I’ve had some people not be able to run it at all and some people be able to run it fine so my guess is it’s a permissions thing on the user side.

Ah. I’d offer to help test, but I haven’t upgraded to Catalina for exactly this reason (I’m still on the previous release, Mojave).

(+1)

I found that you can open terminal and run

sudo chmod -R 755 Path\ to\ app\ file.app

and then just run the game normally

(+1)

I have seen this with some Itch games. Somehow the permissions don’t get set right, so (for the less technically literate) this command just tells your computer that it’s a program you can run. For the path, just drag the app onto your Terminal window.