-
Notifications
You must be signed in to change notification settings - Fork 1
Home
AdamRaichu edited this page Jun 15, 2023
·
3 revisions
OpenGL debug message: id=1280, source=API, type=ERROR, severity=HIGH, message='Error has been generated. GL error GL_INVALID_ENUM in (null): (ID: 173538523) Generic error'
If you have ever opened the debug log of Minecraft while using the Overwolf fps overlay, you have probably been annoyed by the thousands of times this message appears per run. I was, and so I took a look at where the error was coming from. I found the class net.minecraft.client.gl.GlDebug
by searching for the string "OpenGL debug message" and then wrote a mixin to cancel logging the message if the id
parameter was 1280
.