Occultism

Occultism

19M Downloads

Storage system crashes player when opening on a server

bunbonz opened this issue ยท 2 comments

commented

Describe the bug
The storage system is crashing players at random times when they open the storage using the storage actuator keybind.

To Reproduce
Steps to reproduce the behavior:

  1. Click Storage Actuator keybind
  2. See error

Expected behavior
Usually it would open the storage system as usual, but every now and then it crashes me to the point where i have to wipe my player data in order to get back on the server.

Screenshots
image

System (please complete the following information):

Additional context
This only happens randomly, I haven't found a reliable way to recreate it other than using the storage system keybind over and over again.

commented

@bunbonz This looks like there are items in the storage with an NBT tag bigger than minecraft supports, because the storage system itself does not add any nbt, it only sends the nbt of the items in it.

Can you provide a log for the client and the server?
Maybe I can find out more. However, if it is the too much nbt thing then what we would need to do is identify the mod that provides the item in question.

When creating an item, modders can specify to only send a limited part of the NBT to the client, if this is properly implemented the crash can be prevented

commented

Closing as stale