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
[+] This issue is not solved in a development build
Describe the bug
Showing Internal Exception: java.lang.NullPointerException: type cannot be null' while login in if plugin is listening to PacketType.Configuration.Client.FINISH_CONFIGURATION;
And server log: [02:19:18 INFO]: com.mojang.authlib.GameProfile@6aa2c128[id=xxxxx-58bf81149365,name=xxx,properties={textures=[Property[name=textures, value=xxxx]]}] lost connection: Internal Exception: java.lang.NullPointerException: type cannot be null
It seems that the problem is when player send FINISH_CONFIGURATION packet, the protocol changed to PLAY (injector.getCurrentProtocol()), but the packet type definintion is CONFIGURATION, can not create the right PacketContainer
Describe the bug
Showing Internal Exception: java.lang.NullPointerException: type cannot be null' while login in if plugin is listening to
PacketType.Configuration.Client.FINISH_CONFIGURATION
;And server log:
[02:19:18 INFO]: com.mojang.authlib.GameProfile@6aa2c128[id=xxxxx-58bf81149365,name=xxx,properties={textures=[Property[name=textures, value=xxxx]]}] lost connection: Internal Exception: java.lang.NullPointerException: type cannot be null
ProtocolLib version
5.2.0-SNAPSHOT
Server Version
Purpur 1.20.2
To Reproduce
Steps to reproduce the behavior:
The exception caused before the
onPacketReceiving
was calledThe text was updated successfully, but these errors were encountered: