[JASS] Game Crash

Status
Not open for further replies.
Level 5
Joined
Sep 19, 2006
Messages
152
My game has crashed twice in the last month. Using the reference code 0x6F0ED8A0, is it possible to find where my crashing bug is? This crash is so infrequent that it may be difficult to find the problem through trial-and-error.
 
If its specific to a map, you can try running it with War3err to see where the problem is. (It may not work, as war3err only kind-of works after the patch and has been known to cause crashes.) You can get it with the JASS NewGen editor: http://wc3campaigns.net/showthread.php?t=90999

The reference code will not help us debugging your problem. You'll have to post some code or the map. Disable triggers one by one until the crash stops happening, or if you have lots of triggers, disable half at a time. if the crash stops, you know it was in the half you disabled. If it doesn't, its in the other half and you can continue narrowing it down.
 
I haven't noticed any functionality decrease in war3err. However, I believe the newest release (unless he fixed it) has a bugged version which crashes 100% of the time. He released a fixed version very close to the end of the thread.
 
lets see
Corrupted models
calling for Player(16) etc
wrong ExecuteFuncs
and more
 
Last edited:
Status
Not open for further replies.
Back
Top