Kicking (IP) because they didn't logon to the game.
#1

Hello,
From along time it's doing that "Kicking (IP) because they didn't logon to the game." and it's freezing the server and nobody can logon. I read a lot topics for that. I thought it's from infinite loops. I didn't find anything. I read also it could be from OnPlayerConnect. I already have no clue from it comes.

the top lines of OnPlayerConnect:
PHP Code:
public OnPlayerConnect(playerid)
{
    
// TextdrawLines
    
TextDrawShowForPlayer(playeridTextDrawMain1);
    
TextDrawShowForPlayer(playeridTextDrawMain2);
    
// Site
    
TextDrawShowForPlayer(playeridsite);
    
// Login Timer
    
KillTimer(logintimerf);
    
// Get host IP
    
GetPlayerHost(playerid);
    
// Join Camera
    
SetTimerEx("JoinCamera"1000"d"playerid);
    
// Sound
    
PlayerPlaySound(playerid11850.00.00.0);
    new 
string[256], string2[1337], pName[MAX_PLAYER_NAME];
    
// Drift Points
    
LoadTextDraws(playerid);
    
Drifting[playerid][CurrentPoints] = 0;
    
Drifting[playerid][DriftBonus] = 1;
    
Drifting[playerid][DriftMode] = false;
    
Drifting[playerid][FixMode] = false;
    
TimerInfo[playerid][AngleTimer] = SetTimerEx("AngleUpdate"200true"i"playerid); 
Reply
#2

The same problem ...
Reply
#3

My server version is 0.3.7. Same problem :S
Reply
#4

I was dealing with this problem a lot too. Updating the plugins solved it for now.
Reply
#5

Compile the gamemode will the latest include and update ur plugins..
between show us the plugins that you are using them :P
Reply
#6

I had this problem for months.
I downgraded YSI and now it's fine.
Reply
#7

I have SAMP 0.3.7.. Streamer, sscanf, whirlpool, audio and crashdetect plugin... With YSI 4.0.

And its working very fine.. So its a problem in your side.. I guess.
Reply
#8

Quote:
Originally Posted by Emmet_
View Post
I was dealing with this problem a lot too. Updating the plugins solved it for now.
I have crashdetect mysql sscanf streamer Whirlpool FileManager plugins. They are already latest version. YSI version is 4.0 Misiur include.
Reply
#9

I have mysql streamer crashdetect and sscanf,
Used Mellnick code :
Code:
[01:39:59] [debug] #1 0015945c in public SecondTimer () at I:\JDI\gamemodes\jdisql.pwn:22461
[01:39:59] [debug] AMX backtrace:
[01:39:59] [debug] #0 native PrintAmxBacktrace () from crashdetect.so
[01:39:59] [debug] #1 00155e34 in public MoneyTimer () at I:\JDI\gamemodes\jdisql.pwn:22035
[01:39:59] [chat] [WhiSkey]: bug nzn mike
[01:39:59] [debug] AMX backtrace:
[01:39:59] [debug] #0 native PrintAmxBacktrace () from crashdetect.so
[01:39:59] [debug] #1 000bc954 in ?? (... <2 arguments>) at I:\JDI\gamemodes\jdisql.pwn:7478
[01:39:59] [debug] #2 0000db64 in public OnPlayerText (playerid=9, text[]=@0010e0bc "bug nzn mike") at I:\JDI\pawno\include\YSI\y_hooks/impl.inc:885
[01:39:59] [BISIM] {a10587}[Karmand Aadi] {B7FFC5}[PK]{95601B}WhiSkey[9]:{FFFFFF} bug nzn mike
[01:39:59] [debug] AMX backtrace:
[01:39:59] [debug] #0 native PrintAmxBacktrace () from crashdetect.so
[01:39:59] [debug] #1 000bd8c8 in ?? (... <2 arguments>) at I:\JDI\gamemodes\jdisql.pwn:7530
[01:39:59] [debug] #2 0000db64 in public OnPlayerText (playerid=9, text[]=@0010e0bc "bug nzn mike") at I:\JDI\pawno\include\YSI\y_hooks/impl.inc:885
[01:40:00] [connection] 5.22.90.173:23749 requests connection cookie.
[01:40:00] [debug] AMX backtrace:
[01:40:00] [debug] #0 native PrintAmxBacktrace () from crashdetect.so
[01:40:00] [debug] #1 0015945c in public SecondTimer () at I:\JDI\gamemodes\jdisql.pwn:22461
[01:40:00] [debug] AMX backtrace:
[01:40:00] [debug] #0 native PrintAmxBacktrace () from crashdetect.so
[01:40:00] [debug] #1 0014b6b4 in ?? (... <2 arguments>) at I:\JDI\gamemodes\jdisql.pwn:20762
[01:40:00] [debug] #2 0000e19c in public OnPlayerExitVehicle (playerid=11, vehicleid=205) at I:\JDI\pawno\include\YSI\y_hooks/impl.inc:1057
[01:40:01] Incoming connection: 5.22.90.173:23749 id: 10
[01:40:01] [debug] AMX backtrace:
[01:40:01] [debug] #0 native PrintAmxBacktrace () from crashdetect.so
[01:40:01] [debug] #1 0015945c in public SecondTimer () at I:\JDI\gamemodes\jdisql.pwn:22461
[01:40:01] [join] BLACK_COMMANDO has joined the server (10:5.22.90.173)
[01:40:31] Kicking 5.22.90.173 because they didn't logon to the game.
[01:41:00] [connection] 5.22.90.173:23756 requests connection cookie.
[01:41:13] [connection] 188.34.59.151:51508 requests connection cookie.
[01:41:31] Kicking 5.22.90.173 because they didn't logon to the game.
[01:41:44] [connection] 37.255.79.87:51525 requests connection cookie.
[01:42:15] Kicking 37.255.79.87 because they didn't logon to the game.
[01:42:39] [connection] 5.190.118.182:18142 requests connection cookie.
[01:42:53] [connection] 5.22.62.39:52256 requests connection cookie.
[01:43:10] Kicking 5.190.118.182 because they didn't logon to the game.
[01:43:24] Kicking 5.22.62.39 because they didn't logon to the game.
[01:43:27] [connection] 5.190.118.182:18143 requests connection cookie.
[01:43:51] [connection] 5.22.62.39:52257 requests connection cookie.
Reply
#10

I have this problem too. This problem for Script and plugin not match. So try to install latest plugin and also check your script is latest coding . Thats it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)