
YIGD & Accessories crash
Closed this issue ยท 4 comments
https://mclo.gs/DsYiQRQ
Hey! So we've been running a server and there were a few crashes from YIGD and in the crash report saying something about an AccessoriesCompat.
From what I see is that whenever a player dies and has any accessories in their inventory, they'd crash though it doesnt seem to happen constantly. There were other instances where they weren't able to re-claim their grave too.
Current versions:
- Yigd: 2.4.16
- Accessories: 1.1.0-beta.42
- Trinkets Compat Layer for Accessories 3.10.0-beta.28
- Minecraft version: 1.21.1, fabric
- Modpack is: FantasyMC version 0.2.1 HF
Not entirely sure why this happens. The issue comes trying to write an empty item to nbt, which isn't possible. The thing here is that the item is checked if it is empty before writing to nbt, where this error comes from. What I'll end up doing is to just check if the game would crash here, and in that case ignore that specific item. Hopefully that will fix the issue. I'll let you know when a new version with this fix is available