Gameserver problem :(

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
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Gameserver problem :(

Post by JIV »

so you have it from download page? http://www.l2jserver.com/nightly/ ?
Xseil
Posts: 43
Joined: Sun May 30, 2010 7:43 pm

Re: Gameserver problem :(

Post by Xseil »

Yes sir i have the datapack and server pack i have that already
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Gameserver problem :(

Post by JIV »

working fine for me. try reinstall everything from start, also reinstall DB.
Xseil
Posts: 43
Joined: Sun May 30, 2010 7:43 pm

Re: Gameserver problem :(

Post by Xseil »

do you mean try reinstall database?
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Gameserver problem :(

Post by JIV »

yes and unpack everything again.
Xseil
Posts: 43
Joined: Sun May 30, 2010 7:43 pm

Re: Gameserver problem :(

Post by Xseil »

ok
Xseil
Posts: 43
Joined: Sun May 30, 2010 7:43 pm

Re: Gameserver problem :(

Post 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
Xseil
Posts: 43
Joined: Sun May 30, 2010 7:43 pm

Re: Gameserver problem :(

Post by Xseil »

Ok jiv i did everything right again and the same thing happend again
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Gameserver problem :(

Post by JIV »

no idea, post here error0.log
Xseil
Posts: 43
Joined: Sun May 30, 2010 7:43 pm

Re: Gameserver problem :(

Post by Xseil »

Do you have a guide? because if you do i could see if i missed somethin
Xseil
Posts: 43
Joined: Sun May 30, 2010 7:43 pm

Re: Gameserver problem :(

Post by Xseil »

Wait how much tables do you have? because maybe i'm missing one. I have 138 tables
Lordpain
Posts: 4
Joined: Thu Jun 17, 2010 5:01 pm

Re: Gameserver problem :(

Post 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)
Post Reply