Famous crash offsets and their meaning: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
m (dumb, dumb..)
Line 24: Line 24:
|-
|-
|<syntaxhighlight lang="lua">0x00134134</syntaxhighlight>
|<syntaxhighlight lang="lua">0x00134134</syntaxhighlight>
|Bad model, possibly in gta3.img. Use unmodded GTA install to check.
|Bad model. Use unmodded GTA install to check, or incase of server mods, ask server owner to identify and replace the corrupt mod.
|-
|-
|<syntaxhighlight lang="lua">0x00348CF4</syntaxhighlight>
|<syntaxhighlight lang="lua">0x00348CF4</syntaxhighlight>
Line 33: Line 33:
0x003F0BF7
0x003F0BF7
</syntaxhighlight>
</syntaxhighlight>
|Bad vehicle model (modded GTA, or server mods). Use unmodded GTA install to check, or incase of server mods, ask server owner to identify and replace the corrupt mod.
|Bad vehicle model. Use unmodded GTA install to check, or incase of server mods, ask server owner to identify and replace the corrupt mod.
|-
|-
|<syntaxhighlight lang="lua">
|<syntaxhighlight lang="lua">
Line 65: Line 65:
|-
|-
|<syntaxhighlight lang="lua">0x00349B7B</syntaxhighlight>
|<syntaxhighlight lang="lua">0x00349B7B</syntaxhighlight>
|Bad skin model. Use unmodded GTA install to check or incase of server mods, ask server owner to identify and replace the culprit skin.
|Bad skin model. Use unmodded GTA install to check or incase of server mods, ask server owner to identify and replace the corrupt skin mod.
Information for modellers: corruption in the anim hierarchy in ped's skin DFF or bones configuration
Information for modellers: corruption in the anim hierarchy in ped's skin DFF or bones configuration
|-
|-

Revision as of 04:38, 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. Use unmodded GTA install to check, or incase of server mods, ask server owner to identify and replace the corrupt mod.
0x00348CF4
Caused by s0beit d3d9.dll
0x003F0C37
0x003F0BF7
Bad vehicle model. Use unmodded GTA install to check, or incase of server mods, ask server owner to identify and replace the corrupt mod.
0x003C91CC
0x003C920C
Out of video memory.
0x003F5A3A
Out of video memory (probably).
0x004A1ED4
Out of system memory (RAM)
0x00137D6E
Out of system memory (RAM). This co-incides with loading collisions; the risk to get this crash is high when joining a mod-heavy server with a weak PC and small amount of memory.

To resolve this crash, mind the servers you're playing on (optimization) or get a faster PC

0x00171A10
Sometimes when joining a server, maybe related to bad server mods.
0x000C9F98
Possibly bad skin model or texture (clothes mods for multi-clump skins such as CJ).

Use unmodded GTA install to check or incase of server mods, ask server owner to identify and disable mods on such skins, or any resource manipulating clothes or ped accesoires.

0x00349B7B
Bad skin model. Use unmodded GTA install to check or incase of server mods, ask server owner to identify and replace the corrupt skin mod.

Information for modellers: corruption in the anim hierarchy in ped's skin DFF or bones configuration

0x000DFE92
0x000DFF90
Bad sound mods or faulty audio driver/device. Use unmodded GTA install to check, or update your audio drivers.

The problem is often known to be entirely missing or emptied/corrupted audio files (such as in \Rockstar Games\GTA San Andreas\audio > SFX or other subfolder), so you may alternatively be able to restore a targetted backup.

Do not use 'compressed' GTA re-packs for this reason of cut-out audio files.

0x000CFCD6
Bad or partially corrupt custom animation supplied by server (IFP). This crash may be 'fixed' (averted) by MTA in future, we're working on it!
0x000D3FBC
Crash when aiming with sniper rifle. Issue #6200
0x0086A358
0x0040D5DF
0x0040D5EA
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.