SA-MP Forums Archive
Opcode - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Opcode (/showthread.php?tid=457386)



Opcode - MrBenny92 - 11.08.2013

Hey!

Anyone knows what this opcode is saying?

Warning(s007): Exception 0xC0000005 at 0x542721


Re: Opcode - Djole1337 - 11.08.2013

Do you have alot of objects?


Re: Opcode - RajatPawar - 11.08.2013

It is related with car mods/objects - Kalcor said so in another topic, though the address was different (if that changes anything)

List of topics that may help you:
https://sampforum.blast.hk/showthread.php?tid=302099
https://sampforum.blast.hk/showthread.php?tid=400755


Re: Opcode - Nofear192 - 11.08.2013

Maybe u have alot mods thats why or maybe server getting opcodes by hacking if u have mods delet it


Re: Opcode - Dopefull - 11.08.2013

Once I had a map in CreateObject and anyone who drove past the map would get opcodes and crash, I solved this by converting the map into CreateDynamicObject. Maybe that will help you out.


Re: Opcode - MrBenny92 - 11.08.2013

Yes, well for the past 5 months we have been working on map for a server, but you allways crash there. The number of objects goes up to 800 wich i know its alot. We tryed to fix it by lowering the streaming distance from 300 to 200 ,that fixed the crash but the server owner said its to low. I know its a problem related to number of objects/textures but deleting objects won't help/work. we redid the map 3 times now and it still didn't fix the problem.

This are the opcodes i get at most:

Warning(opcode 0x107): Exception 0xC0000005 at 0x544BC8

Warning(opcode 0x107): Exception 0xC0000005 at 0x536DF4

Warning(s007): Exception 0xC0000005 at 0x542721

Any tipe of information would help us alot.


Re: Opcode - Dopefull - 11.08.2013

Try to convert all your maps into CreateDynamicObject if you haven't already.


Re: Opcode - MrBenny92 - 13.08.2013

We fixed the problem by lowering the stream distance and lowering the number of max spawned objects, Not crashing anymore.
Thanks for the help anyway.