Samp server works but freezes with all players online and no one can join game (not responding)
#1

Hello everybody!

My server seems to freeze at random moments.
Sometimes server freezes after working about 20 minutes and sometime after 5 hours but every time randomly.

The server doesn't shutting down, it keeps running but it responds to nothing.
In the server browser, it still looks like the server is online. It shows that all players who was before freeze in server. They can't use commands,write a text and etc. They only can walk or quit server. Then new player wants to join server he see message: "Joining the server..."

The server log gets full of lines "incoming connection..." from players that are trying to connect, so somehow that's still working. There are no other messages. The players also can't connect.

I can't use rcon commands too.
Somebody was having problem such mine? Please help me to find solution of this problem, because I tried 2 hosting operators and it seems that problem in my gamemode.


I use these plugins:

sscanf,
streamer (incognito's),
mysql (gstylezz r7)



I checked my gm for never ending loops, but I didn't find anything wrong.
Reply
#2

It Might Be You're Internet COnnection Problem Or If It Hosted Contact The Community.
Reply
#3

It can't be me internet problem, because all players can't join server. But I tried 2 different hostings and result is same. I don't know what I can do, because players leaving from my server, because they want play and I can't open bad server...
Reply
#4

Maybe problem in your script.. is the same with different script?
Reply
#5

I tried LVDM mode and players played in server long time and server didn't freeze. I think problem in script, but
where? How I can find problem place?
Reply
#6

Compile it again. Then post here the warnings if ever there is.
Reply
#7

I not so stupid to open server with gm with errors or warnings. I compiled it 100000 times and no errors or warnings.
Reply
#8

Surely the problem is that the server 'loops' itself somewhere. Check all the loops in your script.

With loop itself I mean something like this:

pawn Code:
//example
new a = 0;
new b = 0;
while(a == 0) //server can't execute any command because it is stuck in a loop which will be never over.
{
b++;
}
Reply
#9

Compiled 100000 times "SEEMS LEGIT" I think it's because of Server Bandwidth usage...
Reply
#10

I checked all of my server loops and everything was fine. My server bandwidth is 100mb/s and it's unlimited amount of data can send.
Reply
#11

You might have a ''deadly'' loop.. Check all your loops as suggested above.
Reply
#12

yes check loops and timers maybe many timers for every single player and fast counting.
Reply
#13

Have you blocked all the names that crash the server?

Check the server log for any players that joined with these names:

CON, PRN, AUX, CLOCK$, NUL, COM0, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9,
LPT0, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)