Page 2 of 2

Re: Gameserver problem :(

Posted: Sun May 30, 2010 8:53 pm
by JIV
so you have it from download page? http://www.l2jserver.com/nightly/ ?

Re: Gameserver problem :(

Posted: Sun May 30, 2010 8:55 pm
by Xseil
Yes sir i have the datapack and server pack i have that already

Re: Gameserver problem :(

Posted: Sun May 30, 2010 9:00 pm
by JIV
working fine for me. try reinstall everything from start, also reinstall DB.

Re: Gameserver problem :(

Posted: Sun May 30, 2010 9:01 pm
by Xseil
do you mean try reinstall database?

Re: Gameserver problem :(

Posted: Sun May 30, 2010 9:03 pm
by JIV
yes and unpack everything again.

Re: Gameserver problem :(

Posted: Sun May 30, 2010 9:04 pm
by Xseil
ok

Re: Gameserver problem :(

Posted: Sun May 30, 2010 9:07 pm
by Xseil
JIV do you have a guide on making a private server cause i just want to make sure i didn't miss anything

Re: Gameserver problem :(

Posted: Sun May 30, 2010 9:24 pm
by Xseil
Ok jiv i did everything right again and the same thing happend again

Re: Gameserver problem :(

Posted: Sun May 30, 2010 10:08 pm
by JIV
no idea, post here error0.log

Re: Gameserver problem :(

Posted: Sun May 30, 2010 10:16 pm
by Xseil
Do you have a guide? because if you do i could see if i missed somethin

Re: Gameserver problem :(

Posted: Sun May 30, 2010 10:18 pm
by Xseil
Wait how much tables do you have? because maybe i'm missing one. I have 138 tables

Re: Gameserver problem :(

Posted: Thu Jun 17, 2010 6:03 pm
by Lordpain
I had the same problem
I did extract and everything from the beginning
I configured everything every time and i finally got the same error

I tried some thing to fix the 35063 and i found out that something was wrong with spawnlist.sql


*****
(paste is from my FIXED spawnlist.sql)
*****

-- Castle Artefacts
INSERT INTO `spawnlist` VALUES
(null,'GludioArtefact1',1,35063,-18120,107984,-2483,0,0,16384,60,0,0),
(null,'GiranArtefact1',1,35147,117939,145090,-2550,0,0,32768,60,0,0),
(null,'DionArtefact1',1,35105,22081,161771,-2677,0,0,49017,60,0,0),
(null,'OrenArtefact1',1,35189,84014,37184,-2277,0,0,16384,60,0,0),

I chanced the 35063 NPC attribute numbers to the correct based on a website info about the npc

I tried to run gameserver_start.bat and the running passed the error and gave another one :(



THE ERROR HELP PLZ


17 Ιουν 2010 8:14:55 μμ com.l2jserver.gameserver.instancemanager.GrandBossManager init
WARNING: Error while initializing GrandBossManager: null
java.lang.NullPointerException
at com.l2jserver.gameserver.instancemanager.GrandBossManager.init(GrandBossManager.java:145)
at com.l2jserver.gameserver.instancemanager.GrandBossManager.<init>(GrandBossManager.java:107)
at com.l2jserver.gameserver.instancemanager.GrandBossManager.<init>(GrandBossManager.java:46)
at com.l2jserver.gameserver.instancemanager.GrandBossManager$SingletonHolder.<clinit>(GrandBossManager.java:483)
at com.l2jserver.gameserver.instancemanager.GrandBossManager.getInstance(GrandBossManager.java:101)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:265)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:490)