Objects adden id 0.3d
#1

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.
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;
}
chatlog
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
crash info
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
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
Reply
#2

What operating system are you using? Have you tried running GTA as an administrator?
Reply
#3

Do you have any type of mods installed into the gta3.img ? If so, this is usually caused by some mods such as vehicle skin mods. This happens with me when I have vehicle skin mods and then it gets to the point when your Grand Theft Auto crashes. Try reinstalling Grand Theft Auto or San Andreas Multiplayer.
Reply
#4

Same issue..

clean gta + sa-mp install, no mods at all + sa-mp 0.3d R2 installed as admin (windows 7 x64)
-> coming near a place with new 0.3d objects = opcode error and sometimes even a crash
Reply
#5

http://forum.sa-mp.com/showpost.php?...51&postcount=3
Reply
#6

Delete SA-MP folder has no efect
http://www.2i.cz/c0dc94be6d
which file should I delete?
Reply
#7

Quote:
Originally Posted by ATomas
View Post
Delete SA-MP folder has no efect
http://www.2i.cz/c0dc94be6d
which file should I delete?
You have to go to C:\Users\<your username>\AppData\Local\VirtualStore\Program Files\Rockstar Games\GTA San Andreas
Reply
#8

Thank you, this fix my problem.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)