• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Crash] Crash when someone pass an age [Age of Empire-like map]

Status
Not open for further replies.
It occurs more often when :
- There's many players
- There's many ages passed.

It's quite random, it happen sometime in early game with 4-5 players and sometime a heavy full house works very well. So that's not in every game. But there's factors that increase the chances of crash. :vw_wtf:

I don't know where exactly it is, but I've a roughly idea where and why
-Many buildings upgrades with the "chaos" ability when the player pass an age. I've the habit to build many things in early so sometime i crash the game
-Many triggers to detect if someone researched the previous age unit, and unlock the next one if the player picked some specific paths.
- Age III, IV, VI, VII and often more VIII are the source of crashes at this day.
- Leaks ?
- 3 players works very well, 6 crashes

My trigger knowledge is too limited to find by myself. So i'm seeking your help for that :ogre_love:

There's the map for anyone interested to help me : Age of Humanity Prototype 0.1.4.2c - Warcraft 3 Maps - Epic War.com
 
Last edited:
Level 12
Joined
Dec 11, 2014
Messages
662
  • For each (Integer A) from 1 to 1, do (Actions)
    • Loop - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Researched tech-type) Equal to Slinger
        • Then - Actions
          • Player - Set the max research level of Skirmisher to 1 for (Owner of (Researching unit))
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Researched tech-type) Equal to Phalanx
        • Then - Actions
          • Player - Set the max research level of Pikeman to 1 for (Owner of (Researching unit))
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Researched tech-type) Equal to Axeman
        • Then - Actions
          • Player - Set the max research level of Shortsword to 1 for (Owner of (Researching unit))
        • Else - Actions
I might be wrong but the loops aren't even needed here? Can you explain how this works?
 

Dr Super Good

Spell Reviewer
Level 63
Joined
Jan 18, 2005
Messages
27,188
I recommend testing all units and all unit abilities. It is possible a specific unit, possibly one that is rarely used, is casing the crash.

Might want to disable all the chaos morphs (so old units remain old unit type instead of ugprading) to rule out that being a cause of the crash. I know chaos is inherently quite buggy and can easily cause crashes in certain situations.
 

Dr Super Good

Spell Reviewer
Level 63
Joined
Jan 18, 2005
Messages
27,188
There's 250+ chaos abilities. It'll be a pain to test them all. And if they cause crashes, well the map will be paused because there's no way to have correct games then.
Use triggered morph instead of chaos. Unlike chaos which is really buggy morphs generally are not. A common bug with Chaos is that any sort of property or attribute modification is reapplied. For example if the unit is under the effect of life modification, eg from a triggered property modification system, then the current life modification will be applied twice after a chaos morph so +100 life from the triggered system becomes +200 life. I am unsure if this bug effects upgrades.

The morph trick is to use either crow form or bear form or one of the morph abilities and set the base unit to the new unit and the alternative form to the unit it is coming from, or something like that at least. When the ability is added the unit should change to the new base form type and the morph ability can be removed. Or at least that is what I have been lead to believe.
 
So i've to replace all buildings upgrade modifications (somebody crash when someone pass an age -> Instant upgrade of most of buildings may cause that). It'll be long but necessarily.
For example, for houses, there's stone, copper, bronze, iron, fantasy I, Gunpowder, Fantasy II good, fantasy II bad, Oil, Fantasy IV Bad version of it. Almost same for buildings.. I'll try it in a couple of days.
 
Warcraft 3 no longer provide crash reports in the folder. They aren't created so i can't possibly find where is it from. But i've remnants of old crash quite similar to what happens now.

==============================================================================
Warcraft III (build 52240)

Exe: c:\program files (x86)\warcraft\war3.exe
Time: Dec 3, 2016 5:51:14.905 PM
User: test
Computer: TEST-PC
------------------------------------------------------------------------------

This application has encountered a critical error:

FATAL ERROR!

Program: c:\program files (x86)\warcraft\war3.exe
Exception: 0xC0000005 (ACCESS_VIOLATION) at 0023:5C027A97

The instruction at '0x5C027A97' referenced memory at '0x1154FFF8'.
The memory could not be 'read'.


