Getting a error when selecting Stars as the CR at HB startup..
Loading any other CR works fine.
Code:
[47:106]: [Stars] -- Initialization Started
[47:140]: Error thrown at Root.Initialize() : 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.XmlReader.MoveToContent()
at System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XElement.Load(String uri, LoadOptions options)
at System.Xml.Linq.XElement.Load(String uri)
at Styx.Helpers.Settings.Load()
at Styx.Helpers.Settings..ctor(String settingsPath, String oldSettingsPath)
at Stars.MyHotkeys..ctor()
at Stars.MyHotkeys.get_Instance()
at Stars.Root.Initialize()
[47:144]: System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
at Stars.Core.Talents.MyTalents()
at Stars.Root.Initialize()
Loading any other CR works fine.