James Alt

Results 17 comments of James Alt

I should also mention that I am willing to test out experimental builds.

When running the same MIDI File, getting this error: ``` Uncaught exception thrown in Thread[jME3 Main,5,main] NoClassDefFoundError: Could not initialize class org.lwjgl.glfw.EventLoop ```

I'm unsure on to use the JDK. I've unzipped the file, but I only see a folder with a `.jdk` extension. How odd. ![image](https://user-images.githubusercontent.com/79052050/181361733-9a6f9358-cc36-45e2-bc7a-ec78637109f6.png) Also, running that command does not...

Thanks. Now I'm getting this: ``` james@jamess-mbp bin % ./java -XstartOnFirstThread -jar /Users/james/Downloads/midis2jam2-macos-a1c57a0b.jar 16:13:00.384 Execution INFO Loaded internal MIDI sequencer Exception in thread "main" java.lang.ExceptionInInitializerError at androidx.compose.ui.res.ImageResources_desktopKt.loadImageBitmap(ImageResources.desktop.kt:33) at org.wysko.midis2jam2.MainKt$main$3.invoke(Main.kt:82) at...

Possibly related: https://stackoverflow.com/questions/70150052/org-jetbrains-skiko-libraryloadexception-cannot-find-libskiko-macos-arm64-dylib

Looks like its working. Although I am getting no GUI. ``` james@jamess-mbp bin % ./java -XstartOnFirstThread -jar /Users/james/Downloads/midis2jam2-macos_arm64-47c25c8b.jar 16:36:32.845 Execution INFO Loaded internal MIDI sequencer 16:36:34.490 UpdateChecker INFO midis2jam2 is...

Didn't seem to work. ``` ^C% james@jamess-mbp bin % ./java -XstartOnFirstThread -jar /Users/james/Downloads/midis2jam2-macos_arm64-9518a015.jar /Users/james/github/MIDIFiles/Proteus_FX_Midi_files/FIGARO_P.MID 17:01:38.241 Execution INFO Loaded internal MIDI sequencer 17:01:40.069 UpdateChecker INFO midis2jam2 is up to date. ```

Sorry for the delayed reply. Here's the output I got this time Just by reading this, looks like I need a newer JRE? Seems like it. Looks like I'm still...

> Just as a sanity check, can you run `./java -version`? That special JDK I had you download earlier is 11 so maybe you navigated to the wrong bin folder?...