Buffer Overun Detected! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Buffer Overun Detected! (
/showthread.php?tid=90135)
Buffer Overun Detected! -
Memoryz - 06.08.2009
Okay, so I was restarting my server using /rcon gmx, and my server just crashes and says this:
(BTW, this goes to show that SAMP is coded in Visual C++

)
And now, everytime I open my server, it says this... =(
Help anyone?
Re: Buffer Overun Detected! -
Westie - 06.08.2009
It's your gamemode.
Re: Buffer Overun Detected! -
Memoryz - 06.08.2009
Yeah, I changed it to moneygrub and it works.
But what do I do now?
How can I fix my GM >.<
Re: Buffer Overun Detected! -
yezizhu - 06.08.2009
Search every print, may be here.
Re: Buffer Overun Detected! -
Memoryz - 06.08.2009
I already searched for buffer overun. but only this post comes up.
C'mon guys >.<
Re: Buffer Overun Detected! -
yezizhu - 06.08.2009
print(f) will cause this problem when need to output string size which is bigger than 512(I'm not sure).
Re: Buffer Overun Detected! -
Memoryz - 06.08.2009
NVM, Fixed, I had to remove the news script >.<
If anyone else gets this problem, look at your scriptfiles, and check them until you find the problem >.<
Warning - while you were typing a new reply has been posted. You may wish to review your post.
Yeah, thats what caused it yezizhu. =)