pantelis60 Posted April 18, 2014 Posted April 18, 2014 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
0 Rootware Posted April 18, 2014 Posted April 18, 2014 You have in config a digit 5 000 000 000. Is not Integer. Change this value. Max Integer value 2 147 483 647.
0 pantelis60 Posted April 18, 2014 Author Posted April 18, 2014 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 pantelis60 Posted April 18, 2014 Author Posted April 18, 2014 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!!!
Question
pantelis60
4 answers to this question
Recommended Posts