
F3+R while chat open crashes the game
MrGazdag opened this issue ยท 0 comments
As the title says, when i press F3+R while the chat window is open, my game crashes. After further testing, it seems this also occurs in the main menu.
I'm using Minecraft version 1.20.1.
Here is the exception stack trace:
java.lang.NoSuchFieldError: field_22792
at net.minecraft.class_309.handler$beh000$shaderreload$onOnKey(class_309.java:3615)
at net.minecraft.class_309.method_1466(class_309.java:391)
at net.minecraft.class_309.method_22678(class_309.java:477)
at net.minecraft.class_1255.execute(class_1255.java:102)
at net.minecraft.class_309.redirect$bok000$viafabricplus$redirectSync(class_309.java:4112)
at net.minecraft.class_309.method_22676(class_309.java:477)
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:201)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:212)
at net.minecraft.class_1041.method_15998(class_1041.java:288)
at net.minecraft.class_310.method_1523(class_310.java:1241)
at net.minecraft.class_310.method_1514(class_310.java:802)
at net.minecraft.client.main.Main.main(Main.java:250)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:71)