-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't start on MacOS #49
Comments
Linked to #2 |
Fixed in JDK 18. |
Should be fixed since we use JDK 18 now. |
Apparently still happens with JDK 18. |
Current workaround: |
And next error 🙂
|
Currently requires typing:
to be able to install the .dmg because it's not signed and I don't intend to sign it. Now the next issue is that the class loader is somehow null for the UI package. |
|
What happened?
Reported by AdamH:
Once the DMG is installed, the executable starts with the following error:
"Xeres.app is damaged and can't be opened"
This seems to be because the bundled JRE is signed but not Xeres itself or something. More details available at:
https://bugs.openjdk.java.net/browse/JDK-8276150
Possible solutions:
How to reproduce
Install the DMG and run the executable.
Version
0.3.1
Which OS are you running?
MacOS
Relevant log output
No response
The text was updated successfully, but these errors were encountered: