UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

sallos error?

sallos error?

If anyone has had this type of problem before and figured out a way for a possible fix, let me know. Thanks

Code:
System.TypeInitializationException: The type initializer for 'PlayUO.Profiles.Config' threw an exception. ---> System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 12080, position 46.
   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.ThrowInvalidChar(Int32 pos, Char invChar)
   at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
   at System.Xml.XmlTextReaderImpl.ParseAttributes()
   at System.Xml.XmlTextReaderImpl.ParseElement()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlTextReader.Read()
   at Sallos.XmlPersistanceReader.BeginChildren()
   at Sallos.PersistableObject.Deserialize(PersistanceReader ip)
   at Sallos.XmlPersistanceReader.GetChild()
   at PlayUO.RunebookInfo.DeserializeChildren(PersistanceReader ip)
   at Sallos.PersistableObject.Deserialize(PersistanceReader ip)
   at Sallos.XmlPersistanceReader.GetChild()
   at PlayUO.TravelAgent.DeserializeChildren(PersistanceReader ip)
   at Sallos.PersistableObject.Deserialize(PersistanceReader ip)
   at Sallos.XmlPersistanceReader.GetChild()
   at PlayUO.Profiles.Server.DeserializeChildren(PersistanceReader ip)
   at Sallos.PersistableObject.Deserialize(PersistanceReader ip)
   at Sallos.XmlPersistanceReader.GetChild()
   at PlayUO.Profiles.ServerList.DeserializeChildren(PersistanceReader ip)
   at Sallos.PersistableObject.Deserialize(PersistanceReader ip)
   at Sallos.XmlPersistanceReader.GetChild()
   at PlayUO.Profiles.Config.DeserializeChildren(PersistanceReader ip)
   at Sallos.PersistableObject.Deserialize(PersistanceReader ip)
   at Sallos.XmlPersistanceReader.ReadDocument(PersistableObject root)
   at PlayUO.Profiles.Config.Load()
   at PlayUO.Profiles.Config..ctor()
   at PlayUO.Profiles.Config..cctor()
   --- End of inner exception stack trace ---
   at PlayUO.Profiles.Profile.get_Current()
   at PlayUO.Engine.MainA(String[] Args)
   at PlayUO.Engine.Main(String[] args)
 
Re: sallos error?

Fixed, I moved all my EA Games user profile accounts I had to another folder along with the old settings I had in Sallos which I'm going to replace now, but if this ever occurs with anyone else, just thought I would share to help out.

Edit2: In the configuration.xml stored in the default location "%user%/application_data/sallos/ultima_online/" the settings were messed up I guess when I put the old files back so I just deleted that file and kept my macros, and it worked fine.
 
Top