You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
A small reminder for everyone browsing here - our bonus-start is active starting from today, you can already play with the new benefits! Have a good time everyone 🙂
Question
fokys
I will copy and paste error messages!
Loading GameServer Configuration Files...
[Fatal Error] ipconfig.xml:9:1: XML document structures must start and end within the same entity.
org.xml.sax.SAXParseException: XML document structures must start and end within the same entity.
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:249)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208)
at com.l2jserver.Config.load(Config.java:1114)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:501)
Exception in thread "main" java.lang.Error: Failed to Load ./config/ipconfig.xml File.
at com.l2jserver.Config.load(Config.java:1162)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:501)
And this is my ipconfig.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Put old contents of ExternalHostname here, used by default -->
<gameserver address="46.4.0.83">
<!-- Localhost access -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- LAN's, put old contents of InternalHostname here -->
<gameserver address="127.0.0.1.">
</gameserver>
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.