Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Managed to get the Mac app running, but can't get past the splash screen before it crashes, both on arm and x64 version. Macbook M2 with latest OS. Anything I can do to make it run anyway?

(+1)

it would help us a *ton* if can you try running, from a terminal:

chmod +x ./path/to/app.app/Contents/MacOS/NeoCityExpress
./path/to/app.app/Contents/MacOS/NeoCityExpress

that should generate a crash.log in path/to/app.app/Contents/MacOS (it seems that app bundles in mac intercept exceptions before I get a chance to generate the log file, so executing it that way should give us something)

(+1)

Did as you asked, ran the command, but now: no more crashes! Also, no crash log in the app folder.

(+1)

interesting!! i'm glad it worked out haha