ProtocolLib

3M Downloads

Cannot retrieve entity from ID when upgrade from 4.6.0 to 4.8.0

jiongjionger opened this issue ยท 4 comments

commented

Describe the bug
Cannot retrieve entity from ID when upgrade ProtocolLib from 4.6.0 to 4.8.0.

Server version: 1.12.2 Paper

I also tried to upgrade the error reporting plugin to the latest version, which didn't help anything.

https://pastebin.com/RyecwVLR
https://pastebin.com/cGKZ0uC1
https://pastebin.com/tbeTpGG8

commented

I was having this error as well.

commented

I tried 4.7.0, and it's the same problem. 4.6.0 and 4.4.0 is work fine.

commented

@dmulloy2 me too

commented

This is caused by all listeners being in async by default.
https://www.spigotmc.org/threads/protocollib-get-entity-from-entityid-error.550321/

Newest version of protocol lib adds a listener option for forced-sync listeners.