07.12.2011, 13:33
(
Last edited by ATomas; 11/12/2011 at 08:03 AM.
)
Hello,
when you create some of the objects that were added in 0.3d, the object will fail and writes to me in this chat:
"Warning (opcode 0x107): Exception 0xC0000005 at 0x59F8B4"
How do I fix it?
EDIT:
I use Windows Vista, start as an administrator.
I have clean GTA.
chatlog
crash info
This is my object list in RockstarGames/GTA San Andreas/SAMP
http://www.2i.cz/29450d27f4
This is where the editor can not find the object
http://www.2i.cz/0b672f05d6
when you create some of the objects that were added in 0.3d, the object will fail and writes to me in this chat:
"Warning (opcode 0x107): Exception 0xC0000005 at 0x59F8B4"
How do I fix it?
EDIT:
I use Windows Vista, start as an administrator.
I have clean GTA.
Code:
new Taxi1,Taxi2; dcmd_tax(playerid,params[]) { SendClientMessage(playerid,0xFFFFFFFF,"1"); if(IsValidObject(Taxi1)) DestroyObject(Taxi1); if(IsValidObject(Taxi2)) DestroyObject(Taxi2); SendClientMessage(playerid,0xFFFFFFFF,"2"); Taxi1 = CreateObject(19309,0,0,0,0,0,0); Taxi2 = CreateObject(19309,0,0,0,0,0,0); SendClientMessage(playerid,0xFFFFFFFF,"3"); new pos = chrfind(' ',params)+1; new pos2 = chrfind(' ',params,pos)+1; SendClientMessage(playerid,0xFFFFFFFF,"4"); new Float:x = floatstr(params); new Float:y = floatstr(params[pos]); new Float:z = floatstr(params[pos2]); SendClientMessage(playerid,0xFFFFFFFF,"5"); AttachObjectToVehicle(Taxi1,GetPlayerVehicleID(playerid),x,y,z,0,0,0); AttachObjectToVehicle(Taxi2,GetPlayerVehicleID(playerid),x,y,z,0,0,90); SendClientMessage(playerid,0xFFFFFFFF,"6"); return 1; }
Code:
[09:32:25] 1 [09:32:25] 2 [09:32:25] Warning(opcode 0x107): Exception 0xC0000005 at 0x59F8B4 [09:32:25] Warning(opcode 0x107): Exception 0xC0000005 at 0x59F8B4 [09:32:25] 3 [09:32:25] 4 [09:32:25] 5 [09:32:25] Warning(opcode 0x107): Exception 0xC0000005 at 0x59F8B4 [09:32:25] Warning(opcode 0x107): Exception 0xC0000005 at 0x59F8B4 [09:32:25] 6 [09:32:25] Warning(opcode 0x681): Exception 0xC0000005 at 0x54D58E [09:32:25] Warning(opcode 0x681): Exception 0xC0000005 at 0x54D58E [09:32:25] Warning(opcode 0x681): Exception 0xC0000005 at 0x54D58E [09:32:25] Warning(opcode 0x681): Exception 0xC0000005 at 0x54D58E [09:32:25] Warning(opcode 0x681): Exception 0xC0000005 at 0x54D58E [09:32:25] Warning(opcode 0x681): Exception 0xC0000005 at 0x54D58E [09:32:25] Warning(opcode 0x681): Exception 0xC0000005 at 0x54D58E [09:32:25] Warning(s003): Exception 0xC0000005 at 0x54D58E
Code:
SA-MP 0.3d-R2 Exception At Address: 0x0054D58E Registers: EAX: 0x0D3B4D38 EBX: 0x00000000 ECX: 0x0D3B4D38 EDX: 0x0022FADC ESI: 0x00000000 EDI: 0x000000FC EBP: 0x0D3B4D38 ESP: 0x0022FAC0 EFLAGS: 0x00210202 Stack: +0000: 0x000000FC 0x00000000 0x00000000 0x00000000 +0010: 0x00000681 0x004954DB 0x0D3B4D38 0x00000000 +0020: 0x00000000 0x00000000 0x00000000 0x00000000 +0030: 0x00000000 0x00000000 0x00000681 0x0022FC40 +0040: 0x00000000 0x00000000 0x00000000 0x00000000 +0050: 0x00000000 0x046A9B00 0x00000000 0x00000000 +0060: 0x00000000 0x00000000 0x00000000 0x00000685 +0070: 0x0022FC74 0x00000000 0x0022FB3C 0x00000000 +0080: 0x3B800000 0x00000000 0x454E99AA 0xC4B76666 +0090: 0x41D011DC 0x0053426F 0x0022FB60 0x0D7099E8 +00A0: 0x00000000 0xC4B76666 0x41D011DC 0x005449C0 +00B0: 0x454E99AA 0xC4B76666 0x41D011DC 0x00533522 +00C0: 0x0022FB98 0x0D816AF0 0x0022FB8C 0x00000000 +00D0: 0x3B800000 0x00000000 0x454E99AA 0xC4B76666 +00E0: 0x41D011DC 0x0053426F 0x0022FBB0 0x0D7099E8 +00F0: 0x5B9D95A9 0x00200200 0x4795CE35 0x0022FC7C +0100: 0x00009959 0x0022FC7C 0x0022FC40 0x0022FBE0 +0110: 0x00000000 0x0022FC80 0x00000000 0x0000002A +0120: 0x0022FC30 0x00838B93 0xFFFFFFFF 0x00469EF7 +0130: 0x00000681 0x0022FC7C 0x03F9D55E 0x04155ED9 +0140: 0x0000035A 0x0F5FC078 0x0F5FC078 0xE9D80DAB +0150: 0x0022FC74 0x0022FC28 0x00000000 0x00000000 +0160: 0x03FCA9FA 0x00000000 0x0022FC00 0x0022F6E4 +0170: 0x0022FD84 0x03FA5C54 0x03FCAF98 0x00000000 +0180: 0x3C449BA6 0x03F96EEC 0x03FCA9F0 0x00000000 +0190: 0x00002101 0x00000000 0x00000000 0x00000000 +01A0: 0x00000000 0x00000000 0x00000000 0x00000000 +01B0: 0x00000000 0x00000000 0x00000000 0x00000000 +01C0: 0x00000000 0x0F5F9ED8 0x03F973A8 0x0F5F9ED8 +01D0: 0x0000035A 0x0F5CF694 0x3C449BA6 0x0014DCB5 +01E0: 0x00000000 0x00000000 0xBA83126F 0x41EF348E +01F0: 0x42B3FF26 0x426C25A4 0x4333FFE2 0x3E3022B0 +0200: 0x454E999A 0xC4B76666 0x41D0119D 0x37D20000 +0210: 0x3F5DEC92 0xBEFF3B17 0x00000000 0x3F800000 +0220: 0xB7D20000 0x36E00000 0x0C70F9D8 0xB6E00000 +0230: 0xBEFF3B17 0xBF5DEC90 0x00000141 0x454E999A +0240: 0xC4B76666 0x41D011DC 0xAF108D24 0x37D20000 +0250: 0x3F5E21BE 0xBEFE81D0 0x0022FD94 0x3F800000 +0260: 0xB7D20000 0x36DF8000 0x00000000 0xB6DF8000 +0270: 0xBEFE81D0 0xBF5E21BE 0x461B4D80 0x454E999A SCM Op: 0x681, lDbg: 1 Game Version: US 1.0 State Information: Ped Context: 0
http://www.2i.cz/29450d27f4
This is where the editor can not find the object
http://www.2i.cz/0b672f05d6