[bug] crash server 1.19 Fabric
MrJorman opened this issue ยท 14 comments
Are you able to reproduce this in singleplayer with just Carpet mod and Lootr (plus dependencies) installed?
To reproduce, try blowing up a Lootr chest with an explosion (TNT, creeper, ghast fireball, Wither on spawn, etc). If a vanilla chest would be destroyed by the explosion, so will the Lootr chest, causing the crash.
but the player wrote that he blew up the chest from lootr and the server crashed.
I checked with all the mods again - there is no crash, it decorates randomly or something..
My rules
LootrMinecraft/Lootr#130 check bro
@MrJorman You are using C2ME, which modifies a lot of Minecraft internals to be multithreaded in ways that mods don't expect. I am not sure if this is the reason for this specific crash but I really recommend you avoid it especially if you are using other mods.
You are using C2ME, which modifies a lot of Minecraft internals to be multithreaded in ways that mods don't expect. I am not sure if this is the reason for this specific crash but I really recommend you avoid it especially if you are using other mods.
C2ME do not make any server ticking code run in multithreaded. It is expected to be working with fabric-carpet and I personally don't have any issues with this combination.