• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[Crash] Crashing Game Inconsistently - AI?

Status
Not open for further replies.
Level 18
Joined
Mar 16, 2008
Messages
721
I can't quite figure out why this is happening. Sometimes it never crashes, sometimes it takes 4 minutes to crash, sometimes takes 25 minutes to crash. It doesn’t seem to be AI build order for the timing but something related to AI attacking.

Perhaps someone who understands crash reports could point me in the right direction? Is it a trigger or the AI script? @Dr Super Good?

So each code below with a * next to it is an error but i'm not sure what these codes mean. Raw ability codes? AI commands? Every crash is generating the same error:
Code:
CHKIMG_EXTENSION: !chkimg -lo 50 -db !Warcraft_III
255 errors : !Warcraft_III (7ff6699767f3-7ff6699768f2)
7ff6699767f0  41  5d  17 *73 *0c *8d *46 *ff *85 *c0 *75 *0a *48 *8b *03 *48 A].s..F...u.H..H
7ff669976800 *8b *cb *ff *50 *18 *90 *49 *8b *c6 *48 *8b *9c *24 *00 *01 *00 ...P..I..H..$...
7ff669976810 *00 *48 *81 *c4 *b0 *00 *00 *00 *41 *5f *41 *5e *41 *5d *41 *5c .H......A_A^A]A\
7ff669976820 *5f *5e *5d *c3 *38 *09 *d9 *6c *f3 *91 *f1 *35 *80 *a9 *24 *81 _^].8..l...5..$.
7ff669976830 *48 *89 *5c *24 *08 *48 *89 *74 *24 *10 *48 *89 *7c *24 *18 *4c H.\$.H.t$.H.|$.L
7ff669976840 *89 *4c *24 *20 *55 *41 *54 *41 *55 *41 *56 *41 *57 *48 *8b *ec .L$ UATAUAVAWH..
7ff669976850 *48 *81 *ec *80 *00 *00 *00 *45 *8b *e0 *48 *8b *da *4c *8b *e9 H......E..H..L..
7ff669976860 *4d *85 *c9 *0f *84 *94 *02 *00 *00 *41 *83 *f8 *03 *0f *87 *8a M........A......
7ff669976870 *02 *00 *00 *8b *71 *10 *44 *8b *79 *14 *48 *8d *4d *b8 *89 *75 ....q.D.y.H.M..u
7ff669976880 *e0 *44 *89 *7d *e4 *8d *56 *ff *e8 *e3 *15 *80 *00 *48 *8b *d0 .D.}..V......H..
7ff669976890 *4c *8d *05 *3d *e0 *0c *02 *48 *8d *4d *cc *e8 *60 *ef *7f *00 L..=...H.M..`...
7ff6699768a0 *41 *8b *55 *14 *48 *8d *4d *b8 *ff *ca *e8 *c1 *15 *80 *00 *48 A.U.H.M........H
7ff6699768b0 *8b *d0 *4c *8d *05 *1b *e0 *0c *02 *48 *8d *4d *c8 *e8 *3e *ef ..L......H.M..>.
7ff6699768c0 *7f *00 *45 *33 *f6 *48 *8d *7b *04 *4c *89 *75 *d8 *48 *8b *d3 ..E3.H.{.L.u.H..
7ff6699768d0 *4c  89 *75 *b0 *48 *8d *4d *b8 *45 *85 *e4 *75 *37 *4c *8d *45 L.u.H.M.E..u7L.E
7ff6699768e0 *cc *e8 *0a *f0 *7f *00 *4c *8d *45 *c8 *48 *8b *d7 *48 *8d *4d ......L.E.H..H.M
7ff6699768f0 *b8 *8b *18  b9  eb  6e  23  19  79  15  a1  fa  a8  40  13  69 .....n#[email protected]

Edit: i think this was one due to 0 pathing. Not sure.
 
Last edited:
Status
Not open for further replies.
Top