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

XGlow kicking players and throwing errors (1.19.3) #27

Open
Chronoken opened this issue Feb 1, 2023 · 4 comments
Open

XGlow kicking players and throwing errors (1.19.3) #27

Chronoken opened this issue Feb 1, 2023 · 4 comments

Comments

@Chronoken
Copy link

Paper Version: git-Paper-386 (MC: 1.19.3)
Plugin Version: XGlow version 1.1.0
ProtocolLib Version : 5.0.0-SNAPSHOT-b612

Console error message: https://gist.github.com/Chronoken/fd5e1739671b5961eb14328575661b31

Steps to reproduce:

  • Launch a paper 1.19.3 server with latest version of XGlow and ProtocolLib.
  • Disguise any entity or other player
  • Watch everyone get kicked out of the server with that error message appearing in the console/logs.
@Chronoken
Copy link
Author

Just to let everyone know, tried reproducing it without the TAB plugin from NEZNAMY but the issue still exists :/

@Chronoken
Copy link
Author

The players are getting kicked with this message: Internal Exception: io.netty.handler.codec.EncoderException: java.lang.ClassCastException: class net.minecraft.network.syncher.DataWatcher$Item cannot be cast to class net.minecraft.network.syncher.DataWatcher$b (net.minecraft.network.syncher.DataWatcher$Item and net.minecraft.network.syncher.DataWatcher$b are in unnamed module of loader java.net.URLClassLoader @61e717c2)

@Xezard
Copy link
Owner

Xezard commented Feb 1, 2023

At the moment, the plugin does not support version 1.19.3. In 1.19.3, the server protocol was changed, so to add support, you need to add a new packet implementation for protocollib. I already got a bug report on 1.19.3 about 2-3 weeks ago on spigotmc.org.

I still can't find the time to add support for 1.19.3.

@Dymeth
Copy link
Contributor

Dymeth commented Feb 19, 2023

Fixed this bug for 1.19.3 in #30, but not sure if plugin works stable on older versions with this commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants