RobustToolbox icon indicating copy to clipboard operation
RobustToolbox copied to clipboard

PVS attempts to send deleted entities.

Open ElectroJr opened this issue 3 years ago • 0 comments

Either RecursivelyAddTreeNode() or RecursivelyAddOverride() sometimes starts sending deleted entities to clients (the check in AddToSendSet() is logging errors). I don't know enough about the acual PVS chunking/tree stuff to easily figure out how this is happening or how to fix it

This has happened on grafana for a disposal holder:

Attempted to add a deleted entity to PVS send set: disposal holder (94312, DisposalHolder)D
 Sawmill=PVS

And a basic lighter:

Attempted to add a deleted entity to PVS send set: basic lighter (21523, Lighter)
 Sawmill=PVS

Interestingly, the lighter logs didn't have the "D" postfix, which implies the entity was just stuck terminating, so that might also be some other problem that needs to be fixed.

ElectroJr avatar Sep 05 '22 19:09 ElectroJr