QuantumStorage

QuantumStorage

27M Downloads

Packet exception spam from tile entities far away

BlayTheNinth opened this issue ยท 3 comments

commented

On a server I'm at 564, 65, -567 and am receiving update packets from a Quantum Storage Unit at 1099, 67, 275 (note the large distance between), resulting in an NPE in handleUpdateTileEntity due to the tile entity being null on my client.

This is happening around ~13 times a second (possibly multiple quantum storage units over at that area), spamming the log file to huge sizes, and causing insane memory usage on the Vanilla launcher which is trying to display the log.

Server is running v3.2.1 at the moment, but from looking at the recent commits and changelogs it doesn't seem to be fixed in a later version yet.

commented

Will look into this after work

commented

There is a a small chance I fixed this last night, 95ac320#diff-4e15bd029b6ae22935bced7d3ad59717R66

But I can take a look into the issue more if you want @gigabit101

commented

It's an issue with reborncore tank syncing, I'm currently half way through writing a better syncing system for it.