i opened a bound on staredit to see some of the triggers cause im a noob and im learning how they work.. and i scrolled down through the triggers and it crashed...
As far as I can tell this is simply random badluck.
And why the

is this in Map Showcase rather than assistance?
-_-
ยป Moved to Assitance
I have ways of making StarEdit's trigger editor crash. I won't get into that though.

Its something to do with certain triggers used, which cannot be reproduced by the Trigger Editor in StarEdit therefore it crashes, thats what i found.
If you write triggers incorrectly in StarForge 2, it can crash the normal editors. You can also really confuse people. if you don't put in the (); in the condition, the trigger will just say ALWAYS in the list. Uselss, but fun to confuse people. They may have also made up a trigger with the action They're my triggers jerk or something, but SF doesn't like incorrect triggers unless you really do weird stuff....anyways.
I think they did it with SF so the triggers souldn't be copied. try opening it in SF 2.
Only other option is you have SC v3 or lower, and no patch and tried to use that old editor. Then things like Wait or give units or w/e will be invalid.
starforge 2?? i dont have that u got a link?
It was either a trigger that could not be displayed or someone screwed up the trigger in Starforge. They could've done something else in the trigger. I can make it crash when someone tries to change the upgrades so making the triggers crash is possible as well. Open it with Starforge or an old version of staredit. It isn't very possible, but it could be a very old form of protection that is imported into the triggers. There is something like that which is imported into the sounds menu.
StarForge 2.1 is in the downloads database. It's a starcraft editor.
also in starforge, if you set the actions to more then 64, which i've done before with compression, it might make it crash
When I forget the ();s, break the syntax, or go over the action limit, StarForge won't even let me save the trigger.
Ya that's what it supposed to do and how can you get more that 64 actions per trigger??? Realy cool if there wasa way
To get more actions for a trigger, cut off the at the wait trigger, then do the following:
Conditions:
(Whatever conditions for first trigger)
Actions:
(Actions)
Wait (What is was -12 milli)
Set score for current player set to 1 custom
Conditions:
Custom score is 1
Actions:
(Rest of your trigger +64 actions)
.
If no wait trigger, cut of the last trigger and use the Set Score trigger then do the same thing ^_^.