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 Help!

Kingllama

Knight
This is the code i'm getting when I try to use sallos after I find the client and hit sign in.


@2birdswithonestone
System.TypeInitializationException: The type initializer for 'PlayUO.Profiles.Config' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Sallos.XmlPersistanceReader.GetChild()
at PlayUO.Profiles.Preferences.DeserializeChildren(PersistanceReader ip)
at Sallos.PersistableObject.Deserialize(PersistanceReader ip)
at Sallos.XmlPersistanceReader.GetChild()
at PlayUO.Profiles.Profile.DeserializeChildren(PersistanceReader ip)
at Sallos.PersistableObject.Deserialize(PersistanceReader ip)
at Sallos.XmlPersistanceReader.GetChild()
at PlayUO.Profiles.ProfileList.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)
 
Top