Hello again and thank you for your patience. After some investigations, I was able to get the game running on my Mac even after updating everything. I am using the M2 Apple Silicon chip, but I did verify that the binaries on my machine are supporting both Intel and M2 chips. I was also able to verify that the app is properly codesigned as well so I believe this might be a local issue. Here are some steps we can take to try and resolve the errors.
1. Verify the App Binary Architecture
Let’s make sure the app supports your processor. Open Terminal and run:
file /Applications/Wobble\ Warriors.app/Contents/MacOS/Wobble\ WarriorsYou should see something like:
Mach-O universal binary with 2 architectures: [x86_64] [arm64]If not, please let me know what it says.
2. Fix Permissions on the ExecutableSometimes the executable file loses its permissions. Run this in Terminal (I think this is what you already tried, but maybe this command might be different that what you tried):
chmod +x /Applications/Wobble\ Warriors.app/Contents/MacOS/Wobble\ Warriors3. Remove Gatekeeper Quarantine Flags (If you're comfortable with it)macOS may block the app if it thinks it came from the internet. Clear those flags with:
xattr -cr /Applications/Wobble\ Warriors.appThen, try launching the app again.
4. Check for Errors in ConsoleIf it still doesn’t launch, please do this:
* Open Console.app (press Command+Space, type Console)
* Try launching the game
* Look for any red error messages related to “Wobble Warriors” and let me know what they say.
5. Try Launching DirectlyGo to your Applications folder and try launching the game by double-clicking it instead of using Steam. Sometimes, Steam misconfigures things. If the game launches when not launched from Steam, then try verifying the integrity of your game files and make sure there are no extra launch arguments passed in through Steam.
6. macOS VersionLet me know what version of macOS you're using. The game requires at least macOS 11 (Big Sur) or newer.
Let me know what you find after going through these steps, and I’ll help you further. Thanks again!