Open
Description
Despite the manifests for versions 1.13.2-1.18.2 suggesting a launcher version of 21, mc-cli is unable to launch them. My testing suggests a link to failing to include the lwjgl
natives.
Platform: Windows
Version: From source
Stracktrace from 1.18.2
:
[16:28:10] [Render thread/INFO]: [STDERR]: [LWJGL] Failed to load a library. Possible solutions:
a) Add the directory that contains the shared library to -Djava.library.path or -Dorg.lwjgl.librarypath.
b) Add the JAR that contains the shared library to the classpath.
[16:28:10] [Render thread/INFO]: [STDERR]: [LWJGL] Enable debug mode with -Dorg.lwjgl.util.Debug=true for better diagnostics.
[16:28:10] [Render thread/INFO]: [STDERR]: [LWJGL] Enable the SharedLibraryLoader debug mode with -Dorg.lwjgl.util.DebugLoader=true for better diagnostics.
[16:28:10] [Render thread/INFO]: [STDERR]: java.lang.NoClassDefFoundError: Could not initialize class com.mojang.blaze3d.systems.RenderSystem
[16:28:10] [Render thread/INFO]: [STDERR]: at ac.a(SourceFile:65)
[16:28:10] [Render thread/INFO]: [STDERR]: at dyr.a(SourceFile:2394)
[16:28:10] [Render thread/INFO]: [STDERR]: at dyr.a(SourceFile:2389)
[16:28:10] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(SourceFile:206)