Sodium

Sodium

61M Downloads

Crash rendering Refined Storage Cable

Closed this issue ยท 2 comments

commented

Bug Description

Client crashing when attempting to render a refined storage cable. Here under the crash report

https://pastebin.com/a0Ln1n2S

Reproduction Steps

when you load the world it crashes, disable sodium mod and it's everything fine

Log File

latest.log

Crash Report

crash-2025-06-09_10.52.37-client.txt

commented

Users on my server are also experiencing this issue, but it only happens sometimes.

Here's another crash report: https://mclo.gs/mqx5cYN

commented

This is not a bug with Sodium. It seems that some change the Fabric APIs are making to the model bakery are not thread safe, and is resulting in memory corruption which then causes this crash.

Right now, Sodium 0.6 depends on the Forgified Fabric APIs to provide these Fabric APIs, so you should probably report this issue to them. We are planning to make it so that in Sodium 0.7 there is no dependency on the Fabric APIs when using the NeoForge mod loader.