Jump to content

MAP SERVER CRASH with no reason amp

closed

pukay
2014-06-19 21:34:46
when the players got 35-55 we got disconnected every 2-3hours we got disconnected from server and rejected some players got rollbacks damn.. can anyone help me to fix this problem when got 60 players today got map server crash try to login they got rejected from server some of players got ip banned i dont know why??? and I found this on log

can some one fix this map server crash bug????

[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Error]: chrif_ack_login_req failed - player not online.
[Status]: Attempting to connect to Char Server. Please wait.
[Status]: Connecting to 55.258.78.101:6121
[Error]: make_connection: connect failed (socket #6, error 111: Connection refused)!
[Status]: Memory manager initialised: log/map-server.leaks

can someone help me please I lost 20 players now in my server this is rathena bug help me please I dont have any custom npc.. this is rathena bug

Darkpurple
2014-06-20 10:56:41
Which Git did you used??

Napster
2014-06-20 11:08:14
try edit maybe this problem
	switch( answer ) {
		case 0: sprintf(output, msg_txt(sd,424), action, NAME_LENGTH, player_name); break; //Login-serv has been asked to %s '%.*s'.
		case 1: sprintf(output, msg_txt(sd,425), NAME_LENGTH, player_name); break;
		case 2: sprintf(output, msg_txt(sd,426), action, NAME_LENGTH, player_name); break;
		case 3: sprintf(output, msg_txt(sd,427), action, NAME_LENGTH, player_name); break;
		case 4: sprintf(output, msg_txt(sd,424), action, NAME_LENGTH, player_name); break;
		default: output[0] = ''; break;
	}
	clif_displaymessage(sd->fd, output);
}


edit
		default: output[0] = ''; break;
	}
	if(sd)
		clif_displaymessage(sd->fd, output);


gidzdlcrz
2014-06-20 11:37:51
Server crashing. Devs need to look at this ASAP.

pukay
2014-06-20 12:29:21
Memory manager: Memory leaks found at 2014/06/08 09h37m54s (Revision ).
0001 : vending.c line 595 size 193336 address 0x0xe9ff7e8
0002 : vending.c line 595 size 193336 address 0x0xe9d0490
0003 : vending.c line 595 size 193336 address 0x0xe9a1138
0004 : vending.c line 595 size 193336 address 0x0xe971de0

Please help me with my Problem.. First time to encounter this problem... :(( . im loosing my players
I see this into my map-server.leaks

@Darkpurple i Dont know my Github.. How to know my Github

@Napster Where can i edit those lines ?

gidzdlcrz
2014-06-20 16:35:21
Did you get this error when you downloaded from the latest pull from git?

pukay
2014-06-20 19:59:44
I still got disconnected I dont have any error But I got map error.. can some one help me??

If i got 35-50 players I got disconnected every 2hours sometimes one hour disconnected then rejected from server please help I'm begging you guys

Lighta
2014-06-24 04:36:30
not totally up to date but the info still here to produce something usable for us to see your issue :
http://rathena.org/wiki/Crash_Logging
×
×
  • Create New...