Hi, according to the reports, the problem is the broken parent of the red containers on CargoShip. Most likely, this happens when Cargo is deleted, and judging by the coordinates of the containers, they move to zero coordinates and are not deleted along with Cargo. That's why the error message appears in the console.
The plugin that you sent on command finds all such objects and deletes them from the map. It turns out that as long as such objects are on the map, then you see this message in the console, as soon as they are not there, then there are no messages. That's why this plugin helps you.
Now the question is, how do you get this result? In which case of the end of the event does such a problem appear? How is Cargo deleted in order to get the corresponding problem?