You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
java.lang.NoSuchMethodError: 'void net.minecraft.class_338.method_1802(int)'
at io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen.method_25401(AdvancedChatScreen.java:250)
at net.minecraft.class_312.method_1598(class_312.java:128)
at net.minecraft.class_312.method_22687(class_312.java:166)
at net.minecraft.class_1255.execute(class_1255.java:101)
at net.minecraft.class_312.method_22685(class_312.java:166)
at org.lwjgl.glfw.GLFWScrollCallbackI.callback(GLFWScrollCallbackI.java:37)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:195)
at net.minecraft.class_1041.method_15998(class_1041.java:310)
at net.minecraft.class_310.method_1523(class_310.java:1142)
at net.minecraft.class_310.method_1514(class_310.java:733)
at net.minecraft.client.main.Main.main(Main.java:238)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
The text was updated successfully, but these errors were encountered:
Describe the bug
Minecraft crashes when scrolling
Minecraft Info
Minecraft information:
Mods:
Minecraft Version:
To Reproduce
Launch mods, then go to server, and then start scrolling up and down in chat.
After that, minecraft crashes.
Expected behavior
Should be able to scroll around the chat.
Screenshots
-none-
Additional context
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 27/03/2022, 01:27
Description: Unexpected error
java.lang.NoSuchMethodError: 'void net.minecraft.class_338.method_1802(int)'
at io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen.method_25401(AdvancedChatScreen.java:250)
at net.minecraft.class_312.method_1598(class_312.java:128)
at net.minecraft.class_312.method_22687(class_312.java:166)
at net.minecraft.class_1255.execute(class_1255.java:101)
at net.minecraft.class_312.method_22685(class_312.java:166)
at org.lwjgl.glfw.GLFWScrollCallbackI.callback(GLFWScrollCallbackI.java:37)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:195)
at net.minecraft.class_1041.method_15998(class_1041.java:310)
at net.minecraft.class_310.method_1523(class_310.java:1142)
at net.minecraft.class_310.method_1514(class_310.java:733)
at net.minecraft.client.main.Main.main(Main.java:238)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
The text was updated successfully, but these errors were encountered: