Error GE (RequestBypassToServer - L2AttackableAI)
Posted: Sun Aug 01, 2010 7:51 pm
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:
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...
ยป 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)
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...