GLFW error 65543
Getting this error with only iris and sodium. Just sodium works fine
iris 1.8.5, sodium 0.6.6 - 1.21.4
AMD 7900xtx driver:10.0.1.38
It all worked fine yesterday tho...
net.minecraft.class_1041$class_4716: GLFW error 65543: WGL: Failed to create OpenGL context
at knot/net.minecraft.class_1041.method_4501(class_1041.java:221) ~[client-intermediary.jar:?]
at knot/org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:43) ~[lwjgl-glfw-3.3.3.jar:?]
at knot/org.lwjgl.system.JNI.invokePPPP(Native Method) ~[lwjgl-3.3.3.jar:?]
at knot/org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:2058) ~[lwjgl-glfw-3.3.3.jar:?]
at knot/org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:2229) ~[lwjgl-glfw-3.3.3.jar:?]
at knot/net.minecraft.class_1041.redirect$zkp000$sodium$wrapGlfwCreateWindow(class_1041.java:1108) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_1041.mixinextras$bridge$redirect$zkp000$sodium$wrapGlfwCreateWindow$58(class_1041.java) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_1041.wrapOperation$zii000$sodium$setAdditionalWindowHints(class_1041.java:593) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_1041.<init>(class_1041.java:103) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_3682.method_16038(class_3682.java:21) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_310.<init>(class_310.java:504) ~[client-intermediary.jar:?]
at knot/net.minecraft.client.main.Main.main(Main.java:250) [client-intermediary.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480) [fabric-loader-0.16.9.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.16.9.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.16.9.jar:?]
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105) [NewLaunch.jar:?]
Solution:Jump to solution
Resolved:
Had to turn off the no error context in the Sodium config file. Then it works with debug options on AMD...
4 Replies
I have not updated my graphics drivers or done anything since yesterday... (they are latest anyway)
Except install some steam games on another drive :p
AHA
I enabled debug options...
That is something I did
Why do debug options not work on AMD :sad_tater:
I knew there was something in my memory about this issue but I could not remember what it was...
...then got distracted and forgot to search for it
As a shader dev... I like debug options...
They are kinda essential
Otherwise how am I going to get the patched shaders and see correct line errors? And other things...
Solution
Resolved:
Had to turn off the no error context in the Sodium config file. Then it works with debug options on AMD