-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shader crash in (Snowy) Hemlock Rainforests (1.19.3) #296
Comments
Hemlock forests in general are very difficult for some graphics hardware. So although you could probably characterize it as a shader bug, it's really more of a hardware resource issue. Many folks have problems with that biome without shaders. You might find the Cull Leaves mod helps. |
Ah I see, thanks for the info. So maybe my 3GB of VRAM aren't enough or my card just too bad at doing what it needs to do? |
I am not an expert in the graphics stuff, but as I understand it, Hemlock is particularly bad because the texture has complex transparency (lots of small areas you can see through it) and the biome generates such that you can see through many layers of hemlock leaves. This adds up to a very complicated occlusion calculation which can be quite taxing, and the reason Cull Leaves helps is it reduces the amount of layers of occlusion caused by looking through the Hemlock canopy from many to about one. |
Fixed the crashes on my current hardware by installing the Cull Leaves mod you recommended and disabling "Fix Sodium Block Face Culling on Leaves" (Doesn't seem to be useful when using the default resource pack) |
example seed: -473343465897378388
Log (Fabric): https://mclo.gs/h5mDjcl
Log (Quilt): https://mclo.gs/0TlGiHS
When entering or being near a Snowy Hemlock Forest or Rainforest with Shaders enabled the game crashes pretty much right away, Sodium/Iris related?
If I set Shaders to disabled it doesn't crash.
The text was updated successfully, but these errors were encountered: