That exception is related to your CR, Alcor75CombatRoutine. Basically, memory the routine was reading became invalid, and it never could recover.
It's basically an issue devs have to code around, because of how volatile memory in this game is. There's nothing to change in the API to help avoid...