So... The name of a guild I joined a couple of days ago and plan to raid with starts with "<." As you can see in the log a name starting with the "<" character causes an error and HB won't start. Is there any way around this?
[11:42:45 PM:549] Starting the bot!
[11:42:45 PM:576] Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 1363, position 2.
[11:42:45 PM:576] System.Xml.XmlException: Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 1363, position 2.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos)
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XElement.ReadElementFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XElement.Load(String uri, LoadOptions options)
at Styx.Logic.Profiles.Profile..ctor(String path, Profile parent)
at Styx.Logic.Profiles.ProfileManager.LoadNew(String path, Boolean rememberMe)
at Styx.Logic.Profiles.ProfileManager.LoadNew(String path)
at Styx.Logic.BehaviorTree.TreeRoot.Start()
at Honorbuddy.MainWindow.Start()
[11:42:45 PM:576] Stop called!