When I open deepbot, the loading window will come up and once it hits "loading user config..." it crashes and logs an error:
05 Oct 09:55:47,765 - 0.5.2.1: Crashed Binary stream '0' does not contain a valid BinaryHeader. Possible causes are invalid stream or object version change between serialization and deserialization.
05 Oct 09:55:47,801 - 0.5.2.1: Crashed at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at DeepBot.UserConfig.LoadUserConfig()
at DeepBot.Main..ctor()
at DeepBot.Program.Main()
I have run deepbot fine and have loved it so far, I don't know what could be causing this.