Gameserver freeze when loading

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
Suspended
Posts: 12
Joined: Sat Jun 06, 2009 8:08 pm

Gameserver freeze when loading

Post by Suspended »

L2J Revision 2943
L2JDP Revision 5990
I was searching about one hour but found only useless topics.
Here is the problem i dled l2j ct 2.2 from nightly'ies and i made everything in right way and trying to run gameserver and it freeze on that moment
Initializing GrandBossManager
GrandBossManager: Loaded 7 Instances
GrandBossManager: Initialized 0 Grand Boss Zones
GrandBossManager: Loaded 7 Instances
FourSepulchersManager: loaded 20 Mysterious-Box spawns.
FourSepulchersManager: loaded 716 Physical type monsters spawns.
FourSepulchersManager: loaded 716 Magical type monsters spawns.
FourSepulchersManager: loaded 92 Church of duke monsters spawns.
FourSepulchersManager: loaded 68 Emperor's grave NPC spawns.
FourSepulchersManager: spawned Conquerors' Sepulcher Manager
FourSepulchersManager: spawned Emperors' Sepulcher Manager
FourSepulchersManager: spawned Great Sages' Sepulcher Manager
FourSepulchersManager: spawned Judges' Sepulcher Manager
Exception in thread "main" java.lang.NullPointerException
at net.sf.l2j.gameserver.instancemanager.FourSepulchersManager.clean(Fou
rSepulchersManager.java:237)
at net.sf.l2j.gameserver.instancemanager.FourSepulchersManager.timeSelec
tor(FourSepulchersManager.java:203)
at net.sf.l2j.gameserver.instancemanager.FourSepulchersManager.init(Four
SepulchersManager.java:171)
at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:300)
at net.sf.l2j.gameserver.GameServer.main(GameServer.java:540)
I was trying to find net.sf.l2j.gameserver.instancemenager.FourSepulchers.Manager somewhere but no idea where to search for it. And i was trying to fix it but i am newbie with l2j so don't know how. Please tell me how to fix this issue
Ankhrin
Posts: 1
Joined: Fri May 15, 2009 7:34 pm

Re: Gameserver freeze when loading

Post by Ankhrin »

I'm having the exact same problem.. trying to figure it out.
I can find the lines in java file talking about four sepulchers but have no idea how to fix this
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Gameserver freeze when loading

Post by JIV »

GrandBossManager: Initialized 0 Grand Boss Zones
check your DP dirs
User avatar
XavierElf
Posts: 92
Joined: Wed May 14, 2008 3:39 am
Location: Russia

Re: Gameserver freeze when loading

Post by XavierElf »

I think NPE appears here
GrandBossManager.getInstance().getZone(Location[0], Location[1], Location[2]).oustAllPlayers();
Be convinced that the file zone.xml exists and is actual.
Sry for my bad english...
Post Reply