Basically I encountered this problem accidentally when I created a func_door_rotating with sounds and when I compiled a map...door was invisible and had no sounds, but it still had functions. anybody know how to fix it?
This problem was solved in the Discord server. The cause was the entity was outside the maximum map bounds (±4096 units from origin) so the entity's position as sent over the network was thrown out of whack.