Page 1 of 2

Something very weird Help please

Posted: Wed Aug 18, 2010 5:33 pm
by babyjason
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:7645
L2JDP Revision Number:4394

ok, today something really strange happend.

the server was up, the log in was up, both were working fine.

but all players couldnt log in game world, after loading menu *after char select), me included. After log ing in, user name, pass, all accepted, fine, i chose the character, but the game keeps on loading and never enters the game.

no error message in console, no nothing... all players had the same issue, game loading, after char select, but never ending loading...

even the accounting log shows people log ing in, but they are stucked at loading screen in reality...

any ideea what might it be?

Re: Something very weird Help please

Posted: Wed Aug 18, 2010 6:12 pm
by babyjason
could this be the problem, that i had the protocol enabled for an older client? allthough i doubt this could be the problem, i ve been using it like this since forever, never a problem ...

Code: Select all

AllowedProtocolRevisions = 146;152

Re: Something very weird Help please

Posted: Wed Aug 18, 2010 8:37 pm
by jurchiks
if it happened only today, then think what have you changed today/yesterday

Re: Something very weird Help please

Posted: Wed Aug 18, 2010 8:45 pm
by babyjason
jurchiks wrote:if it happened only today, then think what have you changed today/yesterday
no setting changed in server config, only in data , only some 2 skills magic lvl in xml. i doubt it has anything to do with...

no error msg in log file, nor gameserver, except i modified this in config, from 650 to 1200, but i dont see why would be a problem..

Code: Select all

CompleteAcademyMaxPoints = 1200
is very weird, because like i said, the gamserver was running like all is ok...log in all ok, status both on...

so no ideeas what can cause it?

i m thinking it s the protocols, i should remove 146 so only epilogue client can connect, but it s my supposition...

Re: Something very weird Help please

Posted: Thu Aug 19, 2010 9:16 am
by jurchiks
...
146 is ALSO Epilogue, just an outdated version, you need all players to have latest updated client (not freya of course)
set it to 152 and make an announcement ingame telling players to update NOW while they still can.
and if they complain in forums, say the same. There's no reason for playing on an outdated client.

I really have no idea about the problem though, since you say protocols have been like that all the time it shouldn't be the problem... Are you the only one who can touch the server files?

Re: Something very weird Help please

Posted: Thu Aug 19, 2010 9:19 am
by Tan
check if u havent changed anything on configs.

Re: Something very weird Help please

Posted: Thu Aug 19, 2010 9:21 am
by jurchiks
tan wrote:firewall blocking users from log to your server?
if that was true they either wouldn't be able to log in (log+pass=[wait]) or wouldn't be able to get to character selection (select server>ok=[wait])

Re: Something very weird Help please

Posted: Thu Aug 19, 2010 3:59 pm
by babyjason
today again something weird happend, i couldnt log in to the server, it stopped at log in screen, allthough the log in and the gameserver were up...

what the hell is happening...

these are the last java strings of the java game console. note that i got these kind of errors all the time, i didnt have any problem with none of them whatsoever untill today.. i cant understand...

anyways now i changed protocol version to 152... again, i never ever had problems with gameserver, that it s stuck like this without error, i restarted log in console, but seamed the server wasnt sending outgoing package...

Code: Select all

