Mystery Error

Issue #1040 new
Former user created an issue

Hey, idk what this means but it happened to me so here's the text log in its entirety:

System.Xml.XmlException: The 'Type' start tag on line 763058 position 6 does not match the end tag of 'T5e'. Line 763058, position 23. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag) at System.Xml.XmlTextReaderImpl.ParseEndElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() 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 () at LaunchBox.Search.LocalDb.get_DataSet() at () at LaunchBox.Search.LocalDb.GetEmulators() at (DataManager , Boolean ) at LaunchBox.Data.DataManager.Load(Boolean settingsOnly) at LaunchBox.Data.DataManager..ctor(Boolean bare, Boolean settingsOnly) at (String[] ) at LaunchBox.Program.Main(String[] args)

It only happens when it gets to the "Populating Emulators" section and before I restarted my computer, it worked fine

Comments (1)

  1. Brad Cheyne

    It looks like a corrupted XML. Try replacing your current LaunchBox.xml with a slightly older XML in your backups folder and see if that resolves this.

  2. Log in to comment