[1.10.2] [Bug] Something to do with OpenGL
Dijkstra1-zz opened this issue ยท 1 comments
When crafting the second tier of tank, my client crashes crash report and will crash ever time i join the server I know enough about OpenGL to tell that bug has something to do with OpenGL but that is it. It us my understand that the LWJGL uses on thread for rendering, and differnt one for updating and some crafting the second tier tank is trying to render it on the update thread, which OpenGL has not been setup. At first I thought the @SlimeKnights might be to blame rendering items on the Tinkers Construct crafting table but after disable that feature in config my client still crashes when I join the server.
Disclaimer - Do not trust anything I say about OpenGL or the LWJGL as it most likely wrong.