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

Errors on player join (Folia 1.20.2) #470

Open
roggy666 opened this issue Nov 29, 2023 · 2 comments
Open

Errors on player join (Folia 1.20.2) #470

roggy666 opened this issue Nov 29, 2023 · 2 comments
Labels
needs verification This issue has not yet been reproduced question Further information is requested

Comments

@roggy666
Copy link

IMG_20231129_114643
[10:49:39] [Region Scheduler Thread #2/INFO]: [floodgate] Floodgate player logged in as Vano5769 joined (UUID: 00000000-0000-0000-0009-01f697e3bc4b)
[10:49:39] [Netty Epoll Server IO #1/WARN]: [ProtocolLib] Failed to process inbound packet event: PacketEvent[player=CraftPlayer{name=Vano5769}, packet=PacketContainer[type=null[class=ServerboundClientInformationPacket, id=0], structureModifier=StructureModifier[fieldType=class java.lang.Object, data=[com.comphenix.protocol.reflect.accessors.DefaultFieldAccessor@371c0c13]]]]
java.lang.NullPointerException: null
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:903) ~[guava-32.1.2-jre.jar:?]
at com.google.common.cache.LocalCache.put(LocalCache.java:4242) ~[guava-32.1.2-jre.jar:?]
at com.comphenix.protocol.concurrency.ConcurrentPlayerMap.cachePlayerKey(ConcurrentPlayerMap.java:195) ~[ProtocolLib.jar:?]
at com.comphenix.protocol.concurrency.ConcurrentPlayerMap.putIfAbsent(ConcurrentPlayerMap.java:206) ~[ProtocolLib.jar:?]
at com.comphenix.protocol.concurrency.ConcurrentPlayerMap.putIfAbsent(ConcurrentPlayerMap.java:27) ~[ProtocolLib.jar:?]
at com.comphenix.protocol.async.PlayerSendingHandler.getSendingQueue(PlayerSendingHandler.java:148) ~[ProtocolLib.jar:?]
at com.comphenix.protocol.async.PlayerSendingHandler.getSendingQueue(PlayerSendingHandler.java:131)

@roggy666
Copy link
Author

(This problem is only when a bedrock player connects, the lib protocol gets null from the floodgate as I understand it

@Tim203
Copy link
Member

Tim203 commented Feb 14, 2024

Do you have an issue link somewhere (e.g. from ProtocolLib)?

@Tim203 Tim203 added the question Further information is requested label Feb 14, 2024
@Tim203 Tim203 added the needs verification This issue has not yet been reproduced label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs verification This issue has not yet been reproduced question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants