You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a player clicks in the interface window (such as a container window), the Matrix plugin catches an exception and throws an IndexOutOfBoundsException
Expected Behavior
The server should process the click event correctly, and the player should interact with the container without issues.
Actual Behavior
Instead of processing the click event, the server throws an IndexOutOfBoundsException, causing the player to be disconnected with the error message "Internal Exception: io.netty.handler.codec.DecoderException"
Steps to Reproduce
Have a player open a container window on the server.
Attempt to interact with the container (e.g., click on an item).
The exception occurs and the player gets disconnected.
Additional Information
Include any other helpful information, such as server logs (like the one you provided), or configuration files that may help reproduce the issue.
Describe the bug
When a player clicks in the interface window (such as a container window), the Matrix plugin catches an exception and throws an
IndexOutOfBoundsException
Expected Behavior
The server should process the click event correctly, and the player should interact with the container without issues.
Actual Behavior
Instead of processing the click event, the server throws an
IndexOutOfBoundsException
, causing the player to be disconnected with the error message "Internal Exception:io.netty.handler.codec.DecoderException
"Steps to Reproduce
Error log
latest.log: https://paste.helpch.at/ukabolulaf.makefile
Plugin List
Matrix v7.10.3
EcoEnchants v12.18.7
PacketEvents 2.4.0 Bukkit
ProtocolLib b726
Additional Information
Include any other helpful information, such as server logs (like the one you provided), or configuration files that may help reproduce the issue.
Screenshot
#1
#2
The text was updated successfully, but these errors were encountered: