Famous crash offsets and their meaning: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 35: Line 35:
|<syntaxhighlight lang="lua">0x000D3FBC</syntaxhighlight>
|<syntaxhighlight lang="lua">0x000D3FBC</syntaxhighlight>
|Crash when aiming with sniper rifle. Issue #6200
|Crash when aiming with sniper rifle. Issue #6200
|-
|-
|<syntaxhighlight lang="lua">0x0086A358
0x0040D5DF
0x0040D5EA
Different each crash</syntaxhighlight>
|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.
|-
|-
|}
|}

Revision as of 13:16, 15 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
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.