Gameserver problem :(
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: Gameserver problem :(
so you have it from download page? http://www.l2jserver.com/nightly/ ?
-
- Posts: 43
- Joined: Sun May 30, 2010 7:43 pm
Re: Gameserver problem :(
Yes sir i have the datapack and server pack i have that already
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: Gameserver problem :(
working fine for me. try reinstall everything from start, also reinstall DB.
-
- Posts: 43
- Joined: Sun May 30, 2010 7:43 pm
Re: Gameserver problem :(
do you mean try reinstall database?
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: Gameserver problem :(
yes and unpack everything again.
-
- Posts: 43
- Joined: Sun May 30, 2010 7:43 pm
Re: Gameserver problem :(
JIV do you have a guide on making a private server cause i just want to make sure i didn't miss anything
-
- Posts: 43
- Joined: Sun May 30, 2010 7:43 pm
Re: Gameserver problem :(
Ok jiv i did everything right again and the same thing happend again
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: Gameserver problem :(
no idea, post here error0.log
-
- Posts: 43
- Joined: Sun May 30, 2010 7:43 pm
Re: Gameserver problem :(
Do you have a guide? because if you do i could see if i missed somethin
-
- Posts: 43
- Joined: Sun May 30, 2010 7:43 pm
Re: Gameserver problem :(
Wait how much tables do you have? because maybe i'm missing one. I have 138 tables
-
- Posts: 4
- Joined: Thu Jun 17, 2010 5:01 pm
Re: Gameserver problem :(
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)
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)