A question for the mac people/developer. I'm running Ventura on an m1 and hitting problems. I can usually play RPG Maker games doing the following to fix the "Application can't be opened"
- Move "Game" into a non-downloaded folder
- cd into `Game.app/Contents/MacOS` # get to the executable
- chmod +x nwjs # change executable to be... well executable
- Run game by double clicking on "Game", or by running ./nwjs from inside the MacOS folder
Doing the same process for this game gets some ugly messages, even when running as root.
I've tried running ./nwjs with the flags, --in-process-gpu, or --disable-gpu-sandbox, but neither seem to have any effect.
Has anyone successfully gotten this game to run on a M1? If so please guide me mac gurus