ErdbeerbaerLP / DiscordRichPresence

This mod gives you an Discord RichPresence.
https://curseforge.com/projects/discordrpc
MIT License
7 stars 6 forks source link

[1.15.2] GL Render Errors caused by onMenuOpened #3

Closed AlienXAXS closed 4 years ago

AlienXAXS commented 4 years ago

https://github.com/ErdbeerbaerLP/DiscordRichPresence/blob/862eab494f3c12461f6e3e95b944ce4fe3144537/src/main/java/de/erdbeerbaerlp/discordrpc/DRPCEventHandler.java#L203

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
AlienXAXS commented 4 years ago

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.