-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Problem to run on OSX Catalina #2551
Comments
From what I found on the internets, this could be a problem with OpenJDK 11.0.4 if you have it? |
Sorry, more to the point: |
Thanks @yairm210 ! |
I uninstalled it and run |
Hello, same issue here with Mac OS 10.13.6 and JRE 14.0.2 (installed with the pkg provided by Oracle) |
I noticed that there is a similar problem at https://github.com/libgdx/libgdx. Perhaps we can refer to this issue or this to find more context about the bug (e.g. the Java version, or MacOS version, or their steps to reproduce?). |
Since May, the problem was fixed in OpenJDK, and so it should work now :) |
I can confirm this @yairm210 ! Also on OSX 11 Big Sur, with OpenJDK 11.0.9, it works perfectly! |
Describe the bug
Running
java -jar Unciv.jar
as described crashes due to missing/mislinked libgdxTo Reproduce
Steps to reproduce the behavior:
brew install homebrew/cask/java
java -jar Unciv.jar
Exception in thread "main" com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load shared library 'libgdx64.dylib' for target: Mac OS X, 64-bit
If game data is required, please add from menu, save game, copy to clipboard, paste here
Expected behavior
I thought the jar could be used also this way on Mac OSX. I haven't tried yet to compile it.
The text was updated successfully, but these errors were encountered: