Skip to content
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

Graphics library not being properly packaged for macOS #203

Open
ll3macorn opened this issue Aug 26, 2024 · 0 comments
Open

Graphics library not being properly packaged for macOS #203

ll3macorn opened this issue Aug 26, 2024 · 0 comments
Labels
bug Something isn't working or is incorrect

Comments

@ll3macorn
Copy link

application launches but when i try to play a song i encounter this error. this is on an m1 macbook pro

java -jar /Applications/midis2jam2/midis2jam2-macosArm64-1.9.0.jar
11:27:48.843 I18n INFO Locale file does not exist
11:27:48.845 I18n INFO System locale is en, supported, using it
11:27:50.961 UpdateChecker INFO midis2jam2 is up to date.
A call to chooseDirectoryNative failed: null
Aug 26, 2024 11:27:56 AM com.jme3.system.JmeDesktopSystem initialize
INFO: Running on jMonkeyEngine 3.6.1-stable

  • Branch: HEAD
  • Git Hash: 4de10c3
  • Build Date: 2023-06-23
    Exception in thread "jME3 Main" java.lang.UnsatisfiedLinkError: The required native library 'lwjgl' is not available for your OS: MacOSX_ARM64
    at com.jme3.system.NativeLibraryLoader.loadNativeLibrary(NativeLibraryLoader.java:538)
    at com.jme3.system.lwjgl.LwjglContext.loadNatives(LwjglContext.java:245)
    at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:219)
    at java.base/java.lang.Thread.run(Unknown Source)
@ll3macorn ll3macorn added the bug Something isn't working or is incorrect label Aug 26, 2024
@wyskoj wyskoj changed the title help with lwjgl error Graphics library not being properly packaged for macOS Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

2 participants
@ll3macorn and others