Posts: 1,180
Threads: 55
Joined: Apr 2005
Reputation:
0
No other server has reported this. At least, not yet.
The 'Kicking {} because they didn't logon to the game.' message is normal. It means the client is too slow to connect and probably has a high amount of packet loss. In previous versions of the SA-MP server, the same problem could happen, although the player would eventually just have to quit and try reconnecting.
Are you sure there aren't external factors causing this problem? There could some type of packet filtering in the firewall. The physical server which hosts the game server could be under attack.
You can PM me a bigger server log if you like. If most servers work fine and there are problems like this, it usually turns out that it's not caused by SA-MP.
Posts: 1,496
Threads: 78
Joined: Jun 2008
Reputation:
0
Maybe you should check if there is any infinite loop, or check where the server hangs at.
I had weird bugs that was finally found to be caused by something like using strins for unknown-sized strings (cmdtext[] in OnPlayerCommandText).
Didn't seem to occur to me yet using the 0.3X R1-2. I think the problem is elsewhere.
Posts: 146
Threads: 4
Joined: May 2007
Reputation:
0
I'm also experiencing this issue, yesterday I found these messages in my server log file. I'm pretty sure there are no infinite loops, but I have noticed it happened shortly after an attempt to access an invalid array elements (out of bounds) - However that may be a co-incidence, there was also a large number of deaths around the same time as well. If anyone has any more information on this subject it would be greatly appreciated.
Posts: 7
Threads: 0
Joined: Nov 2012
Reputation:
0
i think the problem is in plugins because all who face this problem have same plugin directory and mysql is recently get updated to its newer version (so check that thing also) .
Posts: 146
Threads: 4
Joined: May 2007
Reputation:
0
Hi,
Maybe it is the MySQL plugin, I cannot upgrade due to the massive difference in versions that has been introduced, it would not be practical to convert to the new mysql functions. However I did solve this issue by threading a query that I neglected to thread previously. Perhaps that is the issue for others.
TJ
i am not able to enter my server because it keeps kicking me
[21:39:48] Number of vehicle models: 186
[21:39:48] Incoming connection: 127.0.0.1:56249
[21:39:48] Incoming connection: 127.0.0.1:56250
[21:39:49] Incoming connection: 127.0.0.1:56252
[21:39:49] Incoming connection: 127.0.0.1:56251
[21:39:49] Incoming connection: 127.0.0.1:56253
[21:40:10] Incoming connection: 127.0.0.1:57787
[21:40:18] Kicking 127.0.0.1 because they didn't logon to the game.
[21:40:18] Kicking 127.0.0.1 because they didn't logon to the game.
[21:40:19] Kicking 127.0.0.1 because they didn't logon to the game.
[21:40:19] Kicking 127.0.0.1 because they didn't logon to the game.
[21:40:19] Kicking 127.0.0.1 because they didn't logon to the game.
[21:40:40] Kicking 127.0.0.1 because they didn't logon to the game..
i got 5 NPC bots
Posts: 2,799
Threads: 95
Joined: Jun 2006
Reputation:
0
I see this VERY occasionally in my logs. Like maybe once or twice per day. Only plugins I'm running are irc, streamer, sscanf2 and I think thats it. No MySQL or anything like that.
i've never had problems entering my server, even with multiple clients. I've never heard of anyone complaining about it either.
Posts: 727
Threads: 79
Joined: Mar 2012
Reputation:
0
I have the same problem, my server sometimes get stuck and random times, sometimes multiple times a day, but some days it runs fine, also my logs are not giving any relevant information, I will add some debug lines in my gamemode and see if I can find out if it is caused by a infinite loop or not, when I find it, I will reply here if it is usefull for any of you.