Page 1 of 1

Gameserver

Posted: Fri Jul 01, 2011 3:33 pm
by Uniq
L2J Revision: 4701
L2JDP Revision: 8106
OS: Windows 7 x64

First of all I would like to say Hello because I am new here and newbie too :oops:
I am getting this error and I dont know what it is :S
I am using nightly unstable version

Code: Select all

Starting L2J Game Server. Loading GameServer Configuration Files...L2Properties: Missing property for key - DatapackRootjava.lang.NumberFormatException: Value out of range. Value:"150" Radix:10        at java.lang.Byte.parseByte(Unknown Source)        at java.lang.Byte.parseByte(Unknown Source)        at com.l2jserver.Config.load(Config.java:1495)        at com.l2jserver.gameserver.GameServer.main(GameServer.java:488)Exception in thread "main" java.lang.Error: Failed to Load ./config/Character.properties file.        at com.l2jserver.Config.load(Config.java:1669)        at com.l2jserver.gameserver.GameServer.main(GameServer.java:488) Server terminated abnormaly  server terminated 

Re: Gameserver

Posted: Fri Jul 01, 2011 10:38 pm
by Uniq
any suggestions?

Re: Gameserver

Posted: Fri Jul 01, 2011 11:16 pm
by tukune
java.lang.NumberFormatException: Value out of range. Value:"150" Radix:10
at java.lang.Byte.parseByte(Unknown Source)
at java.lang.Byte.parseByte(Unknown Source)
at com.l2jserver.Config.load(Config.java:1495)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:488)
Exception in thread "main" java.lang.Error: Failed to Load ./config/Character.properties file.
at com.l2jserver.Config.load(Config.java:1669)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:488)