Jump to content
  • 0

[Help]Server Terminated


Dante44®

Question

Network Config: ipconfig.xml exists using manual configuration...

Exception in thread "main" java.lang.NumberFormatException: empty String

        at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)

        at java.lang.Float.parseFloat(Unknown Source)

        at l2r.Config.load(Config.java:2293)

        at l2r.gameserver.GameServer.main(GameServer.java:482)

 

Game Server Terminated Abnormally!

 

 

Game Server Terminated.

 

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

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

server/config/ipconfig.xml

 

ti exeis ekei mesa?

 

<?xml version="1.0" encoding="UTF-8"?>

<!-- Note: If file is named "ipconfig.xml" this data will be used as network configuration, otherwise server will configure it automatically! -->

<!-- Externalhost here (Internet IP) or Localhost IP for local test -->

<gameserver address="xxxxxxx" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../data/xsd/ipconfig.xsd">

<!-- Localhost here -->

<define subnet="127.0.0.0/8" address="127.0.0.1" />

<!-- Internalhosts here (LANs IPs) -->

<define subnet="10.0.0.0/8" address="10.0.0.0" />

<define subnet="172.16.0.0/19" address="172.16.0.0" />

<define subnet="192.168.0.0/16" address="192.168.0.0" />

</gameserver>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...