Yamipia causing crashes on latest protocollib
LuluxClient opened this issue · 6 comments
My server crash this morning and after checking the logs it's related to Yamipia and Protocollib: error: https://pastebin.com/E1uhab7H
Crash report: https://pastebin.com/NvMZE2s4
Hello @LuluxClient,
Appears to be related to line 67:
Will investigate further. In the meantime, what ProtocolLib version + build number are you using?
Hello @LuluxClient,
I cannot reproduce this issue on Pufferfish 1.19.2 (build 36). The server you're using (Pufferfish+) requires a license that I don't have, so I cannot test it there.
Why did the crash occur? Did you perform any action in particular?
According to the documentation, Player#getLastTwoTargetBlocks()
shoudn't throw any exception (which is what's happening). I can surround this call with a try/catch block and call it a day, but I'd like to know if this is a Pufferfish issue or a PaperMC/SpigotMC issue.
Hi, @LuluxClient!
Any updates on this? Were you able to re-trigger the exception?