[1.16.5] JEI Crash
ravanaced opened this issue ยท 7 comments
versions:
1.16.5 game
3.0.15.415 mod
36.2.0 forge
Game crashes when I try to scroll the page on JEI when using the "@DraconicEvolution" text on the search bar.
Need your crash report. You can find it in <minecraft directory>/crash-reports
You are using internal graphics. Without using a dedicated GPU, the shaders that Brandon is compiling will not run since they are too new for your CPU to handle.
Use a dedicated GPU or turn off shaders in the DE config.
The crash report state that the error code is HW_UNSUPPORTED
, so that's what I initially assumed. However, after digging around a bit, I found that this is actually due to the drivers for the Vega 8. It seems as if the drivers corrupt the shader if an array is initialized with an unlimited size and is subsequently accessed immediately.
This may actually be a bug after all, but only in specific circumstances. I'll link the place I found this at here: http://gitlab.guantoumao.com/developer/USD/commit/b18c2defdaa8272fd6a1b87a3a43e1876a0543a6
@FoxMcloud5655 It's not that simple. Extremely old IGPU's or even very old dedicated GPU's may have issues. @covers1624 would probably know a lot more than me as far as how old your hardware would have to be in order to have issues.
In this case, a Ryzen 5 with Vega 8 graphics should be more than capable of handling my shaders.
@ravanaced First make sure your graphics drivers are up to date. If that does not help please re-post your crash report without optifine installed.
After I turned off the shaders from config files problem was solved thanks for the help.