Famous crash offsets and their meaning: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(initial page format improvements)
Line 1: Line 1:
Example crash info:
Example crash info:
<syntaxhighlight lang="lua"> Version = 1.3.4-release-5879.0.000
<syntaxhighlight lang="xml">
Time = Wed Oct 16 14:11:47 2013
Version = 1.5.6-release-14664.0.000
Module = C:\gta\gta_sa.exe
Time = Mon Oct 8 12:20:00 2018
Code = 0xC0000005
Module = C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gta_sa.exe
  Offset = 0x00134134
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
</syntaxhighlight>
</syntaxhighlight>
(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.
<br/>
<br/>
==Module = gta_sa.exe or proxy_sa.exe==
==Module = gta_sa.exe or proxy_sa.exe==

Revision as of 01:39, 8 October 2018

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.