Advanced Filter Upgrade crashes the client-server connection
ribbanya opened this issue ยท 1 comments
Issue Description:
The Advanced Filter Upgrade terminates the connection between the client and the server when the user attempts to open the customization menu for the backpack, seemingly unconditionally, throwing several NullPointerExceptions.
What happens:
The following is a log of everything that happens on the server's end when the user shift-right clicks the backpack in their inventory. The actual username has been replaced with "."
http://hastebin.com/iwizalomec.txt
The connection does not terminate when the backpack is in hand and the inventory is closed; instead the error is ignored and the "this item does nothing" animation is played.
The client does not experience any errors.
The following is a screenshot of the backpack's NBT data, which remains unchanged throughout the occurrence.
What you expected to happen:
Normal customization of the backpack.
Steps to reproduce (important):
- Create a diamond backpack.
- Craft the Advanced Filter Upgrade.
- Equip the upgrade to the backpack via the crafting interface.
- Attempt to hold shift and right click with the backpack highlighted in the inventory.
Affected Versions (Do not use "latest"):
- IronBackpacks: 2.2.7
- Minecraft: 1.10.2
- Forge: 12.18.2.2114
The client and server are running WyldLife 1.2.1, with no relevant alterations.