Famous crash offsets and their meaning

From Multi Theft Auto: Wiki
Revision as of 01:39, 8 October 2018 by Dutchman101 (talk | contribs) (initial page format improvements)
Jump to navigation Jump to search

Example crash info:

Version = 1.5.6-release-14664.0.000
Time = Mon Oct  8 12:20:00 2018
Module = C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gta_sa.exe
Code = 0xC0000005
Offset = 0x003C91CC

EAX=0F77A3C8  EBX=0F77A3B8  ECX=0177FAA0  EDX=00139700  ESI=00000000
EDI=00000001  EBP=0177FC50  ESP=0177FA80  EIP=007C91CC  FLG=00210202
CS=0023   DS=002B  SS=002B  ES=002B   FS=0053  GS=002B

(Note: always use the "Offset" value from the crash dialog to identify your crash and match it up with those listed on this wiki page)

Most MTA crashes are caused by something that the user is able to resolve because it depends on their system or game mods. This page seeks to be helpful for the aforementioned reason; you'll know where to look for when you get a certain type of crash.

Module = gta_sa.exe or proxy_sa.exe

Offset Meaning
0x00134134
Bad model, possibly in gta3.img. Use unmodded GTA install to check.
0x00348CF4
Caused by s0beit d3d9.dll
0x003F0BF7
Bad model, possibly in gta3.img. Use unmodded GTA install to check.
0x003F0C37
Bad model, possibly in gta3.img. Use unmodded GTA install to check.
0x003C91CC
Out of video memory.
0x00171A10
Sometimes when joining a server, maybe related to bad server mods.
0x000D3FBC
Crash when aiming with sniper rifle. Issue #6200
0x0086A358
0x0040D5DF
0x0040D5EA
Different each crash
Crash when trailer interior is streamed in (0.645, -2.229, 999.428 Int: 2)

Then applying a collision fix to it and it crashes.
Crash was fixed by reducing the amount of faces in the collision fix.