Network Protocol Error
Wikinger8 opened this issue ยท 3 comments
Bug Description
Expected: Join the world
Mod that causes the problem: EMI
2024-07-06.21-13-14_Trim_Trim_Trim.mp4
Reproduction Steps
- Install Quilt Loader
- Install Sodium, JEI, EMI and Fabric Api (Tested and there is no difference between the Quilted Fabric Api and the normal Fabric Api regarding the bug)
- Start Minecraft and try to join a server. (Sometimes it works for a few tries, so reconnect until you get the error message).
- After you get the error once, you can join multiplayer or single player worlds and you will get the error every time you try to join.
Log File
latest.log
disconnect-2024-07-06_21.33.51-client.txt
Crash Report
What makes you think that Sodium is involved in this?
It looks like its a bad interaction between malformed datapack recipes and EMI, probably this should be reported to EMI/JEI rather than here.
The problem only occurs when Sodium is activated and they said to report it here.
I don't see any reason this is related to Sodium. The error is pretty clear, two different threads (belonging to different mods) are modifying the same data structure in code unrelated to rendering, causing corruption & a crash. Maybe it's possible that Sodium loading the world faster is exposing a race condition in other mods, but that's not anything we can fix.