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] Exception during scheduling Pules

sMuve

Member
Joined
Jan 7, 2014
Messages
112
My bot stops immediatly on Dromund Kaas.

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 ?
 
Yesterday the "Attachment Manager" timed out everytime i tried to upload something.

First of all i want to emphasize that i didn't change anything and after a succesful night of botting and a reboot it didnt work anymore.

Meanwhile i tried the following steps:

- I reinstalled Buddywing
- I reinstalled Kickz Profiles
- I reinstalled Waltz / Joes Routines
- I tested it on different Characters (Merc LVL 11 on Dromund Kaas an Assa LVL 33 on Aldeeran)

So here is the log from my last test with the Merc on Dromund Kaas

View attachment 2014-01-31 00.01.txt
 
Yesterday the "Attachment Manager" timed out everytime i tried to upload something.

First of all i want to emphasize that i didn't change anything and after a succesful night of botting and a reboot it didnt work anymore.

Meanwhile i tried the following steps:

- I reinstalled Buddywing
- I reinstalled Kickz Profiles
- I reinstalled Waltz / Joes Routines
- I tested it on different Characters (Merc LVL 11 on Dromund Kaas an Assa LVL 33 on Aldeeran)

So here is the log from my last test with the Merc on Dromund Kaas

View attachment 119038

sorry for digging this up.

Has this been resolved? I'm getting the error since arriving with my PT on dromund kaas.

And yes as always:

affinity -> ok
priority -> ok
restarted pc after reusing buddywizzard -> yes
redownloaded BW -> yes
using defaultcombat -> yes
Profile used: kicks


Please see logs.
Edit: i tried the same built with my juggernaut and it's working correctly. So I gues it's either defaultcombat (class PT) or the profiles (i don't have another profile to test it with and prior to the recent update the dromund kaas profile was working fine)



Thanks in advance.
 

Attachments

Last edited:
I've seen this when I had something in the profile that wasn't accepted by BW.
Can you try cataclysmx dromind kaas profile?
Also, a reboot worked sometimes.
But it was in my experience always something with messing with profiles.
 
I've seen this when I had something in the profile that wasn't accepted by BW.
Can you try cataclysmx dromind kaas profile?
Also, a reboot worked sometimes.
But it was in my experience always something with messing with profiles.

Did the reboot and all that jazz.
I was hoping I can figure out the missing part by just reading the logs but I don't understand the problem :)
I will see if it works with cataclysmx's profiles.

But could it be that the combination PT and kicks profiles could also be the reason? I never head this with my other toons in dromund kaas.
 
Might be an error in your class quest
Dump quests and tell me what quest it wants to do, if you get that far.
 
Just tried with cataclysmx profile. Rebooted the system and even used a clean copy from BW (not plugins whatsoever)

Dump Quest:

Code:
Albea's Bounty
	Id: 0xE000221BF04319DB
	Current Step: 2
	Current Branch: 1
	Repeatable: False
	Profile Functions: 
		HasQuest(0xE000221BF04319DB)
		IsQuestComplete(0xE000221BF04319DB)
		IsStepComplete(0xE000221BF04319DB, 2)
The Hunt on Dromund Kaas
	Id: 0xE0005EC6ED10F90F
	Current Step: 5
	Current Branch: 1
	Repeatable: False
	Profile Functions: 
		HasQuest(0xE0005EC6ED10F90F)
		IsQuestComplete(0xE0005EC6ED10F90F)
		IsStepComplete(0xE0005EC6ED10F90F, 5)
Sport Hunting
	Id: 0xE000681C28D22248
	Current Step: 2
	Current Branch: 1
	Repeatable: False
	Profile Functions: 
		HasQuest(0xE000681C28D22248)
		IsQuestComplete(0xE000681C28D22248)
		IsStepComplete(0xE000681C28D22248, 2)

Attached the log again.


Edit: sorry wrong log. its now the correct one
 

Attachments

Last edited:
I'll check later today when I got time...

Dont bother. As you mentioned it could have something to do with the classquest I finsihed the next step of both class quests manually (just had to talk to the npcs) now it's running again...

You could give me a hint where in the log you saw that it has something to do with the class quest :)
 
Do you know what the questname was?


I finished the steps from these two:

Code:
Albea's Bounty
	Id: 0xE000221BF04319DB
	Current Step: 2
	Current Branch: 1
	Repeatable: False
	Profile Functions: 
		HasQuest(0xE000221BF04319DB)
		IsQuestComplete(0xE000221BF04319DB)
		IsStepComplete(0xE000221BF04319DB, 2)
The Hunt on Dromund Kaas
	Id: 0xE0005EC6ED10F90F
	Current Step: 5
	Current Branch: 1
	Repeatable: False
	Profile Functions: 
		HasQuest(0xE0005EC6ED10F90F)
		IsQuestComplete(0xE0005EC6ED10F90F)
		IsStepComplete(0xE0005EC6ED10F90F, 5)
 
Back
Top