Famous crash offsets and their meaning: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 31: Line 31:
|<syntaxhighlight lang="lua">0x00171A10</syntaxhighlight>
|<syntaxhighlight lang="lua">0x00171A10</syntaxhighlight>
|Sometimes when joining a server, maybe related to bad server mods.
|Sometimes when joining a server, maybe related to bad server mods.
|-
|-
|<syntaxhighlight lang="lua">0x000D3FBC</syntaxhighlight>
|Crash when aiming with sniper rifle. Issue #6200
|-
|-
|}
|}

Revision as of 15:29, 14 June 2014

Example crash info:

 Version = 1.3.4-release-5879.0.000
 Time = Wed Oct 16 14:11:47 2013
 Module = C:\gta\gta_sa.exe
 Code = 0xC0000005
 Offset = 0x00134134


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