Crash Sodium in server
RedneTwo opened this issue · 7 comments
Version
Replace this text with the exact version of the mod you are using. Every part of the version is important! If you
do not know what version you are using, look at the file name in your "mods" folder.Example: sodium-fabric-mc1.16.3-0.1.0.jar
Fabric 1.16.5
Mods
Example:
- Join Server with mods and sodium client
- Place Scaffolding up
- crash for server and user
Crash Report File
Closing in favour of #670 as a more informative report.
To clarify, is this when sodium is installed on the server or when you are trying to join a server?
You’ve removed massive parts of the log, so nothing can really be deduced from them
It is very unlikely to be related in any form with Sodium.
You are getting some errors because you appear to not be using the same mods on the server and client (missing item types etc). I'd start by looking into these messages about missing items to discover what it is that you are missing. The most problematic error message is about Lnet
being received as a net
.
One of these missing mods causes a network handshake to fail (RSA error). I suppose we are looking at the client log, but if the server has the same error, that would crash the server. This is a bug in said mod, you should report it to them, but should go away if you have the mod on both sides.
Appears to be another issue with out-of-bounds WorldSlice accesses, which will be fixed by #581