I am getting the following error when starting the new snapshot:
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Exception in thread "main" java.lang.UnsatisfiedLinkError: Failed to dynamically load library: /Users/bjornschonrock/Library/Application Support/minecraft/versions/18w09a/18w09a-natives-1519919267612357000/libglfw.dylib(error = null)
at org.lwjgl.system.macosx.MacOSXLibraryDL.<init>(MacOSXLibraryDL.java:22)
at org.lwjgl.system.macosx.MacOSXLibrary.create(MacOSXLibrary.java:27)
at org.lwjgl.system.APIUtil.apiCreateLibrary(APIUtil.java:107)
at org.lwjgl.system.Library.loadNative(Library.java:322)
at org.lwjgl.system.Library.loadNative(Library.java:273)
at org.lwjgl.glfw.GLFW.<clinit>(GLFW.java:602)
at byh.B(SourceFile:2071)
at net.minecraft.client.main.Main.main(SourceFile:50)
I have this issue in any snapshot after 1.12.2 (17w43b and newer). 1.12.2 and any older version is working fine. I have been searching for this error on google and all I could find was special characters. I have no special characters in my username, profile name or anything else.
UPDATE: With 1.13-pre5, I am getting a full crash report: MC-132470
Linked issues
blocks 1
is duplicated by 1
Comments 15
"Community Consensus" is a confirmation status meaning that other people are experiencing this issue too.
The issue "unsatisfied link error" is fixed.
Follow up is MC-132470
Tried updating Java and running 18w11a using JDK 1.8.0_161, didn't work.