Page 1 of 1

Error GE (RequestBypassToServer - L2AttackableAI)

Posted: Sun Aug 01, 2010 7:51 pm
by LaraCroft
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: 4406
L2JDP Revision Number: 7663

When I updated to last GE revison i get this two errors:

Code: Select all

Aug 1, 2010 4:03:36 PM com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer runImplWARNING: [Character: Jops[269159279] - Account: sorcerfodao - IP: 189.41.174.121] sent bad RequestBypassToServer: "_diary?class=108&page=1"java.lang.NullPointerException	at com.l2jserver.gameserver.network.serverpackets.NpcHtmlMessage.replace(NpcHtmlMessage.java:211)	at com.l2jserver.gameserver.model.entity.Hero.showHeroDiary(Hero.java:546)	at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:273)	at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:93)	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at java.lang.Thread.run(Unknown Source)

Code: Select all

Aug 1, 2010 3:43:20 PM com.l2jserver.gameserver.ai.L2AttackableAI movementDisableWARNING: Actor: L2MonsterInstance:Ol Mahum Captain(20066)[268446270] - failed executing movementDisable(): nulljava.lang.NullPointerException	at com.l2jserver.gameserver.ai.L2AttackableAI.movementDisable(L2AttackableAI.java:1659)	at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:1023)	at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2316)	at com.l2jserver.gameserver.ai.L2CharacterAI.onEvtArrivedRevalidate(L2CharacterAI.java:718)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:457)	at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:354)	at com.l2jserver.gameserver.model.actor.L2Character$NotifyAITask.run(L2Character.java:2631)	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)	at java.util.concurrent.FutureTask.run(Unknown Source)	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)	at java.lang.Thread.run(Unknown Source)
I use some custom scripts... But...
Before updating these errors did not occur...

Can anyone help me to fix?
Or tell me if the problem is in the custom scripts...

Thx a lot guys...

Re: Error GE (RequestBypassToServer - L2AttackableAI)

Posted: Sun Aug 01, 2010 9:46 pm
by JIV
first is hero diary problem, should happen only 1st day in month, will be fixed in freya
and second ignore for now.

Re: Error GE (RequestBypassToServer - L2AttackableAI)

Posted: Sun Aug 01, 2010 10:35 pm
by LaraCroft
Thx JIV...

This errors can cause some problem for the players??
I can ignore them?

Re: Error GE (RequestBypassToServer - L2AttackableAI)

Posted: Sun Aug 01, 2010 11:46 pm
by Aikimaniac
JIV wrote:first is hero diary problem, should happen only 1st day in month, will be fixed in freya
and second ignore for now.
read again

Re: Error GE (RequestBypassToServer - L2AttackableAI)

Posted: Mon Aug 02, 2010 11:06 am
by LaraCroft
I'll waiting freya revision...
But... when developers make a fix...
If you can post a fix patch for GE here... I'll be very grateful...
Cause I intend to use the GE version for some time before moving to freya versison, when it is released...
:wink:
Thx a lot guys..