[WIERD CRASH] Server Crashes randomly - 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: [WIERD CRASH] Server Crashes randomly (
/showthread.php?tid=570842)
[WIERD CRASH] Server Crashes randomly -
Airman123 - 13.04.2015
Hello, i need a help with my really wierd problem..
The server script is alright and had no bugs (as i know)
But from last 2 days, it's randomly crashing..
This crash is a wierd type of crash cuz no one can know its crashed, Everyone can see "server ping" and also "players playing" when it was crashed.. But no one can join the server, it says "not responding".. but samp shows the ping..
idk how thats crashing.. there is nothing wrong in server log. im using the same script from 1months, and im facing this problem just from last night? is this any ddos or anyother?
please help me out.
Re: [WIERD CRASH] Server Crashes randomly -
Crayder - 13.04.2015
Quote:
Originally Posted by Airman123
Hello, i need a help with my really wierd problem..
The server script is alright and had no bugs (as i know)
But from last 2 days, it's randomly crashing..
This crash is a wierd type of crash cuz no one can know its crashed, Everyone can see "server ping" and also "players playing" when it was crashed.. But no one can join the server, it says "not responding".. but samp shows the ping..
idk how thats crashing.. there is nothing wrong in server log. im using the same script from 1months, and im facing this problem just from last night? is this any ddos or anyother?
please help me out.
|
Post a detailed log. There are so many factors that cause crashes such as file functions, an unset rcon password, lot's. Install crashdetect and show us the log after doing so.
Re: [WIERD CRASH] Server Crashes randomly -
Airman123 - 14.04.2015
[17:10:40] sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:10:42] sscanf warning: Strings without a length are deprecated, please add a destination size.
[17:10:42] sscanf warning: Strings without a length are deprecated, please add a destination size.
This error, only in pc server.. not in linux..
Re: [WIERD CRASH] Server Crashes randomly -
Sithis - 14.04.2015
When doing sscanf, add the string size to the strings, like so: "iiis[64]ddffs[64]" if your string is 64 in length.
Re: [WIERD CRASH] Server Crashes randomly -
Airman123 - 14.04.2015
halp!