War3Build: 1.27.0.52240
Played Maps\Download\Age of Humanity 0.1.3.8.4~1.w3x
Player 0 [1] ghostofpast[FR] Race Human StartLoc 2
Player 1 [2] Jaskier Race Human StartLoc 0
Player 2 [3] FrostKnight Race Human StartLoc 8
Player 3 [4] Kicus Race Human StartLoc 6
Player 4 [5] Brody_Peffley Race Human StartLoc 3
Player 5 [6] Elayne Race Human StartLoc 4
Player 6 [7] Joueur 7 Race Human StartLoc 6
Player 7 [8] CNM Race Human StartLoc 5
Player 8 [9] KingThorE Race Human StartLoc 10
Player 9 [10] Player2 Race Human StartLoc 7
Player 10 [11] potatoeman Race Human StartLoc 11
Player 11 [12] zarb Race Human StartLoc 9
------------------------------------------------------------------------------

----------------------------------------
x86 Registers
----------------------------------------

EAX=1154FFF4 EBX=00000002 ECX=002800A8 EDX=00000000 ESI=000001E1
EDI=1154FFF4 EBP=0038F3F0 ESP=0038F3E0 EIP=5C027A97 FLG=00210246
CS =0023 DS =002B ES =002B SS =002B FS =0053 GS =002B


----------------------------------------
Stack Trace (Manual)
----------------------------------------

Address Frame Logical addr Module

5C027A97 0038F3F0 0001:00726A97 c:\program files (x86)\warcraft\Game.dll
5C027CCB 0038F40C 0001:00726CCB c:\program files (x86)\warcraft\Game.dll
5C04143E 0038F450 0001:0074043E c:\program files (x86)\warcraft\Game.dll
5C041323 0038F4C8 0001:00740323 c:\program files (x86)\warcraft\Game.dll
5C0414EE 0038F4E8 0001:007404EE c:\program files (x86)\warcraft\Game.dll
5C014D80 0038F4F8 0001:00713D80 c:\program files (x86)\warcraft\Game.dll
5C070692 0038F514 0001:0076F692 c:\program files (x86)\warcraft\Game.dll
5BC68897 0038F648 0001:00367897 c:\program files (x86)\warcraft\Game.dll
5B999449 0038F6BC 0001:00098449 c:\program files (x86)\warcraft\Game.dll
5B99947D 0038F728 0001:0009847D c:\program files (x86)\warcraft\Game.dll
5B99BF2C 0038F738 0001:0009AF2C c:\program files (x86)\warcraft\Game.dll
5BA7587B 0038F800 0001:0017487B c:\program files (x86)\warcraft\Game.dll
5B95B00C 0038F840 0001:0005A00C c:\program files (x86)\warcraft\Game.dll
5B95FD0A 0038F8B8 0001:0005ED0A c:\program files (x86)\warcraft\Game.dll
5B95E721 0038F9D0 0001:0005D721 c:\program files (x86)\warcraft\Game.dll
000F23CC 0038FA7C 0001:000013CC c:\program files (x86)\warcraft\war3.exe
000F46DA 0038FAC8 0001:000036DA c:\program files (x86)\warcraft\war3.exe
7661338A 0038FAD4 0001:0000338A C:\Windows\syswow64\kernel32.dll
77A49F72 0038FB14 0001:00029F72 C:\Windows\SysWOW64\ntdll.dll
77A49F45 0038FB2C 0001:00029F45 C:\Windows\SysWOW64\ntdll.dll

----------------------------------------
Stack Trace (Using DBGHELP.DLL)
----------------------------------------

5C027A97 Game.dll GameMain+7332551 (0x1154FFF4,0x00000007,0xAA000000,0x39EAC3B0)


----------------------------------------
Loaded Modules
----------------------------------------

