Modular Routers

Modular Routers

49M Downloads

[Crash] IllegalStateException: Rendersystem called from wrong thread

pietro-lopes opened this issue ยท 2 comments

commented

https://gnomebot.dev/paste/mclogs/8SmjP1n

public static boolean isKeyDown(KeyMapping key) {
return !key.isUnbound()
&& InputConstants.isKeyDown(Minecraft.getInstance().getWindow().getWindow(), key.getKey().getValue())

Please check if this is called by render thread, as this function can be called while constructing the search trees that happens at net.minecraft.Util#backgroundExecutor()

commented

I think this was indirectly fixed by 18f32f5

Will close by now, and reopen if not fixed.

commented

Yes I believe that change should resolve the issue. But let me know if it's still a problem.