DiscordRichPresence

DiscordRichPresence

1M Downloads

[1.15.2] GL Render Errors caused by onMenuOpened

AlienXAXS opened this issue ยท 1 comments

commented

public static void onMenuOpened(GuiOpenEvent event){

Hi, My log file is showing that this mod is showing GL Render errors whenever a GUI screen is opened on the client.

While it may not be a particularly bad error, i thought i would mention it.

[03:24:30] [Render thread/ERROR]: ########## GL ERROR ##########
[03:24:30] [Render thread/ERROR]: @ Render
[03:24:30] [Render thread/ERROR]: 65539: Invalid key 0
[03:24:31] [Render thread/INFO]: GUI: net.minecraft.client.gui.screen.ChatScreen
[03:24:31] [Render thread/INFO]: [de.erdbeerbaerlp.discordrpc.DRPCEventHandler:onMenuOpened:209]: net.minecraft.client.gui.screen.ChatScreen
commented

Okay so after looking at the code more, you're just outputting to system print - so not your mod causing the issue i think.

I'll close this.