Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+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