Opened 3 years ago
#93 new defect
Delete corrupted entities from chunks
Reported by: | Mad Martian | Owned by: | Mad Martian |
---|---|---|---|
Priority: | major | Component: | Entity Sub-system |
Version: | 9.11.x-Orange | Keywords: | |
Cc: |
Description
Server is spamming the following error message:
[Server thread/WARN] [net.minecraft.world.chunk.Chunk]: Wrong location! EntityDirtPile['entity.lom.DirtPile.name'/3069871, l='world', x=0.00, y=0.00, z=0.00] (at 0, 0 instead of -696, 229)
The entity is always dirt pile and always reported at 0,0,0. Write code to manually delete these entities, but still log them. If the warnings eventually disappear from the logs then we have resolved the issue. Otherwise if the logs continue despite these troublesome entities being deleted, then deeper investigation is necessary.
Note:
See TracTickets
for help on using tickets.