Famous crash offsets and their meaning: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "Example crash info: <syntaxhighlight lang="lua"> 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 </syntaxhighlight> <br/> =...")
 
mNo edit summary
Line 14: Line 14:
|-
|-
|<syntaxhighlight lang="lua">0x00134134</syntaxhighlight>
|<syntaxhighlight lang="lua">0x00134134</syntaxhighlight>
|Bad model, possibly in gta3.img. Use unmodded gta install to check.
|Bad model, possibly in gta3.img. Use unmodded GTA install to check.
|-
|-
|<syntaxhighlight lang="lua">0x00348CF4</syntaxhighlight>
|<syntaxhighlight lang="lua">0x00348CF4</syntaxhighlight>
Line 20: Line 20:
|-
|-
|<syntaxhighlight lang="lua">0x003F0BF7</syntaxhighlight>
|<syntaxhighlight lang="lua">0x003F0BF7</syntaxhighlight>
|Bad model, possibly in gta3.img. Use unmodded gta install to check.
|Bad model, possibly in gta3.img. Use unmodded GTA install to check.
|-
|-
|<syntaxhighlight lang="lua">0x003F0C37</syntaxhighlight>
|<syntaxhighlight lang="lua">0x003F0C37</syntaxhighlight>
|Bad model, possibly in gta3.img. Use unmodded gta install to check.
|Bad model, possibly in gta3.img. Use unmodded GTA install to check.
|-
|-
|<syntaxhighlight lang="lua">0x003C91CC</syntaxhighlight>
|<syntaxhighlight lang="lua">0x003C91CC</syntaxhighlight>
|Out of video memory.
|Out of video memory.
|-
|-
|<syntaxhighlight lang="lua">0x00171A10</syntaxhighlight>
|Crash experienced when joining server, maybe related to server mods.
|-
|}
|}

Revision as of 19:30, 18 May 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
Crash experienced when joining server, maybe related to server mods.