-
Bug
-
Resolution: Invalid
-
None
-
1.16.3
-
None
-
My Java version is jre1.8.0_261, the latest version on the Oracle website as of 2 hours ago. I've attached the stack trace and some screenshots of relevant config.
-
Unconfirmed
-
(Unassigned)
I just installed MC 1.16.3 via MultiMC on a new W10 laptop. It has an MX230 embedded graphics card. When I entered a realm, there was a random crash while I was looking around on the overworld while nobody else was online. The only settings I changed from the default were smooth lighting to minimum, FOV to 90, render distance to 12 chunks and graphics to fancy.
The stack trace captured by MultiMC references an invalid returned state from OpenGL's glCheckFramebufferStatus function. I assume this is a graphics driver issue where 0 is unexpectedly returned when trying to capture the framebuffer to render to, as the Khronos Group docs reference a 0 return if errored. Given the crash is sporadic and rare, it could be a race condition, however I cannot tell for sure as I've only used Vulkan professionally, not OpenGL, which is fairly different.