game server error

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
Locked
Raincast
Posts: 101
Joined: Sat Mar 28, 2009 11:44 am

game server error

Post by Raincast »

What is this error?

Error creating new instance of Class class net.sf.l2j.gameserver.skills.effects.
EffectBuff Exception was:
java.lang.IndexOutOfBoundsException: index: 1
at javolution.util.FastList.add(Unknown Source)
at net.sf.l2j.gameserver.model.CharEffectList.effectQueueInsert(CharEffe
ctList.java:660)
at net.sf.l2j.gameserver.model.CharEffectList.addEffect(CharEffectList.j
ava:587)
at net.sf.l2j.gameserver.model.actor.L2Character.addEffect(L2Character.j
ava:2625)
at net.sf.l2j.gameserver.model.L2Effect.startEffectTask(L2Effect.java:33
2)
at net.sf.l2j.gameserver.model.L2Effect.scheduleEffect(L2Effect.java:450
)
at net.sf.l2j.gameserver.model.L2Effect.<init>(L2Effect.java:177)
at net.sf.l2j.gameserver.skills.effects.EffectBuff.<init>(EffectBuff.jav
a:32)
at sun.reflect.GeneratedConstructorAccessor47.newInstance(Unknown Source
)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at net.sf.l2j.gameserver.skills.effects.EffectTemplate.getEffect(EffectT
emplate.java:85)
at net.sf.l2j.gameserver.model.L2Skill.getEffects(L2Skill.java:3002)
at handlers.skillhandlers.Continuous.useSkill(Unknown Source)
at net.sf.l2j.gameserver.model.actor.L2Character.callSkill(L2Character.j
ava:6274)
at net.sf.l2j.gameserver.model.actor.L2Character.onMagicHitTimer(L2Chara
cter.java:6003)
at net.sf.l2j.gameserver.model.actor.L2Character$MagicUseTask.run(L2Char
acter.java:2418)
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)
toastgodsupreme
Posts: 750
Joined: Sun Dec 07, 2008 7:01 pm
Location: Poland

Re: game server error

Post by toastgodsupreme »

Once again, this is your failure to search at work.

Typically when you see chareffectlist npes show up, that means people are buff stacking. Find DS' rework of the chareffectlist.

From now on, go here first:
search.php
search.php
search.php
search.php
search.php
search.php
search.php
search.php
search.php
search.php
Locked