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
Related issues
is duplicated by
Comments


Same issue

Still not fixed

Question. What does "Community consensus" mean?

"Community Consensus" is a confirmation status meaning that other people are experiencing this issue too.

Ah. And that is not the same as "Confirmed"?

No. "Confirmed" is when a dev or a mod has reproduced this.

Please create a new ticket, this is most probably another issue. The underlying library LWJGL was updated in pre4
At least the original issue seems to be fixed.

Looks like it's still an LWJGL issue.

Yes, it's still LWJGL, but different to this.

As of pre5 I am no longer seeing this.

The issue is not fixed at all. Didn't see my edit?

The issue "unsatisfied link error" is fixed.
Follow up is MC-132470

I Have the same issue here

If anyone finds a way to fix this please let me know. Mine has been crashing from the first snapshot to pre release 10
Tried updating Java and running 18w11a using JDK 1.8.0_161, didn't work.