coderbot

Results 80 comments of coderbot

Hm, do the bugs related to picking up a block happen without Create installed but Iris still installed? Or is this mostly just a Iris Create compatibility concern wrt block...

Is this related to https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/149?

Fair enough - though it looks like the root cause in that report isn't necessarily switching windows but rather related to keypresses. Might be a red herring though.

This seems potentially related to Create / Flywheel issuing some invalid draw calls near the end. This might just be memory corruption. I wonder if the crash happens in the...

I think that there is definitely something to be desired here in terms of documenting exactly what versions of Iris are compatible with what versions of Sodium, both externally and...

Stack trace remapped to Yarn: ``` java.lang.NullPointerException: Cannot invoke "net.minecraft.client.render.Shader.addSampler(String, Object)" because "$$2" is null at net.minecraft.client.gl.VertexBuffer.drawInternal(VertexBuffer.java:128) at net.minecraft.client.gl.VertexBuffer.draw(VertexBuffer.java:121) at net.minecraft.client.render.BufferRenderer.drawWithShaderInternal(BufferRenderer.java:33) at net.minecraft.client.render.BufferRenderer.drawWithShader(BufferRenderer.java:26) at net.minecraft.client.render.RenderLayer.draw(RenderLayer.java:751) at net.minecraft.VertexConsumerProvider$Immediateclass_4598.draw(VertexConsumerProvider.java:96) at net.minecraft.VertexConsumerProvider$Immediateclass_4598.method_24213(VertexConsumerProvider.java:75) at...

Does this still happen with up-to-date Mesa and mod versions?

Do you have more details on what situations lead to this problem? - Does it occur with only Iris and Sodium installed? - Does it occur when Depth of Field...

There is no crash in your log file. Check for an `hs_err_pid` in your .minecraft directory?

This is because looking at shadows results in a much higher rendering load, because the shadow map renderer is able to cull many more chunks when you are looking away...