Much incoming connections | Can't join server
#1

I have much problems these days -.- Now it's something with onplayerconnect. When i (re)start my server i can join the server, nothing abnormal... but the next day they are (for example) 4 ppl online. 2 days later: same ppl online ?! 3 days later: same people online ... defuq ?!

I wanted to try to connect to my server but it ('s like freezing) on "connect to ..." Then i can't login/pick skin, etc ...

I have this in my server_log alot:

Code:
[12:12:01] Incoming connection: 87.119.232.21:49747
[12:12:12] Incoming connection: 212.64.22.4:56273
[12:14:17] Incoming connection: 178.115.149.105:1054
[12:18:22] Incoming connection: 78.58.116.147:54437
[12:20:35] Incoming connection: 213.87.132.179:31506
[14:21:22] Incoming connection: 62.47.162.88:57352
[14:23:56] Incoming connection: 62.47.162.88:62172
[14:56:35] Incoming connection: 213.34.245.125:54144
[14:56:38] Incoming connection: 213.34.245.125:54145
[14:56:40] Incoming connection: 213.34.245.125:54146
[14:56:43] Incoming connection: 213.34.245.125:61279
[14:56:45] Incoming connection: 213.34.245.125:61280
[14:56:48] Incoming connection: 213.34.245.125:61283
[14:56:50] Incoming connection: 213.34.245.125:61284
[14:56:53] Incoming connection: 213.34.245.125:61285
[14:56:55] Incoming connection: 213.34.245.125:61287
[14:56:58] Incoming connection: 213.34.245.125:61288
[14:57:38] Incoming connection: 213.34.245.125:57963
[14:57:41] Incoming connection: 213.34.245.125:63146
[14:57:43] Incoming connection: 213.34.245.125:63147
[14:57:49] Incoming connection: 178.116.23.60:51485
[15:05:36] Incoming connection: 81.70.156.82:61745
[15:53:53] Incoming connection: 84.83.200.44:30969
[16:07:27] Incoming connection: 94.26.24.178:65048
They just can't connect. I thought it was something with bots, but dugi said they are normal incoming connections of players...
Reply
#2

It most likely means that your server is frozen and stuck in an infinite loop somewhere.
Reply
#3

Quote:
Originally Posted by Vince
View Post
It most likely means that your server is frozen and stuck in an infinite loop somewhere.
Here all my OnPlayerConnect() - lines from my gamemode and a few filterscripts ...
http://pastebin.com/rgnmCnDe

If you see something weird ..
Reply
#4

pawn Code:
for(new i = 0; i < MAX_PLAYERS; i++)
        {
                TextDrawHideForPlayer(playerid, Textdraw[0][i]);
                TextDrawHideForPlayer(playerid, Textdraw[1][i]);
        }
Do you realise that's initiated inefficiently?
Reply
#5

Quote:
Originally Posted by Michael@Belgium
View Post
I have much problems these days -.- Now it's something with onplayerconnect. When i (re)start my server i can join the server, nothing abnormal... but the next day they are (for example) 4 ppl online. 2 days later: same ppl online ?! 3 days later: same people online ... defuq ?!

I wanted to try to connect to my server but it ('s like freezing) on "connect to ..." Then i can't login/pick skin, etc ...

I have this in my server_log alot:

Code:
[12:12:01] Incoming connection: 87.119.232.21:49747
[12:12:12] Incoming connection: 212.64.22.4:56273
[12:14:17] Incoming connection: 178.115.149.105:1054
[12:18:22] Incoming connection: 78.58.116.147:54437
[12:20:35] Incoming connection: 213.87.132.179:31506
[14:21:22] Incoming connection: 62.47.162.88:57352
[14:23:56] Incoming connection: 62.47.162.88:62172
[14:56:35] Incoming connection: 213.34.245.125:54144
[14:56:38] Incoming connection: 213.34.245.125:54145
[14:56:40] Incoming connection: 213.34.245.125:54146
[14:56:43] Incoming connection: 213.34.245.125:61279
[14:56:45] Incoming connection: 213.34.245.125:61280
[14:56:48] Incoming connection: 213.34.245.125:61283
[14:56:50] Incoming connection: 213.34.245.125:61284
[14:56:53] Incoming connection: 213.34.245.125:61285
[14:56:55] Incoming connection: 213.34.245.125:61287
[14:56:58] Incoming connection: 213.34.245.125:61288
[14:57:38] Incoming connection: 213.34.245.125:57963
[14:57:41] Incoming connection: 213.34.245.125:63146
[14:57:43] Incoming connection: 213.34.245.125:63147
[14:57:49] Incoming connection: 178.116.23.60:51485
[15:05:36] Incoming connection: 81.70.156.82:61745
[15:53:53] Incoming connection: 84.83.200.44:30969
[16:07:27] Incoming connection: 94.26.24.178:65048
They just can't connect. I thought it was something with bots, but dugi said they are normal incoming connections of players...
If you use windows server, this http://en.wikipedia.org/wiki/Filename is your problem.
Example, if someone join with the name con , windows will froze the server.
If u use linux host then is probably script bug.
Reply
#6

I had the same problem with the old map.
I deleted the foreach and it works.
Reply
#7

Quote:
Originally Posted by Lorenc_
View Post
pawn Code:
for(new i = 0; i < MAX_PLAYERS; i++)
        {
                TextDrawHideForPlayer(playerid, Textdraw[0][i]);
                TextDrawHideForPlayer(playerid, Textdraw[1][i]);
        }
Do you realise that's initiated inefficiently?
I know it's wierd but i don't think this is the issue xp
Quote:
Originally Posted by Unknownich
View Post
If you use windows server, this http://en.wikipedia.org/wiki/Filename is your problem.
Example, if someone join with the name con , windows will froze the server.
If u use linux host then is probably script bug.
My host is using linux.
Reply
#8

Quote:
Originally Posted by Michael@Belgium
View Post
I know it's wierd but i don't think this is the issue xp


My host is using linux.
Drop all your fs's and see if it starts first.
Reply
#9

have same problem
Reply
#10

Quote:
Originally Posted by ancezas
View Post
have same problem
Please dont bump on a 1 year old topic.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)