Draconic Evolution

Draconic Evolution

77M Downloads

[1.16.5] JEI Crash

ravanaced opened this issue ยท 7 comments

commented

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.

commented

Need your crash report. You can find it in <minecraft directory>/crash-reports

commented

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.

commented

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

commented

@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.

commented

After I turned off the shaders from config files problem was solved thanks for the help.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.