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

Mac says that it can't open the game any help at all?

(+1)

It won't open for me either (also on Mac).

Same! wonder if it's not been upated for newer versions of MacOS? I'm on Catalina

So this appears to be the yet another game to fall victim to an issue on itch.io for Mac where an important file is mislabeled as a text file and prevents the game from launching.

For everyone wanting mac here is a relatively simple fix

credit to @jeremychu for this as this is just a streamlined version of what he says to do without so much terminal use

Note: The chmod +x command modifies the file and tells your mac that it is supposed to be executed like an app instead of read like a text file. The file we are modifying is the one the app uses to launch but the dev forgot to mark the file as executable so thats all we are doing here.  

step 1: find the app in finder

Step 2: Right click or ctrl click on app and click show package contents

step 3: the last step should bring up a folder labeled "Contents" within that open the "MacOS" folder you should see a file labeled OSX (there are alot of files in here but this one should have a sheet of paper as its icon.

Step 4 open terminal and type "chmod +x "(note the space after x) drag the file we just found into the terminal window and then hit enter it should look something like this [chmod +x stuff/stuff/stuff/stuff/OSX] 

Step 5 Its fixed navigate back to where you started on step 1 open the file like a normal itch io game and enjoy

If you dont know how to open it or its not working after this the next steps are for you otherwise your done. 

Step 6 right click on app and click open it will give you a popup that this is downloaded from the internet hit "ok"

Step 7 right click again and click open it will give you another popup. click "open" on the popup.

I found a red screen the first time i opened it I then went pack to the OSX file and double clicked that and gave it permission to access downloads that worked for me. The other thing you could do is try closing it and reopening if you get a red screen

im getting command not found

your not typing the command right then is the most likely problem there needs to be a space after x and nothing before the command also a space after chmod

oh ok I think I'm not putting a space after chmod