You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
LooFifteen
changed the title
Minecraft <= 1.18.2 do not launch despite being correct launcher version
Minecraft <= 1.18.2 does not launch despite being correct launcher version
Sep 16, 2023
Probably in 1.18 you still had to extract the natives to a separate directory and provide it. I will support this eventually, but it is not a high priority.
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
:The text was updated successfully, but these errors were encountered: