Strange Error On Queen Ant, Keeps Spamming my GS LOG.

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
User avatar
DLV123
Posts: 57
Joined: Thu Jul 26, 2007 7:44 pm

Strange Error On Queen Ant, Keeps Spamming my GS LOG.

Post by DLV123 »

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

Not Exactly Sure what is wrong but this error keeps getting spammed, I looked at the lines and couldn't find anything wrong. Also on server load there is no error with the script.

Code: Select all

C:\L2J\SERVER\gameserver\data\scripts\ai\individual\QueenAnt.javajava.lang.NullPointerException        at javolution.util.FastList$Node.access$200(FastList.java:687)        at javolution.util.FastList.get(FastList.java:193)        at ai.individual.QueenAnt.onAdvEvent(Unknown Source)        at net.sf.l2j.gameserver.model.quest.Quest.notifyEvent(Quest.java:406)        at net.sf.l2j.gameserver.model.quest.QuestTimer$ScheduleTimerTask.run(QuestTimer.java:41)        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)         at java.util.concurrent.FutureTask.runAndReset(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown Source)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(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)
Some help would be appreciated.
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Strange Error On Queen Ant, Keeps Spamming my GS LOG.

Post by _DS_ »

FastList was damaged, restart server.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
DLV123
Posts: 57
Joined: Thu Jul 26, 2007 7:44 pm

Re: Strange Error On Queen Ant, Keeps Spamming my GS LOG.

Post by DLV123 »

Thanks again uve helped me 2x now :D
Post Reply