Skip to main content

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

Hey there! The Mac version doesn't start by default. The standard error pops-up:

"The application “Seamlessifier.app” can’t be opened."

I checked by running through terminal and the app doesn't have permission to be an executable, so people should go to the directory they got the .app in and run this command in the terminal:

chmod +x Seamlessifier.app/Contents/MacOS/Seamlesifier

As a developer there are a bunch of ways to fix it, which mostly comes down to using an archiver which preserves flags.

P.S. there is a typo in the binary itself, it uses 1 "s" versus 2 in the app name, which is kinda annoying lol.

thank you so much for the heads up!! I think I fixed it now! My mac still yells at me that the app is from an unknown developer, but I'm not sure if it's possible to fix it without putting it on steam ;3 I'm completely unsure why theres one "s" in the binary lol. I've checked everything in the project and build settings, and I couldn't find anything that could cause this q_q maybe something with my git project? Anyway, thank you once again! Feel free to check again, it should work correctly :3