Jump to content

Error window on starting bot (often)


jwjones35

Recommended Posts

I get this almost every time I start the bot, certainly every time I stop while its running and restart it.

 

---------------------------

---------------------------
XML Deserialize: System.Threading.ThreadAbortException: Thread was being aborted.

   at System.Reflection.Emit.TypeBuilder.DefineCustomAttribute(RuntimeModule module, Int32 tkAssociate, Int32 tkConstructor, Byte[] attr, Int32 attrLength, Boolean toDisk, Boolean updateCompilerFlags)

   at System.Reflection.Emit.TypeBuilder.DefineCustomAttribute(ModuleBuilder module, Int32 tkAssociate, Int32 tkConstructor, Byte[] attr, Boolean toDisk, Boolean updateCompilerFlags)

   at System.Reflection.Emit.AssemblyBuilder.SetCustomAttribute(CustomAttributeBuilder customBuilder)

   at System.Xml.Serialization.TempAssembly.GenerateRefEmitAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence)

   at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)

   at System.Xml.Serialization.XmlSerializer.GenerateTempAssembly(XmlMapping xmlMapping, Type type, String defaultNamespace)

   at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)

   at robotManager.Helpful.XmlSerializer.Deserialize[T](String path)
---------------------------
OK   
---------------------------
 

Link to comment
Share on other sites

Here is another error I just received after stopping, selecting a different fight class and restarting.

 

---------------------------

---------------------------
XML Deserialize: System.Threading.ThreadAbortException: Thread was being aborted.

   at System.Reflection.Emit.ModuleBuilder.GetTypeRef(RuntimeModule module, String strFullName, RuntimeModule refedModule, String strRefedModuleFileName, Int32 tkResolution)

   at System.Reflection.Emit.ModuleBuilder.GetTypeRefNested(Type type, Module refedModule, String strRefedModuleFileName)

   at System.Reflection.Emit.ModuleBuilder.GetTypeTokenWorkerNoLock(Type type, Boolean getGenericDefinition)

   at System.Reflection.Emit.ModuleBuilder.GetTypeTokenInternal(Type type, Boolean getGenericDefinition)

   at System.Reflection.Emit.ModuleBuilder.GetMethodTokenNoLock(MethodInfo method, Boolean getGenericTypeDefinition)

   at System.Reflection.Emit.ModuleBuilder.GetMethodTokenInternal(MethodInfo method)

   at System.Reflection.Emit.ModuleBuilder.GetMethodTokenInternal(MethodBase method, IEnumerable`1 optionalParameterTypes, Boolean useMethodDef)

   at System.Reflection.Emit.ILGenerator.GetMethodToken(MethodBase method, Type[] optionalParameterTypes, Boolean useMethodDef)

   at System.Reflection.Emit.ILGenerator.EmitCall(OpCode opcode, MethodInfo methodInfo, Type[] optionalParameterTypes)

   at System.Reflection.Emit.ILGenerator.Emit(OpCode opcode, MethodInfo meth)

   at System.Xml.Serialization.CodeGenerator.Call(MethodInfo methodInfo)

   at System.Xml.Serialization.XmlSerialization

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...