Sodium Reloaded (Unofficial)

Sodium Reloaded (Unofficial)

0 Downloads

Network Protocol Error

Wikinger8 opened this issue ยท 3 comments

commented

Bug Description

Expected: Join the world
Mod that causes the problem: EMI

2024-07-06.21-13-14_Trim_Trim_Trim.mp4

image

Reproduction Steps

  1. Install Quilt Loader
  2. 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)
  3. Start Minecraft and try to join a server. (Sometimes it works for a few tries, so reconnect until you get the error message).
  4. 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

crash-2024-07-06_21.52.26-client.txt

commented

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.

commented

image
emilyploszaj/emi#620

The problem only occurs when Sodium is activated and they said to report it here.

commented

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.