Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Server fatal error

Newbie Spellweaver
Joined
Jan 24, 2014
Messages
53
Reaction score
0
heya, anybody knows where is this problem happening at i cant figure out where it comes from either WZ files or the server source

Code:
Skills loaded in 1.184 seconds
Items loaded in 1.019 seconds
Quest loaded in 1.543 seconds


Starting world 0
[Fatal Error] :1535:35: An invalid XML character (Unicode: 0x5) was found in the
 value of attribute "value" and element is "string".
Error in moople.ini, start CreateINI.bat to re-make the file.
java.lang.RuntimeException: org.xml.sax.SAXParseException; lineNumber: 1535; col
umnNumber: 35; An invalid XML character (Unicode: 0x5) was found in the value of
 attribute "value" and element is "string".
        at provider.wz.XMLDomMapleData.<init>(XMLDomMapleData.java:55)
        at provider.wz.XMLWZFile.getData(XMLWZFile.java:70)
        at server.maps.MapleMapFactory.<init>(MapleMapFactory.java:51)
        at net.server.channel.Channel.<init>(Channel.java:83)
        at net.server.Server.run(Server.java:194)
        at net.server.Server.main(Server.java:232)
Caused by: org.xml.sax.SAXParseException; lineNumber: 1535; columnNumber: 35; An
 invalid XML character (Unicode: 0x5) was found in the value of attribute "value
" and element is "string".
        at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown So
urce)
        at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unk
nown Source)
        at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
        at provider.wz.XMLDomMapleData.<init>(XMLDomMapleData.java:50)
        ... 5 more
Shutting down the server!


Worlds + Channels are offline.
 
(O_o(o_O(O_O)o_O)O_o)
Loyal Member
Joined
Apr 9, 2009
Messages
1,088
Reaction score
322
Yeah either re-dump em, or fix the parsing issue. In one of the files sits an unexpected character (unicode: 0x5) that can't be parsed.

But since it's v83, moopldev, it's probably just a corrupt download.
 
Upvote 0
Back
Top