I'm not able to reproduce the crash. But I do see units are not being teleport between command centers in your save. The valid check for processing teleport is failing. Hence teleport doesn't work. I loaded my other saves on the same game instance, the CC work fine. I see that the variable which passed into my teleport function are different between your save and my other save.
I suspect some mods are somehow interfering with it. I don't know which, since your save have a lot of them.
What you can try is this...
Load a new save with only K2 and Space Exploration. If it works, then you gradually enable more mods to see if they affect teleport.
Use command to add some Terran unit and command-center and electric-energy-interface. Place them on the new save to test the teleport.
/c game.player.insert{name="erm_terran/marine/mk3", count=20}
/c game.player.insert{name="erm_terran/command-center", count=2}
/c game.player.insert{name="electric-energy-interface", count=2}