[Fabric] DrawScreenEvent render error when Gamemode Screen is open
Nidre opened this issue ยท 3 comments
Error spam In logs
To Reproduce
Steps to reproduce the behavior:
- Go to server
- When you OP click F3+F4 to open gamemode menu
- See error
Error Log
[03:27:52] [main/INFO]: [STDOUT]: ################# ERROR [KONKRETE] #################
[03:27:52] [main/INFO]: [STDOUT]: Failed to invoke event!
[03:27:52] [main/INFO]: [STDOUT]: Method Name: onRenderPost
[03:27:52] [main/INFO]: [STDOUT]: Event Name: de.keksuccino.konkrete.events.client.GuiScreenEvent$DrawScreenEvent$Post
[03:27:52] [main/INFO]: [STDOUT]: ####################################################
[03:27:52] [main/INFO]: [STDOUT]:
[03:27:52] [main/INFO]: [STDERR]: java.lang.reflect.InvocationTargetException
[03:27:52] [main/INFO]: [STDERR]: at jdk.internal.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
[03:27:52] [main/INFO]: [STDERR]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[03:27:52] [main/INFO]: [STDERR]: at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[03:27:52] [main/INFO]: [STDERR]: at de.keksuccino.konkrete.events.EventHandler.invokeEvent(EventHandler.java:115)
[03:27:52] [main/INFO]: [STDERR]: at de.keksuccino.konkrete.events.EventHandler.callEventsFor(EventHandler.java:102)
[03:27:52] [main/INFO]: [STDERR]: at net.minecraft.class_757.handler$zko000$onRenderPost(class_757.java:1982)
[03:27:52] [main/INFO]: [STDERR]: at net.minecraft.class_757.method_3192(class_757.java:616)
[03:27:52] [main/INFO]: [STDERR]: at net.minecraft.class_310.method_1523(class_310.java:1048)
[03:27:52] [main/INFO]: [STDERR]: at net.minecraft.class_310.method_1514(class_310.java:681)
[03:27:52] [main/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(Main.java:215)
[03:27:52] [main/INFO]: [STDERR]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[03:27:52] [main/INFO]: [STDERR]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[03:27:52] [main/INFO]: [STDERR]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[03:27:52] [main/INFO]: [STDERR]: at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[03:27:52] [main/INFO]: [STDERR]: at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
[03:27:52] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139)
[03:27:52] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27)
[03:27:52] [main/INFO]: [STDERR]: at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710)
[03:27:52] [main/INFO]: [STDERR]: at pro.gravit.launcher.***.*****(Unknown Source)
[03:27:52] [main/INFO]: [STDERR]: at pro.gravit.launcher.***.main(Unknown Source)
[03:27:52] [main/INFO]: [STDERR]: Caused by: java.lang.NullPointerException
[03:27:52] [main/INFO]: [STDERR]: at de.keksuccino.fancymenu.menu.fancy.menuhandler.MenuHandlerBase.shouldCustomize(MenuHandlerBase.java:1139)
[03:27:52] [main/INFO]: [STDERR]: at de.keksuccino.fancymenu.menu.fancy.menuhandler.MenuHandlerBase.onRenderPost(MenuHandlerBase.java:963)
[03:27:52] [main/INFO]: [STDERR]: at de.keksuccino.fancymenu.menu.fancy.menuhandler.custom.MainMenuHandler.onRenderPost(MainMenuHandler.java:102)
[03:27:52] [main/INFO]: [STDERR]: ... 20 more
[03:27:52] [main/INFO]: [STDOUT]: ################# ERROR [KONKRETE] #################
[03:27:52] [main/INFO]: [STDOUT]: Failed to invoke event!
[03:27:52] [main/INFO]: [STDOUT]: Method Name: onRenderPost
[03:27:52] [main/INFO]: [STDOUT]: Event Name: de.keksuccino.konkrete.events.client.GuiScreenEvent$DrawScreenEvent$Post
[03:27:52] [main/INFO]: [STDOUT]: ####################################################
[03:27:52] [main/INFO]: [STDOUT]:
[03:27:52] [main/INFO]: [STDERR]: java.lang.reflect.InvocationTargetException
[03:27:52] [main/INFO]: [STDERR]: at jdk.internal.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
[03:27:52] [main/INFO]: [STDERR]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[03:27:52] [main/INFO]: [STDERR]: at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[03:27:52] [main/INFO]: [STDERR]: at de.keksuccino.konkrete.events.EventHandler.invokeEvent(EventHandler.java:115)
[03:27:52] [main/INFO]: [STDERR]: at de.keksuccino.konkrete.events.EventHandler.callEventsFor(EventHandler.java:102)
[03:27:52] [main/INFO]: [STDERR]: at net.minecraft.class_757.handler$zko000$onRenderPost(class_757.java:1982)
[03:27:52] [main/INFO]: [STDERR]: at net.minecraft.class_757.method_3192(class_757.java:616)
[03:27:52] [main/INFO]: [STDERR]: at net.minecraft.class_310.method_1523(class_310.java:1048)
[03:27:52] [main/INFO]: [STDERR]: at net.minecraft.class_310.method_1514(class_310.java:681)
[03:27:52] [main/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(Main.java:215)
[03:27:52] [main/INFO]: [STDERR]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[03:27:52] [main/INFO]: [STDERR]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[03:27:52] [main/INFO]: [STDERR]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[03:27:52] [main/INFO]: [STDERR]: at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[03:27:52] [main/INFO]: [STDERR]: at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
[03:27:52] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139)
[03:27:52] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27)
[03:27:52] [main/INFO]: [STDERR]: at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710)
[03:27:52] [main/INFO]: [STDERR]: at pro.gravit.launcher.***.*****(Unknown Source)
[03:27:52] [main/INFO]: [STDERR]: at pro.gravit.launcher.***.main(Unknown Source)
[03:27:52] [main/INFO]: [STDERR]: Caused by: java.lang.NullPointerException
[03:27:52] [main/INFO]: [STDERR]: at de.keksuccino.fancymenu.menu.fancy.menuhandler.MenuHandlerBase.shouldCustomize(MenuHandlerBase.java:1139)
[03:27:52] [main/INFO]: [STDERR]: at de.keksuccino.fancymenu.menu.fancy.menuhandler.MenuHandlerBase.onRenderPost(MenuHandlerBase.java:963)
[03:27:52] [main/INFO]: [STDERR]: at de.keksuccino.fancymenu.menu.fancy.menuhandler.custom.MainMenuHandler.onRenderPost(MainMenuHandler.java:102)
[03:27:52] [main/INFO]: [STDERR]: at de.keksuccino.fancymenu.menu.fancy.menuhandler.custom.MoreRefinedStorageMainHandler.onRenderPost(MoreRefinedStorageMainHandler.java:45)
[03:27:52] [main/INFO]: [STDERR]: ... 20 more
Basic Informations (please complete the following information):
- OS: Win10
- Konkrete_fabric_1.1.2_MC_1.16.3-1.16.5
- Fancymenu_fabric_1.7.0_MC_1.16.3-1.16.5
- Fabric 1.16.5
- Active 163 mods: [email protected], [email protected]+ca58154a7d, [email protected], [email protected]+1.16.5, [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]+ca58154a7d, java@11, [email protected], [email protected]+1.16.4, [email protected]+1.16-rc1, [email protected]+ca58154a7d, [email protected], [email protected]+ab87788d3a, [email protected]+fabric-1.16.5, [email protected]+build.117, [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]+fabric-1.16.5, [email protected]+build.4, [email protected]+fabric-1.16.5, [email protected], [email protected]+ca58154a7d, [email protected]+fabric-1.16.5, [email protected]+build.4, [email protected]+1.16.2, [email protected], [email protected], [email protected]+1.16, [email protected], [email protected]+ca58154a7d, [email protected], [email protected], [email protected]+1.16.1, [email protected]+build.192, [email protected]+ca58154a7d, [email protected], [email protected], [email protected]+ca58154a7d, [email protected], [email protected], [email protected]+build.4, [email protected], [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+build.1, [email protected], [email protected]+ca58154a7d, [email protected], [email protected], [email protected], [email protected]+mc.1.16.3, [email protected]+ca58154a7d, [email protected]+1.16.4, [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]+fabric-1.16.5, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected], [email protected]+1.16.5, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected], [email protected], [email protected], [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected], [email protected], [email protected]+build.4, [email protected]+ca58154a7d, [email protected], [email protected]+1.16.4, [email protected], [email protected]+1.16.3, [email protected], [email protected]+1.16.4, [email protected]+ca58154a7d, [email protected], [email protected]+ca58154a7d, [email protected], [email protected]+ca58154a7d, [email protected], [email protected], [email protected]+build.4, [email protected], [email protected], [email protected]+ca58154a7d, [email protected]+build.4, [email protected]+ca58154a7d, [email protected], [email protected], [email protected]+1.16, [email protected]+ca58154a7d, [email protected], [email protected], [email protected]+ca58154a7d, [email protected], [email protected], [email protected]+ca58154a7d, [email protected], [email protected]+ca58154a7d, [email protected], [email protected]+ca58154a7d, [email protected], [email protected], [email protected], [email protected]+build.4, [email protected]+ca58154a7d, [email protected], [email protected], [email protected]+ca58154a7d, [email protected]+j1.2.0, [email protected], [email protected]+mc1.16.5, [email protected]+c045166c7d, [email protected]+ca58154a7d, [email protected], [email protected], [email protected]+ca58154a7d, [email protected], [email protected]+1.16.4, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected]+build.4, [email protected], [email protected], [email protected]+1.16.4, [email protected], [email protected]+ca58154a7d, [email protected]+ca58154a7d, [email protected], [email protected], [email protected], [email protected]+ca58154a7d, [email protected], [email protected], [email protected], [email protected]+ca58154a7d, [email protected]+fabric-1.16.5, [email protected]+ca58154a7d, [email protected]
And my friends client don
t start with errors spam it`s his log:
late1st.log
Hi! Thank you for your issue report.
Could you send me your complete latest.log file (located at .minecraft/logs/latest.log
), please?
//Edit: Nvm, could reproduce it ^^