Re: 0x006FF35B & 0x004F02D3 -
Calgon - 06.07.2011
As I said, one of the 'exception addresses' I searched for that you provided, traced back to an issue with objects, so it's very likely that the crashes are being caused by objects.
Re: 0x006FF35B & 0x004F02D3 -
Baboon - 06.07.2011
Ah fuck... But I really don't know which object I have to look for...
Also, does it matter if I use CreateObject(....); aswell apart of my streamer?
Re: 0x006FF35B & 0x004F02D3 -
leong124 - 06.07.2011
If you say crashes by objects, I've faced it several times.
Try to comment out parts of your objects and see if it crashes (Using the binary searching method will be faster).
You may finally find out some non-cut scene objects that crash the client.
Re: 0x006FF35B & 0x004F02D3 -
Calgon - 06.07.2011
Try to remember, which objects did you add before the crashes began.
Comment out new objects, to see if the crashes still happen, if they dont - re-add each object back, one by one.
EDIT: I didn't see your post, I prepared my post but got interrupted by the '120 second post limit' and just hit the post button a few seconds ago.
Re: 0x006FF35B & 0x004F02D3 -
Baboon - 06.07.2011
uhm... Well I don't crash often. I got over 8000 objects streamed. (Also using DestroyAllDynamicObjects). So that would definetly fail. But others do crash often, but not in other servers...
Re: 0x006FF35B & 0x004F02D3 -
Baboon - 07.07.2011
time to bump >.>
Re: 0x006FF35B & 0x004F02D3 -
Calgon - 07.07.2011
We've given you the answer. Comment out objects you've added recently to trace the problem - there is no shortcut, do it or stop complaining.
Re: 0x006FF35B & 0x004F02D3 -
Baboon - 07.07.2011
nope, I am not complaining and second of all.
I've got crashes for longer than a month. I have added lots of maps this month. I am not going to comment out every object of the 8000 objects. And then take a look if I WOULD crash. And a crash happens every 15 min.
So no I am not going to waste a year to look for this crappy crash causer.
Re: 0x006FF35B & 0x004F02D3 -
Baboon - 07.07.2011
Bump again... Could Kalcor or someone else read the code? And can translate it to where I have to look for? And in which script.
Re: 0x006FF35B & 0x004F02D3 -
dugi - 07.07.2011
This crash is caused by placing too many objects in an area where GTA has a lot of buildings loaded already. So you should either reduce the object draw distance or move the objects from those areas somewhere else.
Re: 0x006FF35B & 0x004F02D3 -
The_Moddler - 07.07.2011
So now you will have to "waste a year to look for this crappy crash causer".
Re: 0x006FF35B & 0x004F02D3 -
Baboon - 07.07.2011
finally, someone answered me.
Dugi, if I may ask you. Does the streamer has anything to do with it? That it updates too quickly? Because some crash and some does never. Might it be lag?
Also, about which code are you talking? 0x006 or 0x004?
BTW of you will change interior, the standard gta objects will be disabled right? Because everything will become greyish. So would that help?
Re: 0x006FF35B & 0x004F02D3 -
leong124 - 08.07.2011
It has nothing to do with the streamer.
All you need to do is find out which map crashes by visiting them, and use the binary search method to comment out the objects of that map and test it.
Re: 0x006FF35B & 0x004F02D3 -
Baboon - 08.07.2011
As I said... Every map has a crash... Even non 0.3c. After the round ends, I destroy the map. Some never crash and lots do. Can it be lag?
Re: 0x006FF35B & 0x004F02D3 -
leong124 - 08.07.2011
Probably not.
If every map crashes then you'll need to comment out the objects with binary searching method.
No other faster method I think.
Re: 0x006FF35B & 0x004F02D3 -
kurta999 - 08.07.2011
Quote:
Originally Posted by dugi
This crash is caused by placing too many objects in an area where GTA has a lot of buildings loaded already. So you should either reduce the object draw distance or move the objects from those areas somewhere else.
|
But i don't understand it. I was mapped race track on sea which is very far away for GTA. And it's crashing. But there wasn't loaded GTA objects, here only map map.
Re: 0x006FF35B & 0x004F02D3 -
Baboon - 08.07.2011
yup, got that too at some maps...
Re: 0x006FF35B & 0x004F02D3 -
Baboon - 08.07.2011
I just want to say that if you change the TickRate of Incognito's streamer, way less people crash.
I've set it from 50 to 500, the objects will load a little bit slower, so just change the freezingtime during the spawn. This helped me a lot, but still people crash. Though it is going the right way. So it might be lag... that causes it. Cus objects won't load properly for the player.
Re: 0x006FF35B & 0x004F02D3 -
kurta999 - 24.07.2011
Try this, for me works: ( Adresses from Limit Adjuster )
In the next version SA-MP Team should be increase the building limit, and then disappear this crash
Re: 0x006FF35B & 0x004F02D3 -
Baboon - 21.09.2011
Lorenc, I think ot has to do with object load aswell.