x-minecraft-launcher icon indicating copy to clipboard operation
x-minecraft-launcher copied to clipboard

I have a bug in vanilla minecraft 1.16.5 on this launcher

Open AMapeKiberT opened this issue 2 years ago • 1 comments

I have a bug in minecraft on this launcher, when I run the vanilla version of minecraft 1.16.5, then I get this error, java 1.8.0_331 and 1.8.0_20

---- Minecraft Crash Report ---- // Surprise! Haha. Well, this is awkward.

Time: 01.07.22 23:29 Description: Initializing game

java.lang.ExceptionInInitializerError at dkd.(SourceFile:146) at djz.(SourceFile:440) at net.minecraft.client.main.Main.main(SourceFile:177) Caused by: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: Failed to dynamically load library: /home/user/Документи/versions/1.16.5/1.16.5-natives/libglfw.so(error = null) at deo.(SourceFile:46) ... 3 more Caused by: java.lang.UnsatisfiedLinkError: Failed to dynamically load library: /home/user/Документи/versions/1.16.5/1.16.5-natives/libglfw.so(error = null) at org.lwjgl.system.linux.LinuxLibrary.loadLibrary(LinuxLibrary.java:32) at org.lwjgl.system.linux.LinuxLibrary.(LinuxLibrary.java:19) at org.lwjgl.system.APIUtil.apiCreateLibrary(APIUtil.java:123) at org.lwjgl.system.Library.loadNative(Library.java:335) at org.lwjgl.system.Library.loadNative(Library.java:281) at org.lwjgl.system.Library.loadNative(Library.java:205) at org.lwjgl.glfw.GLFW.(GLFW.java:674) at sun.misc.Unsafe.ensureClassInitialized(Native Method) at java.lang.invoke.DirectMethodHandle$EnsureInitialized.computeValue(DirectMethodHandle.java:330) at java.lang.invoke.DirectMethodHandle$EnsureInitialized.computeValue(DirectMethodHandle.java:327) at java.lang.ClassValue.getFromHashMap(ClassValue.java:227) at java.lang.ClassValue.getFromBackup(ClassValue.java:209) at java.lang.ClassValue.get(ClassValue.java:115) at java.lang.invoke.DirectMethodHandle.checkInitialized(DirectMethodHandle.java:351) at java.lang.invoke.DirectMethodHandle.ensureInitialized(DirectMethodHandle.java:341) at java.lang.invoke.DirectMethodHandle.ensureInitialized(DirectMethodHandle.java:373) at deo.(SourceFile:43) ... 3 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Render thread Stacktrace: at dkd.(SourceFile:146) at djz.(SourceFile:440)

-- Initialization -- Details: Stacktrace: at net.minecraft.client.main.Main.main(SourceFile:177)

-- System Details -- Details: Minecraft Version: 1.16.5 Minecraft Version ID: 1.16.5 Operating System: Linux (amd64) version 5.15.49-1-MANJARO Java Version: 1.8.0_202, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 2459181256 bytes (2345 MB) / 3014656000 bytes (2875 MB) up to 3014656000 bytes (2875 MB) CPUs: 4 JVM Flags: 1 total; -Xms3000M Launched Version: 1.16.5 Backend library: LWJGL version 3.2.2 build 10 Backend API: ~~ERROR~~ NoClassDefFoundError: Could not initialize class org.lwjgl.glfw.GLFW GL Caps: Using VBOs: Yes Is Modded: Probably not. Jar signature remains and client brand is untouched. Type: Client (map_client.txt) CPU:

AMapeKiberT avatar Jul 01 '22 17:07 AMapeKiberT

I will triage this issue this week... From the log, it seems the native lib is not decompressed.

ci010 avatar Jul 12 '22 08:07 ci010