sMuve
Member
- Joined
- Jan 7, 2014
- Messages
- 112
My bot stops immediatly on Dromund Kaas.
Can anyone help me with this:
I understand that there's something missing. But Line 3 where ? Routine or Profile ?
Can anyone help me with this:
Traceback (most recent call last):
File "<string>", line 3, in Execute
TypeError: Invoke() takes exactly 3 arguments (2 given)
BotMain.Stop() called
Reason:
Sleeping while waiting on execution state to be available for BotMain.Stop()
We slept way too long waiting for the bot thread to give control back. Aborting thread. Client may crash!
Exception during scheduling Pulse: Microsoft.Scripting.ArgumentTypeException: Invoke() takes exactly 3 arguments (2 given)
bei Microsoft.Scripting.Interpreter.ThrowInstruction.Run(InterpretedFrame frame)
bei Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
bei Microsoft.Scripting.Interpreter.LightLambda.Run5[T0,T1,T2,T3,T4,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
bei System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3)
bei Microsoft.Scripting.Interpreter.DynamicInstruction`5.Run(InterpretedFrame frame)
bei Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
bei Microsoft.Scripting.Interpreter.LightLambda.Run1[T0,TRet](T0 arg0)
bei IronPython.Compiler.PythonCallTargets.OriginalCallTarget0(PythonFunction function)
bei System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0)
bei _Scripting_(Object[] )
bei Buddy.CommonBot.Profile.Quest.Composites.IfTag.GetConditionExec()
bei Buddy.CommonBot.Profile.Quest.Composites.IfTag.get_IsDone()
bei Buddy.CommonBot.Profile.Quest.Composites.IfTag.(ProfileBehavior )
bei System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)
bei Buddy.CommonBot.Profile.Quest.Composites.IfTag.get_IsDone()
bei Buddy.CommonBot.Profile.ProfileBehavior.get_IsDoneCache()
bei Buddy.CommonBot.QuestOrderManager.(IEnumerable`1 )
bei Buddy.CommonBot.QuestOrderManager.UpdateCurrentBehavior()
bei Buddy.CommonBot.ProfileManager.UpdateCurrentQuestBehavior()
bei Buddy.CommonBot.Logic.BuddyQuestBot.(Object , EventArgs )
bei Buddy.CommonBot.Logic.BrainBehavior.()
Bot Thread Aborted Der Thread wurde abgebrochen.
I understand that there's something missing. But Line 3 where ? Routine or Profile ?