Page 1 of 1

Stucking

Posted: Mon Sep 15, 2014 2:14 pm
by MiguelS
Hello, im using last rev. of published L2jserver.

I tried to debug my problem with System.out.println()
My problem is, when I enter to game, im going to normal exp and after some seconds I will have lags (like 500+ ping) and later I stuck totally. I cant move and nothing.

My log with debug implemented message:

Code: Select all

com.l2jserver.gameserver.network.clientpackets.Action@51422022com.l2jserver.gameserver.network.clientpackets.ValidatePosition@4138265acom.l2jserver.gameserver.network.clientpackets.ValidatePosition@24b938d3com.l2jserver.gameserver.network.clientpackets.ValidatePosition@6afa5ef0com.l2jserver.gameserver.network.clientpackets.ValidatePosition@2a7920bdcom.l2jserver.gameserver.network.clientpackets.ValidatePosition@2a73c95ecom.l2jserver.gameserver.network.clientpackets.ValidatePosition@47e10363com.l2jserver.gameserver.network.clientpackets.ValidatePosition@7f54d8b1com.l2jserver.gameserver.network.clientpackets.ValidatePosition@1c4b732ecom.l2jserver.gameserver.network.clientpackets.Action@284660c0com.l2jserver.gameserver.network.clientpackets.Action@67f394b0com.l2jserver.gameserver.network.clientpackets.ValidatePosition@3e3b49afcom.l2jserver.gameserver.network.clientpackets.ValidatePosition@792e8f45com.l2jserver.gameserver.network.clientpackets.ValidatePosition@62f5a0c0com.l2jserver.gameserver.network.clientpackets.ValidatePosition@19d8fe3acom.l2jserver.gameserver.network.clientpackets.ValidatePosition@7dcaaa9fQueue is blocking!!!!!Queue details:com.l2jserver.gameserver.network.clientpackets.ValidatePositioncom.l2jserver.gameserver.network.clientpackets.ValidatePosition==================================================>ENDNEXT Queue Task is->com.l2jserver.gameserver.network.clientpackets.ValidatePosition

Re: Stucking

Posted: Mon Sep 15, 2014 3:17 pm
by UnAfraid
That's received packets i guess?
Also i don't think its the reason for your lags its probably something else.
I'll try to debug it once i get back at home, btw describe what u did so i can try to find out what's causing it.

Re: Stucking

Posted: Mon Sep 15, 2014 6:17 pm
by MiguelS
I just exping.
log in game, turn on shots and go exp on gremlins. after 8-15 kills. I get first small smalls like 300 pings. later 500 and later I stuck for all time. But when I click to self, the character make one move, after I need to click again on self and character move.. later stuck forever.

It helped relog.

Re: Stucking

Posted: Wed Sep 24, 2014 6:15 pm
by Szponiasty
MiguelS wrote:I just exping.
log in game, turn on shots and go exp on gremlins. after 8-15 kills. I get first small smalls like 300 pings. later 500 and later I stuck for all time. But when I click to self, the character make one move, after I need to click again on self and character move.. later stuck forever.

It helped relog.
Check all occurences of ValidateLocation packet. It looks to me that u have somewhere flood to client with it. Client responds for every ValidateLocation with ValidatePosition (additionally it sends ValidatePosition by itself in 1s intervals). So my guess is that u have somewhere too much sendPacket(new ValidateLocation(me)); or sth.

Also see my answer here: viewtopic.php?f=81&t=30154&p=180580#p180580