What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

System.Xml.XmlException: Root element is missing.

rebelone

New Member
Joined
Oct 25, 2014
Messages
52
Reaction score
0
I am seeing this error start up when I run AB. This is on initial start up before starting any plugins. Also, my game settings are not saving. i.e., in game screen resolution and graphics settings.

System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at (Object , String )
at A.cdd77b08565885ac2454fb93f12f3c18d.c30767ddca1f9c207888833aea5b5fc61(Object , String )
at ArcheBuddy.Bot.UserConfig.c7ab306e0e1e6c9703226eb763eccdda2(String )

11:41:26 AM: Error loading xml file xXbotternameXx.xml
 
If you know how to edit xml files, then open up your settings.xml in your archebuddy folder & remove the second root element. (Make sure there is only one section for <config></config>)

Code:
This is what a duplicated root element will look like
<config>
bits of info
</config>
<config>
more bits of info
</config>

And this is what it should look like
<config>
bits of info
</config>

If you're unsure, delete your settings.xml file, open archebuddy, set everything up again & it should work.
 
Back
Top