[HELP] GameServer Error Epilogue

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
zlati
Posts: 37
Joined: Mon Nov 12, 2007 4:41 am
Contact:

[HELP] GameServer Error Epilogue

Post by zlati »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:3985
L2JDP Revision Number:7152


I got this error in game server

Code: Select all

C:\server\GameServer\data\scripts\ai\group_template\L2AttackableAIScript.javajava.lang.NullPointerException        at com.l2jserver.gameserver.GeoData.canSeeTarget(GeoData.java:106)        at com.l2jserver.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:1098)        at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2397)        at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:419)        at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)        at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionAttack(L2CharacterAI.java:261)        at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionAttack(L2AttackableAI.java:409)        at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:310)        at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:250)        at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtAttacked(L2AttackableAI.java:2442)        at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:422)        at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:362)        at ai.group_template.L2AttackableAIScript.onAttack(L2AttackableAIScript.java:191)        at com.l2jserver.gameserver.model.quest.Quest.onAttack(Quest.java:658)        at com.l2jserver.gameserver.model.quest.Quest.notifyAttack(Quest.java:350)        at com.l2jserver.gameserver.model.actor.L2Attackable.addDamage(L2Attackable.java:880)        at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Attackable.java:454)        at com.l2jserver.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Attackable.java:411)        at handlers.skillhandlers.Pdam.useSkill(Pdam.java:235)        at com.l2jserver.gameserver.model.actor.L2Character.callSkill(L2Character.java:6528)        at com.l2jserver.gameserver.model.actor.L2Character.onMagicHitTimer(L2Character.java:6146)        at com.l2jserver.gameserver.model.actor.L2Character$MagicUseTask.run(L2Character.java:2538)        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)
How can i fix it ?

Regards
wasabi2k
Posts: 110
Joined: Sun Oct 08, 2006 4:22 pm

Re: [HELP] GameServer Error Epilogue

Post by wasabi2k »

it has smth to do with geodata i presume however it's hard to solve your issue because we have to little info...

could you provide us with for example : your geodata settings/configs ?
Post Reply