What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

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!

Error's when starting and stopping the bot.

dezaint

New Member
Joined
May 8, 2011
Messages
216
hey, I havent really got a problem, but it annoys me that I can't figure out what's causing the error messages.

I've got a completely new Honorbuddy install, only thing added is the CC for the class I'm starting the bot with (tried many chars and customclasses) but I'm still getting a big pile of errors when I start the bot (Debug section) and when I stop the bot.

I whould be really happy if someone could try and help me out here, log attached below.

edit: doesn't matter what bot I run (questing, pvp, combat) or how long I leave the bot running.

Thanks!
 

Attachments

Last edited:
Code:
[13:43:28:924] System.Threading.ThreadAbortException: Thread was being aborted.
   at System.Threading.WaitHandle.WaitOneNative(SafeWaitHandle waitHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
   at System.Threading.WaitHandle.WaitOne(Int64 timeout, Boolean exitContext)
   at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
   at (Object , Int32 , Boolean )
   at BlueMagic.ExecutorRand.Execute()
   at Styx.WoWInternals.WoWObjects.WoWObject.GetObjectName()
[13:43:28:928] System.Threading.ThreadAbortException: Thread was being aborted.
   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Delegate.DynamicInvokeImpl(Object[] args)
   at System.Delegate.DynamicInvoke(Object[] args)
   at (Object , Object[] )
   at Styx.Logic.Targeting.#Dr(Delegate e, Object[] args)
[13:43:28:930] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.Targeting.#Dr(Delegate e, Object[] args)
   at Styx.Logic.Targeting.Pulse()
[13:43:28:933] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.Targeting.Pulse()
   at Styx.WoWPulsator.Pulse(PulseFlags flags)
   at Styx.Logic.BehaviorTree.TreeRoot.Tick()
   at Styx.Logic.BehaviorTree.TreeRoot.Run()
[13:43:28:934] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.BehaviorTree.TreeRoot.Run()
you mean the lines above?


or you are talking about in game lua errors?
 
I'm talking about the lines you posted, they're shown as red in the bot window :P
 
I'm talking about the lines you posted, they're shown as red in the bot window :P

Yea I was getting the following message:
The type intializer for 'Styx.Helpers.PVPSettings' threw an exception.

Anything I can do on my end to fix this solution. Sorry for posting here but thought it was also semi-relevant. Thanks,
~Kevin

EDIT: Problem solved by deleting the settings folder.
 
Last edited:
Back
Top