HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

gay bug

11-07-2007, 06:53 PM#1
MaD[Lion]
i have a map, suddently it bug up. every new trigger i create wont work. Means the InitTrig_ functions wont run (ive tested). But instead i can create triggers in the other InitTrig_ funcs from before tat works.
Even if i use simple gui, nothing happens... anyone know why?
11-07-2007, 07:28 PM#2
cohadar
Read lesson 2.
11-07-2007, 07:42 PM#3
PitzerMike
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.
11-07-2007, 09:57 PM#4
The Kingpin
[Offtopic] cohadar, why is it that whenever you reply to MaD[Lion], you're always saying something about your ABC? [/offtopic]

Yeah, check to see if any array sizes are too large (I think it's 8191).
11-07-2007, 10:59 PM#5
MaD[Lion]
i fixed it, was pitzermike's halt reason
11-07-2007, 11:42 PM#6
cohadar
Yeah I was wrong here, assumed he got something screwed up with InitTrig_ scopes ....