I got this bug once in my game, and one of players have noticed it well more than once:
What's happening:
If you build oil rig far enough from place you are mostly playing over time it can randomly become unresponsive.
After checking what's going on issue is always the same.
for some reason every part of composite entity except for "drill" is gone, and I don't know why.
My suspicion is some kind of bug in part of control code responsible for destroying oil rig.
I can provide save file with oil rig broken state, but it's rly hard to replicate how it's happenning. (Already tried at least few times)
I also made an issue on github
https://github.com/robot256/cargo_ships/issues/59