Are you sharing an asset manager between the players? The spine player disposes of textures when it is removed from the DOM. If the other spine player uses the same textures, they'll be disposed, and the nothing shows up.
It would help if you could share a minimal reproduction sample with code, so we can see what's going on.