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 was archived by the owner on Sep 19, 2024. It is now read-only.
The game crashes after selecting the bottom text box in the options menu and pressing enter.
Minecraft Info
Minecraft Information:
Minecraft: 1.19.2, Fabric: 0.14.21, Java: JDK 19
Enabled Mods:
ACCore: 1.5.8
ACLog: 1.2.2
FabricAPI: 0.76.0
MaLiLib: 0.13.0
To Reproduce
Join a world
Open the log menu (Standard Key-Bind: 'U')
Select bottom text box
(Optional) Enter a string
Press Enter
Game freezes, then crashes
Expected behavior
I am not really sure what it is supposed to do, as the top text box is probably already meant to search for keywords.
Adding a description would really help here.
Screenshots
After selecting text box at the bottom; before confirming with enter
After confirming, the game closes with following report:
java.lang.NoSuchMethodError: 'void net.minecraft.class_746.method_3142(java.lang.String)'
at io.github.darkkronicle.advancedchatlog.gui.ChatLogScreen.lambda$initGui$2(ChatLogScreen.java:123)
at io.github.darkkronicle.advancedchatlog.gui.TextFieldRunnable.method_25404(TextFieldRunnable.java:36)
at fi.dy.masa.malilib.gui.wrappers.TextFieldWrapper.onKeyTyped(TextFieldWrapper.java:66)
at fi.dy.masa.malilib.gui.GuiBase.onKeyTyped(GuiBase.java:355)
at fi.dy.masa.malilib.gui.GuiBase.method_25404(GuiBase.java:236)
at net.minecraft.class_309.method_1454(class_309.java:374)
at net.minecraft.class_437.method_25412(class_437.java:489)
at net.minecraft.class_309.method_1466(class_309.java:370)
at net.minecraft.class_309.method_22678(class_309.java:462)
at net.minecraft.class_1255.execute(class_1255.java:103)
at net.minecraft.class_309.method_22676(class_309.java:462)
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.flipFrame(RenderSystem.java:197)
at net.minecraft.class_1041.method_15998(class_1041.java:315)
at net.minecraft.class_310.method_1523(class_310.java:1205)
at net.minecraft.class_310.method_1514(class_310.java:768)
at net.minecraft.client.main.Main.method_44604(Main.java:244)
at net.minecraft.client.main.Main.main(Main.java:51)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Describe the bug
The game crashes after selecting the bottom text box in the options menu and pressing enter.
Minecraft Info
Minecraft Information:
Enabled Mods:
To Reproduce
Expected behavior
I am not really sure what it is supposed to do, as the top text box is probably already meant to search for keywords.
Adding a description would really help here.
Screenshots
After selecting text box at the bottom; before confirming with enter

After confirming, the game closes with following report:
Additional context: Log
Time: 2023-07-08 18:56:51
Description: keyPressed event handler
java.lang.NoSuchMethodError: 'void net.minecraft.class_746.method_3142(java.lang.String)'
at io.github.darkkronicle.advancedchatlog.gui.ChatLogScreen.lambda$initGui$2(ChatLogScreen.java:123)
at io.github.darkkronicle.advancedchatlog.gui.TextFieldRunnable.method_25404(TextFieldRunnable.java:36)
at fi.dy.masa.malilib.gui.wrappers.TextFieldWrapper.onKeyTyped(TextFieldWrapper.java:66)
at fi.dy.masa.malilib.gui.GuiBase.onKeyTyped(GuiBase.java:355)
at fi.dy.masa.malilib.gui.GuiBase.method_25404(GuiBase.java:236)
at net.minecraft.class_309.method_1454(class_309.java:374)
at net.minecraft.class_437.method_25412(class_437.java:489)
at net.minecraft.class_309.method_1466(class_309.java:370)
at net.minecraft.class_309.method_22678(class_309.java:462)
at net.minecraft.class_1255.execute(class_1255.java:103)
at net.minecraft.class_309.method_22676(class_309.java:462)
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.flipFrame(RenderSystem.java:197)
at net.minecraft.class_1041.method_15998(class_1041.java:315)
at net.minecraft.class_310.method_1523(class_310.java:1205)
at net.minecraft.class_310.method_1514(class_310.java:768)
at net.minecraft.client.main.Main.method_44604(Main.java:244)
at net.minecraft.client.main.Main.main(Main.java:51)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Full log on pastee:
https://paste.ee/p/IxWHY