Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

A New Dawn

Slow corruption, female protagonist with transformation themes. · By WhiteRaven

MacOS Release not working

A topic by deletedhobo created Feb 12, 2022 Views: 834 Replies: 9
Viewing posts 1 to 8
(1 edit)

When I try to run the game, it gives me a pop up that says "The application Game can't be opened." Any possible fixes?


edit: Mac OS v.10.15

Developer(+1)

Mac os is a real bitch when it comes to this. I don't know exactly how to fix it. Some say it works other say no. You need to give the folder access to read and write. What version did you play?

3.3.0, how do I give the folder the proper permissions?

thanks!!

Developer(+1)

This is reported earlier to fix your issue.

To fix your issue follow these steps: Mac App Fix Open a terminal at the folder cd APPLICATION_NAME.app (where APPLICATION_NAME is your app) cd Contents/MacOS chmod +x * If it tells you operation not permitted, then add sudo in front of chmod

I found it best to navigate to the package contents, find the MacOS folder, right click the file icon and find "Open new terminal," then type chmod +x nwjs. This changed nwjs into an executable, and the game opens as intended.

Developer(+1)

Thanks for sharing, I still don't know why this has to be done. 

Well, the game would open as intended, but now it will only crash.

Developer

What does it say when it crash? 

"nwjs crashed unexpectedly" 

Developer(+1)

This seems to be one fix.
https://steamcommunity.com/app/363890/discussions/1/3277925755444294890/

Otherwise some use crossover applications and play the windows version on mac. I wish I could help you but I can't. Mac and rpg maker games isn't that friend with each other.