Stucking

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
MiguelS
Posts: 9
Joined: Tue Aug 12, 2014 4:50 pm

Stucking

Post 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
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Stucking

Post 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.
Image
MiguelS
Posts: 9
Joined: Tue Aug 12, 2014 4:50 pm

Re: Stucking

Post 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.
User avatar
Szponiasty
Advanced User
Advanced User
Posts: 557
Joined: Mon Apr 21, 2008 1:31 pm
Location: Eastern Poland

Re: Stucking

Post 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
And in the next chronicle they went into space, fighting the evil empire... In a galaxy far, far away xD
Post Reply