SA-MP Forums Archive
unknown crash address? 0x0075803C ... randomly crashing players - 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: unknown crash address? 0x0075803C ... randomly crashing players (/showthread.php?tid=357724)



unknown crash address? 0x0075803C ... randomly crashing players - Kar - 08.07.2012

Lately players have been randomly crashing with this exception.. I just got it too so I decided to report it.

It's not on the forums, I searched already and it's not in the Crash addresses topic so it would be greatful for someone to try to figure it out please

I think it's object related though


Re: unknown crash address? 0x0075803C ... randomly crashing players - Kar - 12.07.2012

Bump.. anything? been 4 days..


Re: unknown crash address? 0x0075803C ... randomly crashing players - [Twixx] - 13.07.2012

Most likely it's a bugged object or vehicle. Maybe they're invisible, or at default spawn position ( 0, 0, 0 ) which might make players crash. Check your script and filterscripts for any bugs.


Re: unknown crash address? 0x0075803C ... randomly crashing players - Kar - 13.07.2012

That doesn't really help. no it doesn't happen at 0.0 0.0 0.0


Re: unknown crash address? 0x0075803C ... randomly crashing players - [Twixx] - 13.07.2012

Checking your gamemode and filterscripts with pawno for errors could help. Maybe there's a mapping containing bugged objects.


Re: unknown crash address? 0x0075803C ... randomly crashing players - Kar - 13.07.2012

What do you mean bugged objects... I know it has either something to do with CreateObject or SetObjectMaterial ...


Re: unknown crash address? 0x0075803C ... randomly crashing players - [Twixx] - 14.07.2012

Quote:
Originally Posted by Kar
Посмотреть сообщение
What do you mean bugged objects... I know it has either something to do with CreateObject or SetObjectMaterial ...
There are bad objects ID's who can make players crash if placed wrongfully, such as in wrong rotation angle. Some of those objects are trees, bushes, construction cranes, etc.

Not sure what might help.


Re: unknown crash address? 0x0075803C ... randomly crashing players - Kar - 09.08.2012

bumping...


Re: unknown crash address? 0x0075803C ... randomly crashing players - kaisersouse - 09.08.2012

Check the areas where you have custom objects. If/when you crash, make a note of where you were. Use that info and disable the objects around that area. Re-add them a few at a time until you start crashing again...use THAT to narrow down which object it is.


Re: unknown crash address? 0x0075803C ... randomly crashing players - Kar - 09.08.2012

Quote:
Originally Posted by kaisersouse
Посмотреть сообщение
Check the areas where you have custom objects. If/when you crash, make a note of where you were. Use that info and disable the objects around that area. Re-add them a few at a time until you start crashing again...use THAT to narrow down which object it is.
Okay well I kinda know out of 3 objects that cause this

3 objects are created at the crash

GTA Missile object : 3790 (can't be this since you say custom object)
(This object's material colour is also changed)

Purple neon: 18651 (custom)

and a smoke object: 18716 (custom)

so it's the purple neon or the smoke object? I'll try to narrow it down some more!