zhenk
Member
- Joined
- Jun 12, 2012
- Messages
- 101
- Reaction score
- 0
2015-09-26 16:06:29,711 [1] INFO CustomLogger (null) - Exilebuddy BETA Version: 0.1.3539.1119
Path: C:\Users\<Username>\Desktop\ABeta\<ExeName>
OS Name: Windows 7
OS Edition: Home Premium
OS Service Pack: Service Pack 1
OS Version: 6.1.7601.65536
OS Architecture: x64
2015-09-26 16:06:30,582 [1] INFO CustomLogger (null) - ExilebuddyBETA [0.1.3539.1119] is up to date!
2015-09-26 16:06:30,795 [9] INFO CustomLogger (null) - T: 5247474822334044623 H: 2125101688
2015-09-26 16:06:33,484 [15] DEBUG CustomLogger (null) - SupportedClientVersion: 2.0.3.4
2015-09-26 16:06:33,992 [15] INFO CustomLogger (null) - SmartAssembly force load.
2015-09-26 16:06:34,050 [15] INFO CustomLogger (null) - [BotManager] MsBetweenTicks = 15
2015-09-26 16:06:34,055 [15] DEBUG CustomLogger (null) - Reloading AssemblyLoader<Loki.Bot.IBot> - Initializing
2015-09-26 16:06:34,256 [1] DEBUG CustomLogger (null) - [OldGrindBot] This class is the new bot. Now setting up bot specific stuff.
2015-09-26 16:06:34,260 [1] INFO CustomLogger (null) - [ItemEvaluator] Instance = Loki.Bot.DefaultItemEvaluator.
2015-09-26 16:06:34,261 [1] DEBUG CustomLogger (null) - Current bot set to OldGrindBot.
2015-09-26 16:06:34,286 [15] DEBUG CustomLogger (null) - Reloading AssemblyLoader<Loki.Bot.IRoutine> - Initializing
2015-09-26 16:06:34,850 [15] DEBUG CustomLogger (null) - [OldRoutine] Initialize
2015-09-26 16:06:34,853 [15] INFO CustomLogger (null) - Name: LeaveFrame (System.Boolean)
2015-09-26 16:06:34,853 [15] INFO CustomLogger (null) - Name: EnableAurasFromItems (System.Boolean)
2015-09-26 16:06:34,854 [15] INFO CustomLogger (null) - Name: DebugAuras (System.Boolean)
2015-09-26 16:06:34,854 [15] INFO CustomLogger (null) - Name: AutoCastVaalSkills (System.Boolean)
2015-09-26 16:06:34,854 [15] INFO CustomLogger (null) - Name: SummonRagingSpiritCountPerDelay (System.Int32)
2015-09-26 16:06:34,854 [15] INFO CustomLogger (null) - Name: SummonRagingSpiritDelayMs (System.Int32)
2015-09-26 16:06:34,855 [15] INFO CustomLogger (null) - Name: SummonSkeletonCountPerDelay (System.Int32)
2015-09-26 16:06:34,855 [15] INFO CustomLogger (null) - Name: SummonSkeletonDelayMs (System.Int32)
2015-09-26 16:06:34,855 [15] INFO CustomLogger (null) - Name: MineDelayMs (System.Int32)
2015-09-26 16:06:34,855 [15] INFO CustomLogger (null) - Name: AlwaysAttackInPlace (System.Boolean)
2015-09-26 16:06:34,855 [15] INFO CustomLogger (null) - Name: SingleTargetMeleeSlot (System.Int32)
2015-09-26 16:06:34,855 [15] INFO CustomLogger (null) - Name: SingleTargetRangedSlot (System.Int32)
2015-09-26 16:06:34,856 [15] INFO CustomLogger (null) - Name: AoeMeleeSlot (System.Int32)
2015-09-26 16:06:34,856 [15] INFO CustomLogger (null) - Name: AoeRangedSlot (System.Int32)
2015-09-26 16:06:34,856 [15] INFO CustomLogger (null) - Name: FallbackSlot (System.Int32)
2015-09-26 16:06:34,856 [15] INFO CustomLogger (null) - Name: CombatRange (System.Int32)
2015-09-26 16:06:34,856 [15] INFO CustomLogger (null) - Name: MaxMeleeRange (System.Int32)
2015-09-26 16:06:34,857 [15] INFO CustomLogger (null) - Name: MaxRangeRange (System.Int32)
2015-09-26 16:06:34,857 [15] INFO CustomLogger (null) - Name: MaxFlameBlastCharges (System.Int32)
2015-09-26 16:06:34,857 [15] INFO CustomLogger (null) - Name: MoltenShellDelayMs (System.Int32)
2015-09-26 16:06:34,857 [15] INFO CustomLogger (null) - Name: TotemDelayMs (System.Int32)
2015-09-26 16:06:34,857 [15] INFO CustomLogger (null) - Name: TrapDelayMs (System.Int32)
2015-09-26 16:06:34,858 [15] DEBUG CustomLogger (null) - [NullRoutine] Initialize
2015-09-26 16:06:34,880 [1] DEBUG CustomLogger (null) - Current routine set to NullRoutine.
2015-09-26 16:06:34,903 [15] DEBUG CustomLogger (null) - Reloading AssemblyLoader<Loki.Bot.IPlugin> - Initializing
2015-09-26 16:06:39,783 [15] ERROR CustomLogger (null) - [Reload] An exception occurred.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'FlaskHelper.Main' threw an exception. ---> System.InvalidCastException: Unable to cast object of type 'Loki.Bot.Logic.Routines.NullRoutine.NullRoutine' to type 'OldRoutine.OldRoutine'.
at FlaskHelper.Helpers.RoutineHelpers..ctor() in c:\Users\William\Desktop\ABeta\Plugins\FlaskHelper\Helpers\RoutineHelpers.cs:line 12
at FlaskHelper.Main..cctor() in c:\Users\William\Desktop\ABeta\Plugins\FlaskHelper\Main.cs:line 20
--- End of inner exception stack trace ---
at FlaskHelper.Main..ctor()
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
at Loki.Common.TypeLoader`1.?????????????????????????????????????????(Assembly[] )
at Loki.Common.TypeLoader`1.Reload()
at Loki.Common.TypeLoader`1..ctor(Assembly asm, Func`1 constructorArguments)
at Loki.Common.AssemblyLoader`1.Reload(String reason)
2015-09-26 16:06:45,497 [15] ERROR CustomLogger (null) - [Load] An exception occurred: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'FlaskHelper.Main' threw an exception. ---> System.InvalidCastException: Unable to cast object of type 'Loki.Bot.Logic.Routines.NullRoutine.NullRoutine' to type 'OldRoutine.OldRoutine'.
at FlaskHelper.Helpers.RoutineHelpers..ctor() in c:\Users\William\Desktop\ABeta\Plugins\FlaskHelper\Helpers\RoutineHelpers.cs:line 12
at FlaskHelper.Main..cctor() in c:\Users\William\Desktop\ABeta\Plugins\FlaskHelper\Main.cs:line 20
--- End of inner exception stack trace ---
at FlaskHelper.Main..ctor()
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
at Loki.Common.TypeLoader`1.?????????????????????????????????????????(Assembly[] )
at Loki.Common.TypeLoader`1.Reload()
at Loki.Common.TypeLoader`1..ctor(Assembly asm, Func`1 constructorArguments)
at Loki.Common.AssemblyLoader`1.Reload(String reason)
at Loki.Common.AssemblyLoader`1..ctor(String directory, List`1 order)
at Loki.Bot.PluginManager.?????????????????????????????????????????(List`1 , List`1 ).
2015-09-26 16:06:45,499 [15] ERROR CustomLogger (null) - An exception occurred.
System.NullReferenceException: Object reference not set to an instance of an object.
at Exilebuddy.BotWindow.?????????????????????????????????????????()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback)
Path: C:\Users\<Username>\Desktop\ABeta\<ExeName>
OS Name: Windows 7
OS Edition: Home Premium
OS Service Pack: Service Pack 1
OS Version: 6.1.7601.65536
OS Architecture: x64
2015-09-26 16:06:30,582 [1] INFO CustomLogger (null) - ExilebuddyBETA [0.1.3539.1119] is up to date!
2015-09-26 16:06:30,795 [9] INFO CustomLogger (null) - T: 5247474822334044623 H: 2125101688
2015-09-26 16:06:33,484 [15] DEBUG CustomLogger (null) - SupportedClientVersion: 2.0.3.4
2015-09-26 16:06:33,992 [15] INFO CustomLogger (null) - SmartAssembly force load.
2015-09-26 16:06:34,050 [15] INFO CustomLogger (null) - [BotManager] MsBetweenTicks = 15
2015-09-26 16:06:34,055 [15] DEBUG CustomLogger (null) - Reloading AssemblyLoader<Loki.Bot.IBot> - Initializing
2015-09-26 16:06:34,256 [1] DEBUG CustomLogger (null) - [OldGrindBot] This class is the new bot. Now setting up bot specific stuff.
2015-09-26 16:06:34,260 [1] INFO CustomLogger (null) - [ItemEvaluator] Instance = Loki.Bot.DefaultItemEvaluator.
2015-09-26 16:06:34,261 [1] DEBUG CustomLogger (null) - Current bot set to OldGrindBot.
2015-09-26 16:06:34,286 [15] DEBUG CustomLogger (null) - Reloading AssemblyLoader<Loki.Bot.IRoutine> - Initializing
2015-09-26 16:06:34,850 [15] DEBUG CustomLogger (null) - [OldRoutine] Initialize
2015-09-26 16:06:34,853 [15] INFO CustomLogger (null) - Name: LeaveFrame (System.Boolean)
2015-09-26 16:06:34,853 [15] INFO CustomLogger (null) - Name: EnableAurasFromItems (System.Boolean)
2015-09-26 16:06:34,854 [15] INFO CustomLogger (null) - Name: DebugAuras (System.Boolean)
2015-09-26 16:06:34,854 [15] INFO CustomLogger (null) - Name: AutoCastVaalSkills (System.Boolean)
2015-09-26 16:06:34,854 [15] INFO CustomLogger (null) - Name: SummonRagingSpiritCountPerDelay (System.Int32)
2015-09-26 16:06:34,854 [15] INFO CustomLogger (null) - Name: SummonRagingSpiritDelayMs (System.Int32)
2015-09-26 16:06:34,855 [15] INFO CustomLogger (null) - Name: SummonSkeletonCountPerDelay (System.Int32)
2015-09-26 16:06:34,855 [15] INFO CustomLogger (null) - Name: SummonSkeletonDelayMs (System.Int32)
2015-09-26 16:06:34,855 [15] INFO CustomLogger (null) - Name: MineDelayMs (System.Int32)
2015-09-26 16:06:34,855 [15] INFO CustomLogger (null) - Name: AlwaysAttackInPlace (System.Boolean)
2015-09-26 16:06:34,855 [15] INFO CustomLogger (null) - Name: SingleTargetMeleeSlot (System.Int32)
2015-09-26 16:06:34,855 [15] INFO CustomLogger (null) - Name: SingleTargetRangedSlot (System.Int32)
2015-09-26 16:06:34,856 [15] INFO CustomLogger (null) - Name: AoeMeleeSlot (System.Int32)
2015-09-26 16:06:34,856 [15] INFO CustomLogger (null) - Name: AoeRangedSlot (System.Int32)
2015-09-26 16:06:34,856 [15] INFO CustomLogger (null) - Name: FallbackSlot (System.Int32)
2015-09-26 16:06:34,856 [15] INFO CustomLogger (null) - Name: CombatRange (System.Int32)
2015-09-26 16:06:34,856 [15] INFO CustomLogger (null) - Name: MaxMeleeRange (System.Int32)
2015-09-26 16:06:34,857 [15] INFO CustomLogger (null) - Name: MaxRangeRange (System.Int32)
2015-09-26 16:06:34,857 [15] INFO CustomLogger (null) - Name: MaxFlameBlastCharges (System.Int32)
2015-09-26 16:06:34,857 [15] INFO CustomLogger (null) - Name: MoltenShellDelayMs (System.Int32)
2015-09-26 16:06:34,857 [15] INFO CustomLogger (null) - Name: TotemDelayMs (System.Int32)
2015-09-26 16:06:34,857 [15] INFO CustomLogger (null) - Name: TrapDelayMs (System.Int32)
2015-09-26 16:06:34,858 [15] DEBUG CustomLogger (null) - [NullRoutine] Initialize
2015-09-26 16:06:34,880 [1] DEBUG CustomLogger (null) - Current routine set to NullRoutine.
2015-09-26 16:06:34,903 [15] DEBUG CustomLogger (null) - Reloading AssemblyLoader<Loki.Bot.IPlugin> - Initializing
2015-09-26 16:06:39,783 [15] ERROR CustomLogger (null) - [Reload] An exception occurred.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'FlaskHelper.Main' threw an exception. ---> System.InvalidCastException: Unable to cast object of type 'Loki.Bot.Logic.Routines.NullRoutine.NullRoutine' to type 'OldRoutine.OldRoutine'.
at FlaskHelper.Helpers.RoutineHelpers..ctor() in c:\Users\William\Desktop\ABeta\Plugins\FlaskHelper\Helpers\RoutineHelpers.cs:line 12
at FlaskHelper.Main..cctor() in c:\Users\William\Desktop\ABeta\Plugins\FlaskHelper\Main.cs:line 20
--- End of inner exception stack trace ---
at FlaskHelper.Main..ctor()
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
at Loki.Common.TypeLoader`1.?????????????????????????????????????????(Assembly[] )
at Loki.Common.TypeLoader`1.Reload()
at Loki.Common.TypeLoader`1..ctor(Assembly asm, Func`1 constructorArguments)
at Loki.Common.AssemblyLoader`1.Reload(String reason)
2015-09-26 16:06:45,497 [15] ERROR CustomLogger (null) - [Load] An exception occurred: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'FlaskHelper.Main' threw an exception. ---> System.InvalidCastException: Unable to cast object of type 'Loki.Bot.Logic.Routines.NullRoutine.NullRoutine' to type 'OldRoutine.OldRoutine'.
at FlaskHelper.Helpers.RoutineHelpers..ctor() in c:\Users\William\Desktop\ABeta\Plugins\FlaskHelper\Helpers\RoutineHelpers.cs:line 12
at FlaskHelper.Main..cctor() in c:\Users\William\Desktop\ABeta\Plugins\FlaskHelper\Main.cs:line 20
--- End of inner exception stack trace ---
at FlaskHelper.Main..ctor()
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
at Loki.Common.TypeLoader`1.?????????????????????????????????????????(Assembly[] )
at Loki.Common.TypeLoader`1.Reload()
at Loki.Common.TypeLoader`1..ctor(Assembly asm, Func`1 constructorArguments)
at Loki.Common.AssemblyLoader`1.Reload(String reason)
at Loki.Common.AssemblyLoader`1..ctor(String directory, List`1 order)
at Loki.Bot.PluginManager.?????????????????????????????????????????(List`1 , List`1 ).
2015-09-26 16:06:45,499 [15] ERROR CustomLogger (null) - An exception occurred.
System.NullReferenceException: Object reference not set to an instance of an object.
at Exilebuddy.BotWindow.?????????????????????????????????????????()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback)






