ProtocolLib

3M Downloads

FieldAccessException on ClientboundUpdateRecipesPacket with ProtocolLib + CustomCrafting in 1.21.4

Closed this issue · 1 comments

commented
  • This issue is not solved in a development build

Describe the bug
Every time someone logs on the server this error spams console. I have done a check and this plugin appears to only act out when ProtocolLib is on the server.

To Reproduce
Steps to reproduce the behaviour:

  1. Install both plugins + their dependencies
  2. restart the server
  3. check console when someone is getting on the server.

Expected behavior
No error spam in console
here is also the link to the error spam thing it does contain like 70/80 thousand characters.
https://gist.github.com/Stanexir/b2e30766a0a454b6db2bddaae109af5e

Screenshots
Screenshots not needed due to the error just being a spammy log

Version Info
Provide your ProtocolLib install info with /protocol dump through pastebin. (I used githubgist instead cuz pastebin kept spamming me with shady links)

https://gist.github.com/Stanexir/872b524d91d208875e9c1e49cf1edec2

Additional context
I'm 95% sure this is something to do with protocol lib rather than the second plugin mostly due to the fact that it does not act out when protocol lib is not on the server.

commented

a field access exception occurs when a plugin is trying to access a packet field that doesn’t exist. report it to CustomCrafting