Skip to main content

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

The apple silicon version is broken.

I tried 
For Mac Apple Silicon: PixelAfterAll-0.1.4-arm64.dmg
and
For Mac Apple Silicon: PixelAfterAll-0.1.2-arm64.dmg

But both say they are damaged when I try to open.
The intel version works, but if it is distributed I expect to have the apple silicon version working as well.

Sorry for the inconvenience, let me have a check.

Thank you for reporting this issue.

I also encountered the same error message "PixelAfterAll is damaged and can't be opened" when trying to run the .dmg downloaded from itch.io. Rebuilding didn't resolve the issue, although interestingly, the file runs without errors before uploading to itch.io.

After various tests, I found it can be launched using these commands (based on a YouTube tutorial: https://www.youtube.com/watch?v=DgEA6qu4kYc):

% sudo spctl --master-disable
Password: Globally disabling the assessment system needs to be confirmed in System Settings.
% xattr -cr /Applications/PixelAfterAll.app

While this is not an ideal solution, it does allow the application to run.
I'll be working on improving this so the app can launch without these error messages in future updates.

Thank you for the fast support.

I will keep using the intel version in the meantime.