GL ERROR Log spam while radial menu is open
Revvilo opened this issue ยท 7 comments
Pretty simple; the console is spammed with the below message (every frame, from what I can tell) while R is being held to open the toolbelt menu.
[21:21:41] [Client thread/ERROR]: ########## GL ERROR ##########
[21:21:41] [Client thread/ERROR]: @ Render
[21:21:41] [Client thread/ERROR]: 65539: Invalid key -1
Versions
Name | Version |
---|---|
Minecraft | 1.14.4 |
Forge | 28.0.55 |
ToolBelt | 1.11.0 |
did you solve this? I seem to have gotten a similar report here https://github.com/RobertSkalko/Mine-and-Slash/issues/95 for my mod.
I just found the issue:
new KeyBinding("key.toolbelt.cycle.left", -1, "key.toolbelt.category"));
This line is causing the error. Setting the keybinding to -1 seems to cause the GL error.
v1.14.1 for 1.15.2 should fix this log spam.
Turns out GLFW in certain platforms doesn't like me calling InputMappings.isKeyDown for an unassigned keybind.
I'll take a look, but I don't recall it happening in my development environment. Just in case, what OS/GPU/Driver version?