0x000F0000 - 0x0017A000 c:\program files (x86)\warcraft\war3.exe
0x21100000 - 0x2115F000 c:\program files (x86)\warcraft\mss32.dll
0x22600000 - 0x22616000 c:\program files (x86)\warcraft\redist\miles\Mssfast.m3d
0x22700000 - 0x22717000 c:\program files (x86)\warcraft\redist\miles\Mssdolby.m3d
0x22C00000 - 0x22C18000 c:\program files (x86)\warcraft\redist\miles\Msseax2.m3d
0x24600000 - 0x24611000 c:\program files (x86)\warcraft\redist\miles\Reverb3.flt
0x26F00000 - 0x26F2A000 c:\program files (x86)\warcraft\redist\miles\Mp3dec.asi
0x54420000 - 0x54507000 C:\Windows\system32\DDRAW.dll
0x5B900000 - 0x5C5D8000 c:\program files (x86)\warcraft\Game.dll
0x5C5E0000 - 0x5C641000 c:\program files (x86)\warcraft\Storm.dll
0x5CA40000 - 0x5CB08000 C:\Windows\system32\OPENGL32.dll
0x5CFB0000 - 0x5D022000 C:\Windows\system32\DSOUND.DLL
0x60000000 - 0x6005D000 c:\program files (x86)\warcraft\ijl15.dll
0x602B0000 - 0x602D2000 C:\Windows\system32\GLU32.dll
0x60320000 - 0x60326000 C:\Windows\system32\DCIMAN32.dll
0x609F0000 - 0x60A26000 C:\Windows\system32\AUDIOSES.DLL
0x61940000 - 0x626EE000 C:\Windows\system32\nvd3dum.dll
0x626F0000 - 0x627E5000 C:\Windows\System32\PROPSYS.dll
0x63630000 - 0x637F3000 C:\Windows\system32\d3d9.dll
0x65680000 - 0x6576E000 C:\Windows\system32\MSVCR120.dll
0x658F0000 - 0x65A41000 C:\Windows\system32\nvspcap.dll
0x66D50000 - 0x66DC1000 C:\Windows\system32\MSVCP120.dll
0x66E40000 - 0x66F04000 C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI.dll
0x6B090000 - 0x6B3F2000 C:\Windows\system32\nvapi.dll
0x6B4C0000 - 0x6B4F9000 C:\Windows\System32\MMDevApi.dll
0x6B560000 - 0x6B5E4000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\COMCTL32.dll
0x708A0000 - 0x7098B000 C:\Windows\system32\dbghelp.dll
0x70D70000 - 0x70D75000 C:\Windows\System32\wshtcpip.dll
0x70D80000 - 0x70DA1000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll
0x71000000 - 0x71007000 C:\Windows\system32\avrt.dll
0x71100000 - 0x71127000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x71130000 - 0x71138000 C:\Windows\System32\winrnr.dll
0x71140000 - 0x71152000 C:\Windows\system32\pnrpnsp.dll
0x71160000 - 0x71170000 C:\Windows\system32\napinsp.dll
0x71170000 - 0x71180000 C:\Windows\system32\NLAapi.dll
0x71980000 - 0x719A5000 C:\Windows\system32\powrprof.dll
0x71B00000 - 0x71B3C000 C:\Windows\system32\mswsock.dll
0x722A0000 - 0x722A6000 C:\Windows\system32\d3d8thk.dll
0x72A10000 - 0x72A4B000 C:\Windows\system32\rsaenh.dll
0x72A50000 - 0x72A66000 C:\Windows\system32\CRYPTSP.dll
0x72C40000 - 0x72C47000 C:\Windows\system32\WINNSI.DLL
0x72C50000 - 0x72C6C000 C:\Windows\system32\Iphlpapi.DLL
0x72C90000 - 0x72CD4000 C:\Windows\system32\DNSAPI.dll
0x72CE0000 - 0x72D2F000 C:\Windows\system32\webio.dll
0x72D30000 - 0x72D88000 C:\Windows\system32\WINHTTP.dll
0x73350000 - 0x73357000 C:\Windows\system32\WSOCK32.dll
0x74250000 - 0x74263000 C:\Windows\system32\dwmapi.dll
0x74290000 - 0x742C2000 C:\Windows\system32\WINMM.dll
0x75060000 - 0x75098000 C:\Windows\System32\fwpuclnt.dll
0x750A0000 - 0x750A6000 C:\Windows\system32\rasadhlp.dll
0x75240000 - 0x75261000 C:\Windows\system32\ntmarta.dll
0x752D0000 - 0x752D9000 C:\Windows\system32\VERSION.dll
0x753A0000 - 0x753AC000 C:\Windows\syswow64\CRYPTBASE.dll
0x753B0000 - 0x75410000 C:\Windows\syswow64\SspiCli.dll
0x75410000 - 0x75530000 C:\Windows\syswow64\CRYPT32.dll
0x75530000 - 0x75557000 C:\Windows\syswow64\CFGMGR32.dll
0x75560000 - 0x75566000 C:\Windows\syswow64\NSI.dll
0x75570000 - 0x75574000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
0x75580000 - 0x75584000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
0x75590000 - 0x755D5000 C:\Windows\syswow64\WLDAP32.dll
0x755E0000 - 0x755F9000 C:\Windows\SysWOW64\sechost.dll
0x75600000 - 0x7567B000 C:\Windows\syswow64\COMDLG32.dll
0x75680000 - 0x756E0000 C:\Windows\syswow64\IMM32.dll
0x756E0000 - 0x756F2000 C:\Windows\syswow64\DEVOBJ.dll
0x75700000 - 0x757A0000 C:\Windows\syswow64\ADVAPI32.dll
0x757A0000 - 0x763EA000 C:\Windows\syswow64\SHELL32.dll
0x763F0000 - 0x763F3000 C:\Windows\syswow64\normaliz.DLL
0x76550000 - 0x76555000 C:\Windows\syswow64\PSAPI.DLL
0x76560000 - 0x765FD000 C:\Windows\syswow64\USP10.dll
0x76600000 - 0x76710000 C:\Windows\syswow64\kernel32.dll
0x76710000 - 0x7671A000 C:\Windows\syswow64\LPK.dll
0x76780000 - 0x7691D000 C:\Windows\syswow64\SETUPAPI.dll
0x76920000 - 0x76B52000 C:\Windows\syswow64\iertutil.dll
0x76B60000 - 0x76BEF000 C:\Windows\syswow64\OLEAUT32.dll
0x76BF0000 - 0x76DC5000 C:\Windows\syswow64\WININET.dll
0x76DD0000 - 0x76E17000 C:\Windows\syswow64\KERNELBASE.dll
0x76E20000 - 0x76E55000 C:\Windows\syswow64\WS2_32.dll
0x76EF0000 - 0x7704C000 C:\Windows\syswow64\ole32.dll
0x77050000 - 0x77054000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x770C0000 - 0x77117000 C:\Windows\syswow64\SHLWAPI.dll
0x77120000 - 0x771CC000 C:\Windows\syswow64\msvcrt.dll
0x771D0000 - 0x772D0000 C:\Windows\syswow64\USER32.dll
0x772D0000 - 0x7739C000 C:\Windows\syswow64\MSCTF.dll
0x773A0000 - 0x773B7000 C:\Windows\syswow64\USERENV.dll
0x773C0000 - 0x774B0000 C:\Windows\syswow64\RPCRT4.dll
0x774B0000 - 0x774B3000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x774C0000 - 0x774C5000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x774D0000 - 0x774DC000 C:\Windows\syswow64\MSASN1.dll
0x774F0000 - 0x77580000 C:\Windows\syswow64\GDI32.dll
0x77580000 - 0x77603000 C:\Windows\syswow64\CLBCatQ.DLL
0x779E0000 - 0x779EB000 C:\Windows\syswow64\profapi.dll
0x77A10000 - 0x77B90000 C:\Windows\SysWOW64\ntdll.dll


