ProtocolLib

3M Downloads

Server crashing

srnyx opened this issue ยท 6 comments

commented

Describe the bug
The server keeps crashing over and over again

To Reproduce
Steps to reproduce the behavior:

  1. Use the latest ProtocolLib version

Expected behavior
No crashing

Version Info
v4.5.1, dump-2020-09-21_01.23.14.txt

Additional context
Doesn't crash right away, only after a few minutes of the server being online

commented

ProtocolLib v4.5.1 does not support 1.16.x.
Instead, use the latest build from dmulloy2's CI/CD server
https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/

commented

ProtocolLib v4.5.1 does not support 1.16.x.
Instead, use the latest build from dmulloy2's CI/CD server
https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/

Did that and now getting this error (and the server is still randomly crashing): https://pastebin.com/1pP6S839

commented

This issue still persists, please help!

java.lang.IllegalArgumentException: No suitable constructor could be found.

This error occurs when the use of packet is invalid.
image
The chat packet has changed since v1_16_R1, maybe this could be the reason.
If not, please present the code, or contact the plugin creator.
Thanks.

commented

This issue still persists, please help!

commented

This issue still persists, please help!

java.lang.IllegalArgumentException: No suitable constructor could be found.

This error occurs when the use of packet is invalid.
image
The chat packet has changed since v1_16_R1, maybe this could be the reason.
If not, please present the code, or contact the plugin creator.
Thanks.

So it's being caused by something with my chat plugin?

Most likely, yes, based on your dumped information,.but i'm not really sure.

commented

This issue still persists, please help!

java.lang.IllegalArgumentException: No suitable constructor could be found.

This error occurs when the use of packet is invalid.
image
The chat packet has changed since v1_16_R1, maybe this could be the reason.
If not, please present the code, or contact the plugin creator.
Thanks.

So it's being caused by something with my chat plugin?