Jump to content
  • 0

Question

Posted
Initializing GameServer.

 

Loaded 17 trade words.

Exception in thread "main" java.lang.NumberFormatException: For input string: "5

000000000"

        at java.lang.NumberFormatException.forInputString(Unknown Source)

        at java.lang.Integer.parseInt(Unknown Source)

        at java.lang.Integer.parseInt(Unknown Source)

        at sw.awaken.commons.configuration.ExProperties.getProperty(ExProperties

.java:136)

        at sw.awaken.gameserver.Config.loadOtherConfig(Config.java:1512)

        at sw.awaken.gameserver.Config.load(Config.java:2418)

        at sw.awaken.gameserver.GameServer.<init>(GameServer.java:82)

        at sw.awaken.gameserver.GameServer.main(GameServer.java:329)

 

GameServer Terminated Abnormaly, Please Verify Your Files.

 

 

GameServer Terminated.

 

Πιέστε ένα πλήκτρο για συνέχεια. . .

 

 

 

 

Που είναι το πρόβλημα? Δεν μπορώ να το βρω...

 

pls help

4 answers to this question

Recommended Posts

  • 0
Posted

You have in config a digit 5 000 000 000. Is not Integer. Change this value. Max Integer value 2 147 483 647.

thanks you! i am going to test it :)

  • 0
Posted

You have in config a digit 5 000 000 000. Is not Integer. Change this value. Max Integer value 2 147 483 647.

Its working thanks!!!

Guest
This topic is now closed to further replies.


×
×
  • Create New...