Posts: 3
Threads: 1
Joined: Aug 2013
Reputation:
0
Hey!
Anyone knows what this opcode is saying?
Warning(s007): Exception 0xC0000005 at 0x542721
Posts: 873
Threads: 5
Joined: Apr 2012
Reputation:
0
Do you have alot of objects?
Maybe u have alot mods thats why or maybe server getting opcodes by hacking if u have mods delet it
Posts: 167
Threads: 4
Joined: Mar 2013
Reputation:
0
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.
Posts: 3
Threads: 1
Joined: Aug 2013
Reputation:
0
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.
Posts: 167
Threads: 4
Joined: Mar 2013
Reputation:
0
Try to convert all your maps into CreateDynamicObject if you haven't already.
Posts: 3
Threads: 1
Joined: Aug 2013
Reputation:
0
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.