2010.08.19 18:22:38,609	INFO	31	com.l2jserver.gameserver.taskmanager.tasks.TaskSevenSignsUpdate	SevenSigns: Data updated successfully.2010.08.19 18:29:55,546	INFO	31	com.l2jserver.gameserver.model.entity.FortSiege	Siege of Demon fort started.2010.08.19 18:35:57,000	WARNING	14	com.l2jserver.gameserver.model.actor.L2Character	Error could not store char skills: Duplicate entry '270754256-194-0' for key 'PRIMARY'2010.08.19 18:35:57,000	WARNING	14	com.l2jserver.gameserver.model.actor.L2Character	Error could not store char skills: Duplicate entry '270754256-1320-0' for key 'PRIMARY'2010.08.19 18:35:57,000	WARNING	14	com.l2jserver.gameserver.model.actor.L2Character	Error could not store char skills: Duplicate entry '270754256-1322-0' for key 'PRIMARY'2010.08.19 18:36:01,375	INFO	28	com.l2jserver.gameserver.taskmanager.AutoAnnounceTaskManager	AutoAnnounce: xxxx2010.08.19 18:37:38,546	INFO	32	com.l2jserver.gameserver.taskmanager.tasks.TaskOlympiadSave	Olympiad System: Data updated.2010.08.19 18:38:29,656	INFO	31	com.l2jserver.gameserver.model.entity.FortSiege	Siege of Bayou fort finished.2010.08.19 18:38:37,421	INFO	29	com.l2jserver.gameserver.model.entity.FortSiege	Siege of Shanty fort finished.2010.08.19 18:39:24,328	INFO	12	com.l2jserver.gameserver.taskmanager.AutoAnnounceTaskManager	AutoAnnounce: xxx2010.08.19 18:39:24,703	WARNING	13	com.l2jserver.gameserver.LoginServerThread	Disconnected from Login, Trying to reconnect: Connection reset2010.08.19 18:40:22,531	WARNING	31	com.l2jserver.gameserver.LoginServerThread	Error while sending logout packet to login2010.08.19 18:40:38,671	WARNING	27	com.l2jserver.gameserver.LoginServerThread	Error while sending logout packet to login2010.08.19 18:40:43,218	WARNING	20	com.l2jserver.gameserver.model.quest.Quest	E:\L2jServerEpilogueFinalNEWK\gameserver\data\scripts\custom\9997_PetBuffer\__init__.py2010.08.19 18:40:49,093	WARNING	16	com.l2jserver.gameserver.network.clientpackets.RequestRestartPoint	Living player [xxx] called RestartPointPacket! Ban this player!2010.08.19 18:41:26,328	WARNING	22	com.l2jserver.gameserver.LoginServerThread	Error while sending logout packet to login2010.08.19 18:41:28,046	WARNING	26	com.l2jserver.gameserver.LoginServerThread	Error while sending logout packet to login2010.08.19 18:41:30,109	WARNING	28	com.l2jserver.gameserver.LoginServerThread	Error while sending logout packet to login

Re: Something very weird Help please

Posted: Thu Aug 19, 2010 4:00 pm
by babyjason
also, in the accounting.log it didnt show no one disconecting, it s like i couldnt connect but all was working fine for others, i tried to connect from other pc, it stuck at log in still...

Re: Something very weird Help please

Posted: Fri Aug 20, 2010 5:14 am
by babyjason
nobody has no ideea whatsoever? it doesent make sense... i searched all forum topics at support to see anything similar...

i noticed today that usually it happens after 12 hours or so

Re: Something very weird Help please

Posted: Fri Aug 20, 2010 5:44 am
by _DS_
Such things happens to me when a) no available mysql connections and b) deadlocks (last during testing effectlist).
Post your "debug full".

Re: Something very weird Help please

Posted: Fri Aug 20, 2010 6:31 am
by babyjason
i dont have debug activated, how i activate it or how to post? sry, never need it...

btw, how can i recognise a "deadlock"?? and what can cause it all of a sudden? no error msg s appear in gameconsole at deadlock?

_DS_ wrote:Such things happens to me when a) no available mysql connections and b) deadlocks (last during testing effectlist).
Post your "debug full".

Re: Something very weird Help please

Posted: Fri Aug 20, 2010 7:30 am
by _DS_
You does not need debug activated, only connect by telnet and write "debug full", post result file.

Re: Something very weird Help please

Posted: Fri Aug 20, 2010 8:47 am
by babyjason
_DS_ wrote:You does not need debug activated, only connect by telnet and write "debug full", post result file.
i dont have tellnet activated. when you have time, tell me how please,

ty :(

Re: Something very weird Help please

Posted: Fri Aug 20, 2010 8:51 am
by _DS_
How to activate telnet ? Enable it in config file, set password, set allowed hosts if you want to connect not from localhost.