ProtocolLib icon indicating copy to clipboard operation
ProtocolLib copied to clipboard

Cannot retrieve entity from ID when upgrade from 4.6.0 to 4.8.0

Open jiongjionger opened this issue 2 years ago • 4 comments

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

jiongjionger avatar May 15 '22 10:05 jiongjionger

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

jiongjionger avatar May 15 '22 11:05 jiongjionger

I was having this error as well.

Aseeef avatar May 27 '22 15:05 Aseeef

@dmulloy2 me too

daboluo666 avatar Jun 07 '22 17:06 daboluo666

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.

SkyLicks avatar Sep 25 '22 03:09 SkyLicks