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

Is it possible that the mac version has a 32bit executable in it ? That might be the reason. Is it possible that you package another mac version with a 64bit executable in it then ?

The issue was that the executable in the .app package did not have the execution flags/permission set. So I fixed it for myself and it is running now. Strange ...

How did you fix it? I'm on Ventura.

Open terminal

cd into .app package

cd Contents

cd MacOS

chmod +x Roadwarden

Run and enjoy

Thanks!