Hello strange crash!!!!! (SAMP Crash not server) -
Scrillex - 31.08.2012
Code:
SA-MP 0.3e
Exception At Address: 0x004CE149
Registers:
EAX: 0x00000003 EBX: 0x042EF900 ECX: 0x8C7F46EC EDX: 0x0AA5638C
ESI: 0x0968CD50 EDI: 0x00B40BD4 EBP: 0x0028F48C ESP: 0x0028F440
EFLAGS: 0x00010202
Stack:
+0000: 0x0028F60C 0x0083BCAB 0xFFFFFFFF 0x004D3ABC
+0010: 0x00000003 0x00B40BD4 0x0968CD50 0x005E49A0
+0020: 0x0A986D30 0x134AE4F8 0x00000003 0x00000240
+0030: 0x0968CD50 0x03CA4927 0x0000438D 0x00000240
+0040: 0x042EF900 0x0968CD50 0x0968CD50 0x0028F4A8
+0050: 0x03CB1BB4 0x00000240 0x0028F620 0x0CC941D0
+0060: 0x23AEEA01 0x0968CD50 0x0028FA68 0x03C13901
+0070: 0x00000240 0x0CC941D0 0x03C1B5BF 0x00000001
+0080: 0x0CC5AFE8 0x01FFFFFF 0x000240FF 0xCC1B0300
+0090: 0xE50844F4 0xFE5D44A7 0x923D4175 0x00004386
+00A0: 0x00000000 0x00000000 0x00000000 0x00000000
+00B0: 0x00000000 0x0CC50000 0x00000180 0x00000180
+00C0: 0x00000178 0x0028F620 0x0028FA00 0x00000000
+00D0: 0x00000246 0x0CC5AFE8 0x00000000 0xFB0404C8
+00E0: 0x00000038 0x00000038 0x00000030 0x0028F648
+00F0: 0x0028F600 0x00000000 0x00000000 0x00000000
+0100: 0x00000000 0x00000000 0x00000000 0x00000000
+0110: 0x00000000 0x00000000 0x00000000 0x00000000
+0120: 0x00000000 0x00000000 0x00000000 0x00000000
+0130: 0x00000000 0x00000000 0x00000000 0x00000000
+0140: 0x00000000 0x00000000 0x00000000 0x00000000
+0150: 0x00000000 0x00000000 0x00000000 0x00000000
+0160: 0x00000000 0x00000000 0x00000000 0x00000000
+0170: 0x00000000 0x00000000 0x00000000 0x00000000
+0180: 0x00000000 0x00000000 0x00000000 0x00000000
+0190: 0x00000000 0x00000000 0x00000000 0x00000000
+01A0: 0x00000000 0x00000000 0x00000000 0x00000000
+01B0: 0x00000000 0x0028F644 0x0CC5AFE8 0x0028FA68
+01C0: 0x0028F620 0x0028FA68 0x23AEEA01 0x0028FAC4
+01D0: 0x03CD4E7B 0x00000000 0x03C46120 0x0028FA98
+01E0: 0x0240FF01 0x1B030000 0x0844F4CC 0x5D44A7E5
+01F0: 0x3D4175FE 0x00438692 0x00000000 0x00000000
+0200: 0x00000000 0x00000000 0x00000000 0x03000000
+0210: 0x0CC610B2 0x0CC610B0 0x00000000 0x00000000
+0220: 0x00000000 0x741FFC92 0x0028F67C 0x7427A171
+0230: 0x00000001 0x00000000 0x0028F694 0x742802D9
+0240: 0x0000001C 0x00000000 0x058DAE00 0x11CA5B40
+0250: 0x0028F708 0x0028F6B4 0x742B47AC 0x05952600
+0260: 0x80004005 0x08432A40 0x00000000 0x00000000
+0270: 0x01847018 0x0028F6D0 0x74288BF2 0x058FA000
SCM Op: 0x248, lDbg: 0
Game Version: US 1.0
State Information: Ped Context: 0
And its crash when I'm in skin selection.. I dont have no mods etc... It's just crash I dont know why.. Here is the list when it crash!
Code:
//Security
AddPlayerClass(71, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);//9
//Medics
AddPlayerClass(274, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);//10
AddPlayerClass(275, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);//11
AddPlayerClass(576, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);//12
//Army
AddPlayerClass(287, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);//13
Just intresting that before Army skin I just got a crash!
Re: Hello strange crash!!!!! (SAMP Crash not server) -
JaKe Elite - 31.08.2012
pawn Code:
AddPlayerClass(576, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);//12
Skin ID 576 is not valid skin.
That is the reason why you crash.
SA-MP cannot detect the skin so it might be the reason why you always crash
Re: Hello strange crash!!!!! (SAMP Crash not server) -
Scrillex - 31.08.2012
Ou thanks

I failed

Just a lot of skins etc

so sorry about that and thanks mate for your noticing