Client crash (objects???) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Client crash (objects???) (
/showthread.php?tid=579488)
Client crash (objects???) -
zaibaslr2 - 27.06.2015
Hey.
So everything was fine, we have a custom map made (islands). Our mapper just updated it, added some more stuff, and now as soon as I spawn, my client crashes. What can cause this? Too many objects? Not enough ram?
I'm using Incognito's object streamer.
I've changed items on OnGameModeInit:
Код:
Streamer_SetMaxItems(STREAMER_TYPE_OBJECT,1000);
Thanks.
Respuesta: Client crash (objects???) -
[DOG]irinel1996 - 27.06.2015
Did you try spawning quite away from the custom map to see what happens? Do your friends crash too?
Re: Client crash (objects???) -
Vince - 27.06.2015
If you have a crash report then it will include 'Last Render Obj' at the bottom with an id behind it. That is likely the culprit.
Re: Client crash (objects???) -
zaibaslr2 - 28.06.2015
Quote:
Originally Posted by Vince
If you have a crash report then it will include 'Last Render Obj' at the bottom with an id behind it. That is likely the culprit.
|
Where can I find the crash report?
So, I tested it with friend, he also gets crashed, I tried spawning in 0 0 0 coordinates but still get crash.
Friend got crash report, and Last Render Obj is 18752, which is Volcano object, it never caused any trouble o_O