Stack overflow error with latest spigot 1.13.2 jar
dniym opened this issue ยท 0 comments
Follow this template except for feature requests. Use pastebin when providing /protocol dump and any relevant errors.
Make sure you've done the following:
- [X ] You're using the latest build for your server version
- [X ] This isn't an issue caused by another plugin
- [X ] You've checked for duplicate issues
- [X ] You didn't use
/reload
Debug paste link:
https://hatebin.com/hkwihpjsqu <-- stack trace
https://hatebin.com/ksvmzqrtkq <-- Code to reproduce error
Description and relevant errors:
Whenever I attempt to interact with a specific packet I get a stack overflow error. This just recently started happening with a newer spigot version.
06.04 23:35:50 [Server] INFO This server is running CraftBukkit version git-Spigot-f09662d-f40143e (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT) 06.04 23:35:50 [Server] INFO Checking version, please wait... 06.04 23:35:50 [Server] INFO You are running the latest version
Anyways from the log you'll see debug1, and debug2, there should be a debug3 when that specific packet is sent triggering a debug3 which never appears. Normal chat components seem to get picked up by the listener just fine however; when the /branding command is typed into chat I get a stack overflow error when the listener picks up the server's response.