View Single Post
  #29  
Unread 11-28-2007, 11:41 PM
Kagehi Kagehi is offline
A Young Mystail Rat
 
Join Date: Feb 2007
Server: Antonia Bayle
Posts: 2
Default

Just had this same issue as of today. Yesterday it worked 100% right. Today, BOOM!, same error everyone else is getting. Very annoying.

Actually. This is a different error apparently, it just looks similar, due to the fact that the same xml file is causing it. My output is:

Error Opening Database File: System.Xml
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos)
at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
at System.Xml.XmlTextReaderImpl.ParseEndElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.ReadCurrentNode(XmlDocument doc, XmlReader reader)
at System.Xml.XmlDocument.ReadNode(XmlReader reader)
at System.Data.DataSet.ReadXml(XmlReader reader, Boolean denyResolving)
at System.Data.DataSet.ReadXml(String fileName)
at EQ2MAPUpdater.MainWindow.DownloadUpdates()Unexpected end of file while parsing Name has occurred. Line 646, position 40.

I presume that, since I can't find it on my system, this is a server side file, which is loaded from the server, then used to execute the rest of the update? Looks like something is causing it to fail to download, fail to be generated properly, or some other glitch.

Last edited by Kagehi : 11-28-2007 at 11:51 PM. Reason: Added my error output and some comments.
Reply With Quote