Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Minecraft <= 1.18.2 does not launch despite being correct launcher version #12

Open
LooFifteen opened this issue Sep 16, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@LooFifteen
Copy link

LooFifteen commented Sep 16, 2023

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)
@LooFifteen 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
@mworzala mworzala added the bug Something isn't working label Sep 16, 2023
@mworzala
Copy link
Owner

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants