My Deepbot is crashing on launch. I understand you are on a trip, take your time. This is the errorlog
09 Sep 15:15:55,778 - 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.
09 Sep 15:15:55,789 - 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()