----------------------------------------
Memory Dump
----------------------------------------

Code: 16 bytes starting at (EIP = 5C027A97)

5C027A97: 8B 47 04 25 FF FF 03 00 F7 F6 50 52 E8 28 FF FF .G.%......PR.(..


Stack: 1024 bytes starting at (ESP = 0038F3E0)

* = addr ** *
0038F3E0: F4 FF 54 11 07 00 00 00 A8 00 28 00 F4 FF 54 11 ..T.......(...T.
0038F3F0: 0C F4 38 00 CB 7C 02 5C F4 FF 54 11 07 00 00 00 ..8..|.\..T.....
0038F400: 00 00 00 AA B0 C3 EA 39 A8 00 28 00 50 F4 38 00 .......9..(.P.8.
0038F410: 3E 14 04 5C F4 FF 54 11 3C F4 38 00 A8 00 28 00 >..\..T.<.8...(.
0038F420: B0 C3 EA 39 4B 01 00 00 4A 01 00 00 09 00 00 00 ...9K...J.......
0038F430: A8 7A 02 5C E0 01 00 00 00 00 00 00 00 00 00 00 .z.\............
0038F440: 01 00 00 00 00 00 00 AA 18 00 00 00 A8 00 28 00 ..............(.
0038F450: C8 F4 38 00 23 13 04 5C B0 C3 EA 39 A8 56 0A 00 ..8.#..\...9.V..
0038F460: B0 C3 EA 39 62 00 00 00 00 00 18 46 00 00 FB 46 ...9b......F...F
0038F470: 4A 01 00 00 00 00 C0 45 01 00 00 00 00 00 00 00 J......E........
0038F480: 00 00 25 47 0A D7 A3 BF 03 00 00 00 E1 01 00 00 ..%G............
0038F490: 03 00 00 00 A8 05 99 11 E0 01 00 00 DF 01 00 00 ................
0038F4A0: 4B 01 00 00 09 00 00 00 CD CC CC 3F E2 01 00 00 K..........?....
0038F4B0: 00 00 2E 42 6C 00 00 00 B8 1E D5 BE 0A D7 A3 3F ...Bl..........?
0038F4C0: 8E C2 75 BF A8 00 28 00 E8 F4 38 00 EE 14 04 5C ..u...(...8....\
0038F4D0: 00 00 2E 42 B8 F5 38 00 AC F5 38 00 A8 00 28 00 ...B..8...8...(.
0038F4E0: 40 C3 EA 39 A8 00 28 00 F8 F4 38 00 80 4D 01 5C @..9..(...8..M.\
0038F4F0: E0 08 28 00 01 00 00 00 14 F5 38 00 92 06 07 5C ..(.......8....\
0038F500: B8 F5 38 00 AC F5 38 00 CD CC 4C 3D 80 00 52 09 ..8...8...L=..R.
0038F510: 88 00 FD 1B 48 F6 38 00 97 88 C6 5B CD CC 4C 3D ....H.8....[..L=
0038F520: A4 33 37 F5 88 00 FD 1B CC 9D 4B 5C D2 2E E9 3F .37.......K\...?
0038F530: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0038F540: 0F 46 4F 40 00 00 00 00 00 00 00 00 00 00 00 00 .FO@............
0038F550: 00 00 00 00 78 39 85 3F 00 00 80 3F 00 00 00 00 ....x9.?...?....
0038F560: 00 00 00 00 E6 14 4C C3 00 00 00 00 00 00 80 3F ......L........?
0038F570: 44 A4 1B B3 00 00 00 00 2E 08 01 33 75 3B 54 3F D..........3u;T?
0038F580: C9 27 0F 3F E5 11 AE 32 CA 27 0F 3F 73 3B 54 BF .'.?...2.'.?s;T.
0038F590: 3A A0 8F 46 0F 24 18 46 62 1C 1E 46 7E 32 59 C6 :..F.$.Fb..F~2Y.
0038F5A0: 3A A0 8F C6 A0 8B 56 C6 C0 01 38 45 3A A0 8F C6 :.....V...8E:...
0038F5B0: D0 F6 37 C6 81 FC 29 42 3A A0 8F C6 A0 8B 56 C6 ..7...)B:.....V.
0038F5C0: C0 01 38 45 80 00 52 09 00 00 80 3F 80 00 52 09 ..8E..R....?..R.
0038F5D0: 13 83 40 3D C0 C1 D6 43 1D 0E 90 C6 7E 12 56 C6 ..@=...C....~.V.
0038F5E0: 29 BF 31 45 1D 0E 90 C6 B5 45 55 C6 B0 E7 33 45 ).1E.....EU...3E
0038F5F0: 8B 32 8F C6 B5 45 55 C6 B0 E7 33 45 8B 32 8F C6 .2...EU...3E.2..
0038F600: 7E 12 56 C6 29 BF 31 45 A0 11 A5 C6 80 DB 3E C6 ~.V.).1E......>.
0038F610: 20 06 01 C5 A0 11 A5 C6 40 DC 16 C6 00 DD A8 C3 .......@.......
0038F620: 40 5E 74 C6 40 DC 16 C6 00 DD A8 C3 40 5E 74 C6 @^t.@.......@^t.
0038F630: 80 DB 3E C6 20 06 01 C5 A4 33 37 F5 F4 F7 38 00 ..>. ....37...8.
0038F640: A8 B7 1D 5C 00 00 00 00 BC F6 38 00 49 94 99 5B ...\......8.I..[
0038F650: 13 83 40 3D 71 3C 53 BA E4 9D 4B 5C 74 2E 44 08 ..@=q<S...K\t.D.
0038F660: 88 00 FB 1B CC 9D 4B 5C 00 00 00 00 00 00 00 00 ......K\........
0038F670: 9A 99 19 3F CD CC 4C 3F 00 00 00 00 00 00 00 00 ...?..L?........
0038F680: 9A 99 19 3F CD CC 4C 3F 00 00 00 00 01 00 00 00 ...?..L?........
0038F690: 00 00 80 3F 00 00 00 00 00 00 00 00 01 00 00 00 ...?............
0038F6A0: 00 00 00 00 00 00 00 00 B8 1E 05 3E 00 00 00 00 ...........>....
0038F6B0: E2 7A 14 3F CD CC 4C 3F 50 33 37 F5 28 F7 38 00 .z.?..L?P37.(.8.
0038F6C0: 7D 94 99 5B CC 9D 4B 5C B0 01 0F 04 98 00 A7 07 }..[..K\........
0038F6D0: 80 00 A7 07 00 00 00 00 00 00 00 00 00 00 00 00 ................
0038F6E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0038F6F0: 00 00 00 00 00 00 00 00 01 00 00 00 00 00 80 3F ...............?
0038F700: 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 ................
0038F710: 00 00 00 00 00 00 00 00 00 00 00 00 9A 99 19 3F ...............?
0038F720: CD CC 4C 3F C4 32 37 F5 38 F7 38 00 2C BF 99 5B ..L?.27.8.8.,..[
0038F730: CC 9D 4B 5C 00 00 00 00 00 F8 38 00 7B 58 A7 5B ..K\......8.{X.[
0038F740: 98 00 A7 07 13 83 40 3D EC 3D 37 F5 B4 01 0F 04 ......@=.=7.....
0038F750: 28 01 12 04 00 00 80 3F 00 00 00 00 00 00 00 00 (......?........
0038F760: 00 00 00 00 00 00 80 3F 00 00 00 00 00 00 00 00 .......?........
0038F770: 00 00 00 00 00 00 80 3F 00 00 00 00 00 00 00 00 .......?........
0038F780: 00 00 00 00 00 00 20 40 00 00 00 00 00 00 00 00 ...... @........
0038F790: 00 00 00 00 00 00 00 00 55 55 55 40 00 00 00 00 ........UUU@....
0038F7A0: 00 00 00 00 00 00 00 00 00 00 00 00 6F 12 83 3B ............o..;
0038F7B0: 00 00 00 00 00 00 80 BF 00 00 80 BF 00 00 80 BF ................
0038F7C0: 00 00 80 3F 00 00 80 3F 00 00 80 3F 00 00 00 00 ...?...?...?....
0038F7D0: 00 00 80 3F 00 00 00 00 00 00 00 00 D2 94 9E 03 ...?............


------------------------------------------------------------------------------

This is the most recent one before i no longer receive them. I still don't know where the crash is from with that file. A hand should be welcomed ! ^^

PS : The 1.27b patch seem to stop sending new crash reports files into the error folder.
 
Last edited:

Dr Super Good

Spell Reviewer
Level 63
Joined
Jan 18, 2005
Messages
27,188
Sadly it is not very useful.

What if you were to try a slimmed down version to try and pinpoint the crash? Eg in a copy of the map remove all the late game tech stuff leaving only early game and see if it remains stable. This could narrow the cause of a crash down.
 
Status
Not open for further replies.
Top