OreCruncher / DynamicSurroundingsFabric

Dynamic Surroundings mod for Minecraft
MIT License
67 stars 27 forks source link

Crash on 1.20.1 0.3.2 #82

Closed Dalethium closed 9 months ago

Dalethium commented 9 months ago

crash-2024-02-09_12.33.56-client.txt

This error was not present on 0.3.1, If you need more info please let me know!

Dalethium commented 9 months ago

I stand corrected, this issue is the result of a change to my modpack and is still present on 0.3.1, mod1s.zip These are the changed mods that I updated/added between this working and not working. Let me know if you need more help!

Dalethium commented 9 months ago

Downgrading sodium, indium, and related mods fixed this. Seems to be a compat issue with the latest sodium.

OreCruncher commented 9 months ago

Would you happen to have the log?

Dalethium commented 9 months ago

Unfortunately not, it does not seem to be in my log folder, however, I noticed one other change I didn't mark down here : https://modrinth.com/mod/phantom-loader this library was removed from my pack while downgrading sodium.

OreCruncher commented 9 months ago

Interesting. I was looking at my code and it is possible to get a null ref if the client connection process does things out of sequence. I suspect this is what is happening.