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!

Unhandled dispatcher exception

Sumi

New Member
Joined
Mar 23, 2012
Messages
25
Could someone help me maybe? I've used the latest Buddy Wizard and my pc restarted. Despite it still does not work, unfortunately, and there is always the same error.

This one I've already tried but no success.
https://dl.dropboxusercontent.com/u/2068143/VCRP.zip

Please unzip that into your bot folder, and let me know if it fixes the issue.

Code:
2015-02-28 19:10:40,745 [1] DEBUG Hotkeys - Registered hotkey TargetDump to Alt, Shift + D
2015-02-28 19:10:40,777 [1] DEBUG Hotkeys - Registered hotkey Inventory to Alt, Shift + I
2015-02-28 19:10:40,777 [1] DEBUG Hotkeys - Registered hotkey QuestDump to Alt, Shift + Q
2015-02-28 19:10:40,777 [1] DEBUG Hotkeys - Registered hotkey OffmeshConnection to Alt, Control, Shift + C
2015-02-28 19:10:40,777 [1] DEBUG Hotkeys - Registered hotkey ShowClickLocation to Alt, Shift + C
2015-02-28 19:10:40,780 [1] DEBUG Hotkeys - Registered hotkey PDT_Interact to Alt, Control + I
2015-02-28 19:10:40,780 [1] DEBUG Hotkeys - Registered hotkey PDT_TurnIn to Alt, Control + T
2015-02-28 19:10:40,780 [1] DEBUG Hotkeys - Registered hotkey PDT_PickUp to Alt, Control + P
2015-02-28 19:10:40,780 [1] DEBUG Hotkeys - Registered hotkey PDT_MoveTo to Alt, Control + M
2015-02-28 19:10:40,780 [1] DEBUG Hotkeys - Registered hotkey PDT_GrindHotspot to Alt, Control + H
2015-02-28 19:10:40,781 [1] INFO  MainWindowViewModel - Wildbuddy 0.1.477.204 starting...
2015-02-28 19:10:40,786 [1] INFO  MainWindowViewModel - CPU Architecture: x64
2015-02-28 19:10:40,786 [1] INFO  MainWindowViewModel - Process Architecture: x64
2015-02-28 19:10:40,820 [1] INFO  MainWindowViewModel - OS: Windows 7 Ultimate x64
2015-02-28 19:10:40,820 [1] INFO  MainWindowViewModel - OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1
2015-02-28 19:10:40,820 [1] INFO  MainWindowViewModel - .NET Runtime Version: 4.0.30319.34209
2015-02-28 19:10:40,822 [1] INFO  MainWindowViewModel - System Memory: 8,00 GB Available
2015-02-28 19:10:40,822 [1] INFO  MainWindowViewModel - CPU Cores: 6
2015-02-28 19:10:40,823 [1] INFO  MainWindowViewModel - Application Uri: C:\Users\<User>\Desktop\Debug
2015-02-28 19:10:41,102 [1] DEBUG Hotkeys - Registered hotkey TargetDump to Alt, Shift + D
2015-02-28 19:10:41,104 [1] DEBUG Hotkeys - Registered hotkey Inventory to Alt, Shift + I
2015-02-28 19:10:41,104 [1] DEBUG Hotkeys - Registered hotkey QuestDump to Alt, Shift + Q
2015-02-28 19:10:41,104 [1] DEBUG Hotkeys - Registered hotkey OffmeshConnection to Alt, Control, Shift + C
2015-02-28 19:10:41,104 [1] DEBUG Hotkeys - Registered hotkey ShowClickLocation to Alt, Shift + C
2015-02-28 19:10:41,104 [1] INFO  MainWindowViewModel - Wildbuddy 0.1.477.204 starting...
2015-02-28 19:10:41,104 [1] INFO  MainWindowViewModel - CPU Architecture: x64
2015-02-28 19:10:41,104 [1] INFO  MainWindowViewModel - Process Architecture: x64
2015-02-28 19:10:41,104 [1] INFO  MainWindowViewModel - OS: Windows 7 Ultimate x64
2015-02-28 19:10:41,104 [1] INFO  MainWindowViewModel - OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1
2015-02-28 19:10:41,104 [1] INFO  MainWindowViewModel - .NET Runtime Version: 4.0.30319.34209
2015-02-28 19:10:41,104 [1] INFO  MainWindowViewModel - System Memory: 8,00 GB Available
2015-02-28 19:10:41,104 [1] INFO  MainWindowViewModel - CPU Cores: 6
2015-02-28 19:10:41,104 [1] INFO  MainWindowViewModel - Application Uri: C:\Users\<User>\Desktop\Debug
2015-02-28 19:10:41,200 [1] DEBUG TypeFinder<IBot> - Type ProfileBot implements interface IBot
2015-02-28 19:10:46,144 [1] INFO  MainWindow - Logging in...
2015-02-28 19:10:46,622 [1] INFO  MainWindow - T: 5247293492889165735 H: 2821546643
2015-02-28 19:10:47,544 [1] ERROR Application - UNHANDLED DISPATCHER EXCEPTION
2015-02-28 19:10:47,544 [1] ERROR Application - System.IO.FileNotFoundException: Die Datei oder Assembly "GreyMagic.dll" oder eine Abhängigkeit davon wurde nicht gefunden. Das angegebene Modul wurde nicht gefunden.
Dateiname: 'GreyMagic.dll'
   bei Buddy.Wildstar.MainWindow.<AttachProcess>d__1c.MoveNext()
   bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
   bei Buddy.Wildstar.MainWindow.AttachProcess(Process p)
   bei Buddy.Wildstar.MainWindow.<HandleProcessSelectorRefresh>d__2f.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
   bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
 
As I've stated in many threads, the Buddy Wizard does not work for x64. You'll need to manually install the x64 redist yourself (please check the release thread for all requirements, and links to installs)
 
Back
Top