0 votes

Hello. I can't run the Escoria demo game on my Mac (on Windows works perfectly fine).

The game is Escoria in Daïza (Escoria demo game).
macOS version: 10.5.6 Catalina.
Error message: "The application “Escoria in Daïza” can’t be opened."

Hope the team fixes this error soon.

Thanks!

in Engine by (12 points)

1 Answer

0 votes

Edit: This can also happen because file permissions for the binary is incorrect. You can solve this by running chmod +x /path/to/Application.app/Contents/MacOS/Godot in a terminal to make the binary inside the .app bundle executable.

Edit 2: I made a website just for this, https://disable-gatekeeper.github.io/ :)

This happens because the application is unsigned. Unfortunately, I doubt it will ever be signed as Apple requires paying a significant amount of money and spending time setting up notarization.

You can right-click the application in FInder then choose Open. Click Open Anyway in the confirmation dialog that appears.

Using a terminal, you can also bypass Gatekeeper this way:

xattr -d com.apple.quarantine /path/to/Application.app

I don't know if it still works on macOS 10.15 though.

by (12,893 points)
edited by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.