Jump to content
  • 0

Question

Posted

I got this Error when i try to open the gameServer...

Exception in thread "main" java.lang.NumberFormatException: For input string: "10."
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
        at java.lang.Integer.parseInt(Integer.java:580)
        at java.lang.Integer.parseInt(Integer.java:615)
        at net.sf.l2j.commons.config.ExProperties.getProperty(ExProperties.java:50)
        at net.sf.l2j.Config.loadServer(Config.java:2196)
        at net.sf.l2j.Config.loadGameServer(Config.java:2382)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:157)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:134)

Server have terminated abnormaly.


Server terminated.

Press any key to continue . . .

Any help? or idea?
 

Regards,
Carvage.

2 answers to this question

Recommended Posts

  • 0
Posted

Error is clear and you could Google it. Number format exception, your config is "10." while it's supposed to be an int and not a double. So, remove the dot, it must be "10".

Guest
This topic is now closed to further replies.


×
×
  • Create New...