Asek3 / Rubidium

Rubidium is an Unofficial Fork of CaffeineMC's "Sodium", made to work with Forge Mod Loader.
GNU Lesser General Public License v3.0
119 stars 57 forks source link

Issue Rendering at render.chunk.compile.pipeline.FluidRenderer.render(FluidRenderer.java:340) #644

Open KPaXz opened 12 months ago

KPaXz commented 12 months ago

issue rendering lava sources with this list of mods

crash-2023-10-08_21.04.55-client.txt

this picture shows the exact cords of the lava that caused the fluid rendering error and crash.

2023-10-08_21 02 30

KittyluvzCow commented 12 months ago

Having the same error. Here is all the mods we have in common. Dynamic Lights Reforged sophisticatedcore Rubium Xaero World Map Bookshelf sophisticatedbackpacks Twigs cloth_config Farners Delight Curios Oculus Collective ResourcefulLib OpenBlocks Elevator Architectury API Magnesium/Rubidium Extras Jei Clumps Comforts Nature's Compass Iron Chests Moonlight Lib Jade Create Xaeros_Minimap Polymorph storagedrawers Appleskin Create Craftes and Additions I will look through and try to find out of any of these are the problem child.

KittyluvzCow commented 12 months ago

I downgraded Rubidium to 0.6.5 and Oculus to 1.20.1. I also downgraded Rubidium Dynamic lights and Rubidium Extras. I believe that has fixed the issue

lMozGl commented 12 months ago

The crash is caused by the fact that the ForgeHooksClient.getFluidSprites(...) method can return the parameter from the array [2] as null, and in some cases mods with liquids can also return the parameter [1] as null if the block cannot be placed in the world and textures are not needed to spread it. Here you need to wait until the developer fixes this crash

A00826925 commented 11 months ago

bumping this one, same issue in the nether.

Marius-jj commented 11 months ago

Same problem here.

wandizer commented 11 months ago

Same problem here.

hexaF6-NinjaMC commented 11 months ago

same issue here.

Qwexta commented 11 months ago

same issue here.

ghost commented 11 months ago

Same issue here.

Amelia-Noire commented 11 months ago

I have the same error on my server , the server doesn't report any issue itself, so it seems it only affect client. Is there any temporary fix that I can suggest to the user of my server?

ghost commented 11 months ago

The thing I did for my world is disable Rubidium, and removed the Lava touching Leaves that was crashing my game. But on a server, either the Leaves already burned away from the Lava, or it's touching Glass in a structure/build.

Otherwise, the user should disable Rubidium for now until the issue's fixed.

Bob74 commented 11 months ago

Duplicate with https://github.com/Asek3/Rubidium/issues/642 (an unofficial fixed jar is provided in the thread)