Your mistake is that your are moving the Base sprite with 8-direction behavior. Or changing its position on every tick, which is essentially the same.
You should only move physics objects with physics actions (set velocity, apply force, impulse etc.). Never use other movement behaviors or change position/angle of physics objects directly, especially when there are joints.