you had a bug in your mod that caused the game to constantly crash, the error is on line 119, it gives Error while running event robotarmy::on_entry_died (ID 4), I changed the line to
if unit_group and unit_group.valid then
unit_group.set_command(squad.unitGroup.start_moving())
end
It helped me, I won't mind updating the mod