SoD stage1 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
Post Reply
baluu
Posts: 84
Joined: Thu Jan 21, 2010 6:17 pm

SoD stage1 error

Post by baluu »

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

Code: Select all

gameserver/data/scripts/instances/SeedOfDestruction/Stage1.javajava.lang.NullPointerException        at com.l2jserver.gameserver.util.MinionList.initializeNpcInstance(MinionList.java:296)        at com.l2jserver.gameserver.util.MinionList.spawnMinion(MinionList.java:285)        at com.l2jserver.gameserver.model.quest.Quest.addMinion(Quest.java:1743)        at instances.SeedOfDestruction.Stage1.onKill(Stage1.java:830)        at com.l2jserver.gameserver.model.quest.Quest.notifyKill(Quest.java:476)        at com.l2jserver.gameserver.model.actor.L2Attackable$OnKillNotifyTask.run(L2Attackable.java:572)        at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:86)        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)
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: SoD stage1 error

Post by _DS_ »

Known problem.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Post Reply