Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Incompatible with macOS Catalina?

A topic by Soothsayerslayer created Aug 03, 2020 Views: 522 Replies: 3
Viewing posts 1 to 4
(+1)

I get the following whenever I try to run the app: "The application “Tallowmere” can’t be opened."

Developer (4 edits) (+1)

There's a file within Tallowmere.app that needs to have its permissions updated. I came across this issue when creating the Tallowmere 2 demo – looks like Tallowmere 1 needs this fix too.

Manual fix for Tallowmere v350.5 if you're comfortable using Terminal.app:

1. Open Terminal.app.

2. Use cd to change to the directory where Tallowmere.app resides. If Tallowmere.app is on your desktop, you could go:

cd ~/Desktop

3. Use chmod to fix the permissions:

chmod a+x Tallowmere.app/Contents/MacOS/*

Alternatively:

Let me update the itch.io builds to v352 and I'll make sure this fix is in place. I'll post again once they're uploaded.

Developer(+1)

This should be fixed now in v352.3.

(+1)

Thanks for the detailed instructions and the fix (would've run the commands in Terminal.app, but you're too responsive!). Appreciate it. I can't wait to play this game!