Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Can't open on Mac (Apple M1 Pro, macOS Monterey 12.3.1).

Error advising app cannot be opened. Tried following the advice to open a terminal and run chmod 775 Stacklands in the MacOS directory, now error says app is damaged and should be moved to trash.

For anyone else having this issue, I installed the Itch app and launched it from there instead, now it runs fine

You should also be able to:

  • Right-click program -> show package content
  • Open Terminal in that directory
  • Type:
find . -name '*.dylib' -exec chmod +x {} \;
chmod +x Contents/MacOS/Stacklands

If that still doesn't work, try also typing (this will disable some security protections so use it at your own risk):

sudo spctl --master-disable