wyskoj / midis2jam2

🎶 A remaster of MIDIJam, a 3D MIDI file visualizer.
https://midis2jam2.xyz
GNU General Public License v3.0
165 stars 21 forks source link

midis2jam2 won't start #214

Open TheBlueRiolu opened 1 week ago

TheBlueRiolu commented 1 week ago

Describe the bug midis2jam2 does not get past the launcher when I hit play. It just freezes.

Offending MIDI file Every MIDI file I have downloaded or made by hand does this. As of 9/9/24 I have 14 MIDI files.

Expected behavior I expect midis2jam2 to run at all.

System I am using a 13" MacBook Pro with Apple M1, 8 GB RAM, and macOS Ventura (13.2).

TheBlueRiolu commented 5 days ago

After updating Java and running from command line, I received this error:


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(Thread.java:1570)```