Gameserver

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
Uniq
Posts: 8
Joined: Fri Jul 01, 2011 3:22 pm

Gameserver

Post 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 
Uniq
Posts: 8
Joined: Fri Jul 01, 2011 3:22 pm

Re: Gameserver

Post by Uniq »

any suggestions?
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: Gameserver

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