Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexOutOfBoundsException error from Matrix plugin when handling packets #399

Open
thisisaef opened this issue Sep 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@thisisaef
Copy link

thisisaef commented Sep 12, 2024

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

  1. Have a player open a container window on the server.
  2. Attempt to interact with the container (e.g., click on an item).
  3. The exception occurs and the player gets disconnected.

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
image
#2
image

@thisisaef thisisaef added the bug Something isn't working label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant