Crash on startup
WGINC opened this issue ยท 4 comments
Well, the modpack crashes on startup
I am running this on a totally speced out 2020 macbook air with an M1 chip
You're running Java 17. You need to use Java 8 (aka Java 1.8). See also #1.
Switching gives me this
That log indicates it can't find liblwjgl.dylib
. Some quick Googling found me this: https://stackoverflow.com/questions/69457707/lwjgl-failed-to-locate-library-liblwjgl-dylib-in-intellij-idea
Are you using an M1 Mac by chance? It seems liblwjgl has problems on that platform.
It looks like some people have had success with using the official Mojang version of Java 1.8, which runs in the x86_64 compatibility layer: Pierce01/MinecraftLauncher-core#76. I'm not sure how you could enable that though.