What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

NullReferenceException (Object, Window)

joe3563

Member
Joined
Jul 27, 2011
Messages
213
Reaction score
1
When selecting Settings-> Combat Routine, I get the following error and no Combat Routine window:

08:31:50.513 D] System.NullReferenceException: Object reference not set to an instance of an object.
at (Object , Window )
at Demonbuddy.MainWindow.btnRoutineSettings_Click(Object sender, RoutedEventArgs e)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
 
Tony, please. The log has the exact same information... here is the entire log. Start game, try to open Bot Settings:
[14:43:05.079 N] Demonbuddy v1.0.1217.290 started
[14:43:06.367 N] Logging in...
[14:43:07.124 N] Attached to Diablo III with pid: 5380
[14:43:07.124 N] Flashing window
[14:43:08.269 D] Executable Path: C:\db ExpRuns\Demonbuddy.exe
[14:43:08.269 D] OS Architecture: AMD64
[14:43:08.269 D] OS: Windows 7 Service Pack 1 64-bit
[14:43:08.269 D] OS Language: English (United States)
[14:43:08.299 D] Reloading AssemblyLoader<Zeta.CommonBot.ICombat> - Initializing
[14:43:09.639 D] Reloading AssemblyLoader<Zeta.Common.Plugins.IPlugin> - Initializing
[14:43:10.659 N] [Trinity]debug flag ... True
[14:43:10.659 N] [Trinity]reading ... pickup.dis
[14:43:10.669 N] [Trinity] ... loaded: 15 pickup rules
[14:43:10.669 N] [Trinity]reading ... special.dis
[14:43:10.679 N] [Trinity]reading ... magic.dis
[14:43:10.679 N] [Trinity]reading ... rare.dis
[14:43:10.849 N] [Trinity]reading ... legendary.dis
[14:43:10.969 N] [Trinity] ... loaded: 328 item rules
[14:43:10.969 N] [Trinity] _______________________________________
[14:43:10.969 N] [Trinity] ___-|: Darkfriend's Item Rules 2 :|-___
[14:43:10.969 N] [Trinity] ___________________Rel.-v2.0.0.6_______
[14:43:12.436 N] [Trinity]
[14:43:12.436 N] [Trinity]ENABLED: GilesTrinity Community Edition (version 1.7.1.6) now in action!
[14:43:12.436 N] [Trinity]
[14:43:12.438 N] [RadsAtom] - Inactivty thread is starting.
[14:43:12.439 D] There are 2 plugins
[14:43:12.440 N] [RadsAtom] - MrWorker thread is starting.
[14:43:13.454 N] Current bot set to Order Bot
[14:43:13.455 N] Loaded profile [AlkRun] 5/5 Fields of Slaughter
[14:43:15.082 D] Reloading AssemblyLoader<Zeta.CommonBot.ICombat> - RoutineManager.Reload
[14:43:16.534 D] Reloading AssemblyLoader<Zeta.CommonBot.ICombat> - RoutineManager.Reload !THROTTLED!
[14:43:16.535 D] Routines were reloaded. New routine list:
[14:43:16.535 D] Belphegor All-in-One v1.0.1217.290
[14:43:16.535 D] Generic v0.0.0.0
[14:43:16.535 D] GilesPlugin v0.0.0.0
[14:43:16.535 D] Routines were reloaded. New routine list:
[14:43:16.535 D] Belphegor All-in-One v1.0.1217.290
[14:43:16.535 D] Generic v0.0.0.0
[14:43:16.535 D] GilesPlugin v0.0.0.0
[14:43:18.633 N] Chose GilesPlugin as your combat routine.
[14:43:18.639 D] System.NullReferenceException: Object reference not set to an instance of an object.
at (Object , Window )
at Demonbuddy.MainWindow.btnRoutineSettings_Click(Object sender, RoutedEventArgs e)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
 

Attachments

Last edited:
Well.. problem is Giles. The other combat routines work. We should configure stub form in the Giles Combat Routine or something simple.
 
Back
Top