mdmp file backtraced using windbg.exe
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(1424.514): Access violation - code c0000005 (first/second chance not available)
eax=00000000 ebx=02e1ebb0 ecx=00000000 edx=00000000 esi=02e1ebb0 edi=60012571
eip=772d0c82 esp=02e1dc78 ebp=02e1dc88 iopl=0 nv up ei pl zr na pe nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000246
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntdll.dll -
ntdll!NtGetContextThread+0x12:
772d0c82 83c404 add esp,4
0:000> .ecxr
eax=00000000 ebx=a1de7040 ecx=82e11600 edx=00000000 esi=a1de7040 edi=a1de7040
eip=0170bc75 esp=02e1f164 ebp=8f6e9d00 iopl=0 nv up ei ng nz na pe nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010286
*** ERROR: Symbol file could not be found. Defaulted to export symbols for arma3.exe -
arma3!simul::sky::BaseKeyframe::SetColour+0x113e5:
0170bc75 8b8018090000 mov eax,dword ptr [eax+918h] ds:002b:00000918=????????
NOTE: This crash appears to be occurring within "arma3!simul::sky"