Hey all,
Im testing exilebuddy for over a week now and i love it so far.
The game just got updated and the new bot version is up too(It just updated for me 5 mins ago)
Now when im starting up the bot and it loads the plugins I get the following exception:
Also im planning on developing stuff for POE(Im working on an avoider for AOE attacks and Boss attacks like volls charge/aoe and Dominus), developed stuff before for the Archbuddy and Honorbuddy. Now playing POE again and got totally stuck on it.
I was browsing through the API and was wondering if there is an abstract class for the GroundIce/Fire etc stuff? And also is there a field to see which attack a monster is casting?
Thanks in advance guys
Im testing exilebuddy for over a week now and i love it so far.
The game just got updated and the new bot version is up too(It just updated for me 5 mins ago)
Now when im starting up the bot and it loads the plugins I get the following exception:
Looks like its been thrown at the AutoLogin Plugin. Anyone else got this issue after the bot update?2016-01-29 06:29:46,989 [5] DEBUG CustomLogger (null) - [Overlay] Enable
2016-01-29 06:29:46,989 [5] DEBUG CustomLogger (null) - [Stats] Enable
2016-01-29 06:29:46,989 [5] DEBUG CustomLogger (null) - [StuckDetection] Enable
2016-01-29 06:29:47,197 [5] ERROR CustomLogger (null) - An exception occurred.
System.Windows.Markup.XamlParseException: Provide value on 'System.Windows.StaticResourceExtension' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Exilebuddy, PublicKeyToken=8dde325853d11466' or one of its dependencies. The system cannot find the file specified.
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
at System.Windows.Baml2006.Baml2006SchemaContext.ResolveAssembly(BamlAssembly bamlAssembly)
at System.Windows.Baml2006.Baml2006SchemaContext.ResolveBamlTypeToType(BamlType bamlType)
at System.Windows.Baml2006.Baml2006SchemaContext.ResolveBamlType(BamlType bamlType, Int16 typeId)
at System.Windows.Baml2006.Baml2006SchemaContext.GetXamlType(Int16 typeId)
at System.Windows.Baml2006.Baml2006Reader.Process_ElementStart()
at System.Windows.Baml2006.Baml2006Reader.ReadObject(KeyRecord record)
at System.Windows.ResourceDictionary.CreateObject(KeyRecord key)
at System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
at System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
at System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
at System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
at System.Windows.StaticResourceExtension.FindResourceInEnviroment(IServiceProvider serviceProvider, Boolean allowDeferredReference, Boolean mustReturnDeferredResourceReference)
at System.Windows.StaticResourceExtension.TryProvideValueInternal(IServiceProvider serviceProvider, Boolean allowDeferredReference, Boolean mustReturnDeferredResourceReference)
at System.Windows.StaticResourceExtension.ProvideValueInternal(IServiceProvider serviceProvider, Boolean allowDeferredReference)
at System.Windows.StaticResourceExtension.ProvideValue(IServiceProvider serviceProvider)
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
--- End of inner exception stack trace ---
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at AutoLogin.Gui.InitializeComponent() in g:\Downloads\Gui.xaml:line 1
at AutoLogin.Gui..ctor() in g:\Downloads\jeman\Plugins\AutoLogin\Gui.xaml.cs:line 35
at AutoLogin.AutoLogin.get_Control() in g:\Downloads\jeman\Plugins\AutoLogin\AutoLogin.cs:line 133
at Exilebuddy.BotWindow.?????????????????????????????????????????(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)
at (Dispatcher , Action )
at Exilebuddy.BotWindow.?????????????????????????????????????????(Object )
Also im planning on developing stuff for POE(Im working on an avoider for AOE attacks and Boss attacks like volls charge/aoe and Dominus), developed stuff before for the Archbuddy and Honorbuddy. Now playing POE again and got totally stuck on it.
I was browsing through the API and was wondering if there is an abstract class for the GroundIce/Fire etc stuff? And also is there a field to see which attack a monster is casting?
Thanks in advance guys






