
[CRASH] Cant Run Vulkan Because LWJGL Error
Sardine-G opened this issue ยท 3 comments
the game only run for split scond (Only showing black)
then crashes
the error it gave out seems related to lwjgl vulkan
Here's the mc log: latest.log
Here's the crash log: crash-2023-12-02_14.15.14-client.txt
Running Cracked MultiMc (UltimMC) On Linux
Fedora 39 Onyx
For the people who can't be bothered to download a log:
ava.lang.NoClassDefFoundError: org/lwjgl/vulkan/VkInstance
at org.lwjgl.glfw.GLFWVulkan.glfwCreateWindowSurface(GLFWVulkan.java:332)
at net.vulkanmod.vulkan.Vulkan.createSurface(Vulkan.java:311)
at net.vulkanmod.vulkan.Vulkan.initVulkan(Vulkan.java:137)
at net.vulkanmod.vulkan.VRenderSystem.initRenderer(VRenderSystem.java:58)
at com.mojang.blaze3d.systems.RenderSystem.initRenderer(RenderSystem.java:1516)
at net.minecraft.class_310.<init>(class_310.java:505)
at net.minecraft.client.main.Main.main(Main.java:211)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
I can reproduce this on Prismlauncher, Arch Linux
Quilt has some issues with library loading. I'll close this since it's a duplicate of #204