Victorious3 / Integrated-Circuits

Integrated Circuits
Other
44 stars 18 forks source link

Disabling shaders on the fly causes an OpenGL lockout on my system #180

Open Mrrraou opened 8 years ago

Mrrraou commented 8 years ago

Minecraft is still running properly, but the GUI disappears and the render is frozen. Only occurs on multiplayer for me. Using the latest version on Curse, and Forge 10.13.4.1614. The only thing that shows on the client console is [Client thread/WARN] [integratedcircuits/]: Shaders not supported, disabling aura effect :(

It also happens sort of randomly, but seems to mainly be when some chunks are loaded by the client.

Victorious3 commented 8 years ago

It would be interesting to know what error it catched, blame me for not printing it to the console... https://github.com/Victorious3/Integrated-Circuits/blob/e677a3364ebe508b2eacd8227ba2327c8d026b03/src/main/java/moe/nightfall/vic/integratedcircuits/proxy/ClientProxy.java#L368 I think it only runs if graphics are set to fancy, could you test that? I dont really maintain this anymore so I dont want to change anything. Perhaps using the latest build from jenkins helps too? No idea