You're shooting the initialization thread with something.
Too large array initialization, a large number of placed units/items etc., a really large number of triggers being initialized etc. can be the reason why you're hitting the op-limit.
Or some custom script in one of the InitTrig functions that causes the thread to halt. |