• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Trigger] Crashing Trigger

Status
Not open for further replies.
Level 6
Joined
Jul 21, 2012
Messages
163
I make a map that contain many trigger. Yesterday, I play it and its okay. And on the next day, it become crash when I playing:goblin_jawdrop::goblin_jawdrop:.

The crash is suddenly happen, it's just going minimize and closing, without any report. I don't change any thing. This is very strange. Only 1 day without any change can cause crash like that.:vw_wtf:

That make me crazy. I make it from 4 months ago. On this holiday I make it every day. Please help me!!!:goblin_wtf:
 
Level 26
Joined
Aug 18, 2009
Messages
4,099
I just mentioned the damage event-damage action combination because it is a common mistake. It can be anything similar like

Code:
events
    unit gains order
actions
    unit issue order

or

Code:
events
    unit picks up item
actions
    drop item

events
    unit drops item
actions
    give item

Well, if it is not obvious to you from triggers, watch out for what is going on before the crash happens ingame, upload the map for us to review or surround the problem by deactivating triggers (depends on how difficult/time-consuming it is to reconstruct the crash).
 
Status
Not open for further replies.
Top