Have you tried this? https://www.thebuddyforum.com/rebor...iple-items-single-command-16.html#post1928032
okay I tried fresh install RB and yes GatherAssist will crash the RB as it launch. Not sure why it still works in my own RB thou, maybe because it's old install. So I tried copy everything one by one from my old folder to the fresh install. And I found that it is actually the Agil plugin that makes it works. I guess maybe something in Agil fixed the error, try put Agil in your plugin folder see if it fix the crash
Fixed and verified working: https://github.com/teh4x/rebornbuddy-gatherassist Not tested extensively. Possibly a bit buggy. If you find something, please post so I or someone else can attempt to correct the issue. (Or just fork and fix it yourself)
https://www.thebuddyforum.com/rebor...iple-items-single-command-18.html#post1937398 posted 26.04.2015, 08:31
after last rb update it keeps stoping and not finished anygather i give i have test it again today it seem like it works better know idk what is the issue that cose this before
Ummm.... Just tried to update the SVN and its password protected. EDIT - Just to ask, is this supported with the beta of the Heavensward RB? I have it in the correct place but it doesn't show up in the plugins tab.
Thats because a part of the code was renamed with the expack. No the offical release, but a github https://github.com/hamuel89/GatherAssist.git with it working with old spawn points. Maybe buggy... It's off Aringarosa branch
Use this to get the current SVN to compile and display in the PlugIns section of RB (I just changed GatheringWindow to GatheringManager): View attachment GatherAssist.cs
Hey. I tried putting in that file and then reupdating but still RB gives me this: [18:22:40.708 N] Compiler Error: c:\Users\8arry_000\Desktop\rbbbeta\Plugins\GatherAssist\GatherAssist.git\trunk\Content.cs(20,25) : error CS0101: The namespace 'GatherAssist' already contains a definition for 'Content' [18:22:40.708 N] Compiler Error: c:\Users\8arry_000\Desktop\rbbbeta\Plugins\GatherAssist\GatherAssist.git\trunk\GatherAssist.cs(43,18) : error CS0101: The namespace 'GatherAssist' already contains a definition for 'GatherAssist' [18:22:40.708 N] Compiler Error: c:\Users\8arry_000\Desktop\rbbbeta\Plugins\GatherAssist\GatherAssist.git\trunk\ItemRecord.cs(19,18) : error CS0101: The namespace 'GatherAssist' already contains a definition for 'ItemRecord' [18:22:40.708 N] Compiler Error: c:\Users\8arry_000\Desktop\rbbbeta\Plugins\GatherAssist\Settings\GatherAssistSettings.cs(23,18) : error CS0101: The namespace 'GatherAssist.Settings' already contains a definition for 'GatherAssistSettings
Replacing the GatherAssist.cs is causing rebornbuddy to crash on startup for me :/ any idea why this is?
When you have the old GatherAssist folder it doesn't crash, but when you replace GatherAssist.cs it does crash on startup? Please provide a full log Also make sure you are using his SVN for the latest version before replacing GatherAssist.cs
I get the same error, crashing at startup. I freshly downloaded the latest version from Zanes SVN and then replaced Gatherassist.cs in the main folder and this is the log of what happened. View attachment 35336 2015-07-03 10.39.txt
rename your Gatherassist folder to GatherAssist The code is case and directory sensitive, as are most plugins and they fail if the folder names and/or locations are different then expected. If it still fails, post a new log and I'll look deeper.
OK, done that, but it now posts an error that states "Unhandled exception has occured in a component in your application. If you click continue, the application will ignore this error and attempt to continue. The method or operation is not implemented." Under details it shows this: Code: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NotImplementedException: The method or operation is not implemented. at GatherAssist.GatherAssist.Equals(IBotPlugin other) in c:\Users\8arry_000\Desktop\Reborn\Plugins\GatherAssist\GatherAssist.cs:line 257 at ff14bot.Managers.PluginContainer.Equals(PluginContainer other) at System.Collections.Generic.GenericEqualityComparer`1.IndexOf(T[] array, T value, Int32 startIndex, Int32 count) at System.Array.IndexOf[T](T[] array, T value, Int32 startIndex, Int32 count) at System.Collections.Generic.List`1.IndexOf(T item) at System.Collections.ObjectModel.Collection`1.IndexOf(T item) at System.Collections.ObjectModel.Collection`1.System.Collections.IList.IndexOf(Object value) at System.Windows.Data.ListCollectionView.InternalIndexOf(Object item) at System.Windows.Data.ListCollectionView.RefreshOverride() at System.Windows.Data.CollectionView.RefreshInternal() at System.Windows.Data.CollectionView.Refresh() at System.Windows.Data.CollectionView.EndDefer() at System.Windows.Data.CollectionView.DeferHelper.Dispose() at System.Windows.Controls.ItemCollection.SetCollectionView(CollectionView view) at System.Windows.Controls.ItemCollection.SetItemsSource(IEnumerable value, Func`2 GetSourceItem) at System.Windows.Controls.ItemsControl.OnItemsSourceChanged(DependencyObject d, DependencyPropertyChangedEventArgs e) at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e) at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e) at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args) at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType) at System.Windows.DependencyObject.InvalidateProperty(DependencyProperty dp, Boolean preserveCurrentValue) at System.Windows.Data.BindingExpressionBase.Invalidate(Boolean isASubPropertyChange) at System.Windows.Data.BindingExpression.TransferValue(Object newValue, Boolean isASubPropertyChange) at System.Windows.Data.BindingExpression.Activate(Object item) at System.Windows.Data.BindingExpression.AttachToContext(AttachAttempt attempt) at System.Windows.Data.BindingExpression.MS.Internal.Data.IDataBindEngineClient.AttachToContext(Boolean lastChance) at MS.Internal.Data.DataBindEngine.Task.Run(Boolean lastChance) at MS.Internal.Data.DataBindEngine.Run(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) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) 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) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at ..(Object , EventArgs ) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34014 built by: FX45W81RTMGDR CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- RebornBuddy Assembly Version: 1.0.284.0 Win32 Version: 1.0.284 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/RebornBuddy.exe ---------------------------------------- PresentationFramework Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34004 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll ---------------------------------------- WindowsBase Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34004 built by: FX45W81RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34239 built by: FX452RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- PresentationCore Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34004 built by: FX45W81RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll ---------------------------------------- System.Xaml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll ---------------------------------------- System.Net.Http Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Web Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34248 built by: FX452RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll ---------------------------------------- {92e493f7-8f36-4751-8cb4-e9757a74ce78} Assembly Version: 0.0.0.0 Win32 Version: 1.0.284 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/RebornBuddy.exe ---------------------------------------- GreyMagic Assembly Version: 1.0.0.0 Win32 Version: CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/GreyMagic.DLL ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34250 built by: FX452RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- PresentationFramework.Aero2 Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero2/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero2.dll ---------------------------------------- Clio.Localization Assembly Version: 1.0.284.0 Win32 Version: 1.0.284 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/Clio.Localization.DLL ---------------------------------------- PresentationFramework-SystemXml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll ---------------------------------------- UIAutomationTypes Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll ---------------------------------------- RemoteASM Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/RemoteASM.DLL ---------------------------------------- RemoteASMNative Assembly Version: 1.0.0.0 Win32 Version: CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/RemoteASMNative.DLL ---------------------------------------- System.Numerics Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- System.ComponentModel.DataAnnotations Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.DataAnnotations/v4.0_4.0.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll ---------------------------------------- System.Runtime.Serialization Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll ---------------------------------------- System.Xml.Linq Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll ---------------------------------------- System.Data Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- PresentationFramework-SystemXmlLinq Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXmlLinq/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXmlLinq.dll ---------------------------------------- System.ServiceModel Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll ---------------------------------------- SMDiagnostics Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll ---------------------------------------- System.ServiceModel.Internals Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll ---------------------------------------- PresentationUI Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationUI/v4.0_4.0.0.0__31bf3856ad364e35/PresentationUI.dll ---------------------------------------- ChocoboTrainer_1494909035 Assembly Version: 1.0.284.0 Win32 Version: 1.0.284 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/CompiledAssemblies/ChocoboTrainer_1494909035.dll ---------------------------------------- Fertilizer_10388722 Assembly Version: 1.0.284.0 Win32 Version: 1.0.284 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/CompiledAssemblies/Fertilizer_10388722.dll ---------------------------------------- Lisbeth_902389247 Assembly Version: 0.0.0.0 Win32 Version: 0.0.0.0 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/CompiledAssemblies/Lisbeth_902389247.dll ---------------------------------------- RaidBro_1372964306 Assembly Version: 1.0.284.0 Win32 Version: 1.0.284 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/CompiledAssemblies/RaidBro_1372964306.dll ---------------------------------------- UIAutomationProvider Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll ---------------------------------------- System.Security Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34248 built by: FX452RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Security/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Security.dll ---------------------------------------- Microsoft.Build.Framework Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Build.Framework/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll ---------------------------------------- System.Runtime.Caching Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Caching/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.Caching.dll ---------------------------------------- System.Web.ApplicationServices Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34248 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Web.ApplicationServices/v4.0_4.0.0.0__31bf3856ad364e35/System.Web.ApplicationServices.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- System.Data.SqlXml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Data.SqlXml/v4.0_4.0.0.0__b77a5c561934e089/System.Data.SqlXml.dll ---------------------------------------- System.Transactions Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- System.Runtime.DurableInstancing Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.DurableInstancing/v4.0_4.0.0.0__31bf3856ad364e35/System.Runtime.DurableInstancing.dll ---------------------------------------- System.IdentityModel Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.IdentityModel/v4.0_4.0.0.0__b77a5c561934e089/System.IdentityModel.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- System.Web.Services Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Web.Services/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll ---------------------------------------- GatherAssist_1154743881 Assembly Version: 0.0.0.0 Win32 Version: 0.0.0.0 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/CompiledAssemblies/GatherAssist_1154743881.dll ---------------------------------------- QuestDev_1471280763 Assembly Version: 1.0.284.0 Win32 Version: 1.0.284 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/CompiledAssemblies/QuestDev_1471280763.dll ---------------------------------------- RebornConsole_1100673671 Assembly Version: 1.0.284.0 Win32 Version: 1.0.284 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/CompiledAssemblies/RebornConsole_1100673671.dll ---------------------------------------- RePear_540385067 Assembly Version: 0.0.0.0 Win32 Version: 0.0.0.0 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/CompiledAssemblies/RePear_540385067.dll ---------------------------------------- Anonymously Hosted DynamicMethods Assembly Assembly Version: 0.0.0.0 Win32 Version: 4.0.30319.34014 built by: FX45W81RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll ---------------------------------------- Kupo_1145626072 Assembly Version: 1.0.284.0 Win32 Version: 1.0.284 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/CompiledAssemblies/Kupo_1145626072.dll ---------------------------------------- Microsoft.Scripting Assembly Version: 1.1.0.20 Win32 Version: 1.1.0.20 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/Microsoft.Scripting.DLL ---------------------------------------- UltimaCR_120484517 Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/8arry_000/Desktop/Reborn/CompiledAssemblies/UltimaCR_120484517.dll ---------------------------------------- PresentationFramework-SystemData Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemData/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemData.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
Back to crashing on launch now Log file: Code: [14:42:38.958 N] Logging in... [14:42:39.081 N] T: 5247403060017101777 H: 3187604377 [14:42:39.340 D] Microsoft Windows NT 6.2.9200.0 [14:42:40.789 D] Current Locale Eng [14:42:40.789 N] Currently a level 56 Machinist [14:42:40.794 D] Reloading AssemblyLoader<ff14bot.AClasses.BotBase> - Initializing [14:42:42.864 D] [BotManager] Botbases have been reloaded. [14:42:42.864 D] ChocoboTrainer v1.0.287.0 [14:42:42.864 D] Gardening bot v1.0.287.0 [14:42:42.864 D] Lisbeth v0.0.0.0 [14:42:42.864 D] Combat Assist v1.0.287.0 [14:42:42.870 D] Fate Bot v1.0.287.0 [14:42:42.871 D] PvP v1.0.287.0 [14:42:42.871 D] Fishing v1.0.287.0 [14:42:42.871 D] Grinding v1.0.287.0 [14:42:42.871 D] Gathering v1.0.287.0 [14:42:42.871 D] Order Bot v1.0.287.0 [14:42:42.899 D] Reloading AssemblyLoader<ff14bot.Interfaces.IBotPlugin> - Initializing [14:42:44.482 D] [PluginManager] Plugins have been reloaded. [14:42:44.482 D] GatherAssist v1.0.1 [14:42:44.482 D] QuestDevTools v0.0.1 [14:42:44.482 D] RebornConsole v0.0.1 [14:42:44.482 D] RePear v3.0.2 [14:42:44.483 N] [GatherAssist] v1.0.1 Enabled [14:42:44.483 N] Building Actioncache [14:42:45.331 N] Action Name:Sprint Action Id:3 [14:42:45.331 N] Action Name:Rook Autoturret Action Id:2864 [14:42:45.331 N] Action Name:Bishop Autoturret Action Id:2865 [14:42:45.331 N] Action Name:Split Shot Action Id:2866 [14:42:45.331 N] Action Name:Reload Action Id:2867 [14:42:45.331 N] Action Name:Slug Shot Action Id:2868 [14:42:45.331 N] Action Name:Lead Shot Action Id:2869 [14:42:45.331 N] Action Name:Spread Shot Action Id:2870 [14:42:45.331 N] Action Name:Grenado Shot Action Id:2871 [14:42:45.331 N] Action Name:Hot Shot Action Id:2872 [14:42:45.331 N] Action Name:Clean Shot Action Id:2873 [14:42:45.331 N] Action Name:Heartbreak Action Id:2875 [14:42:45.331 N] Action Name:Reassemble Action Id:2876 [14:42:45.331 N] Action Name:Leg Graze Action Id:2877 [14:42:45.331 N] Action Name:Wildfire Action Id:2878 [14:42:45.331 N] Action Name:Quick Reload Action Id:2879 [14:42:45.331 N] Action Name:Rapid Fire Action Id:2881 [14:42:45.331 N] Action Name:Suppressive Fire Action Id:2883 [14:42:45.331 N] Action Name:Foot Graze Action Id:2884 [14:42:45.331 N] Action Name:Head Graze Action Id:2886 [14:42:45.331 N] Action Name:Dismantle Action Id:2887 [14:42:45.331 N] Action Name:Blank Action Id:2888 [14:42:45.331 N] Action Name:Promotion Action Id:2889 [14:42:45.331 N] Action Name:Turret Retrieval Action Id:3487 [14:42:45.331 N] Action Name:Invigorate Action Id:80 [14:42:45.331 N] Action Name:Blood for Blood Action Id:85 [14:42:45.331 N] Action Name:Raging Strikes Action Id:101 [14:42:45.331 N] Action Name:Quelling Strikes Action Id:104 [14:42:45.331 N] Action Name:Hawk's Eye Action Id:99 [14:42:45.331 N] Done building Actioncache [14:42:45.350 D] Reloading AssemblyLoader<ff14bot.Interfaces.ICombatRoutine> - Initializing [14:42:47.856 D] [RoutineManager] Routines have been reloaded. Current class-specific list: [14:42:47.857 D] Ultima v1.0.0.0 [14:42:47.871 D] Replaced hook [PreCombatBuff] fa15fc86-e868-47a5-9ff6-35da30155c28 [14:42:47.872 D] Replaced hook [Heal] b955c2e7-8feb-4b53-83c1-65261fa0a5c4 [14:42:47.872 D] Replaced hook [Pull] c8e96d38-ec2a-48bb-92ca-c3bc39d38e86 [14:42:47.872 D] Replaced hook [CombatBuff] ccea48a6-ea80-422b-8dec-ba105c607e0c [14:42:47.872 D] Replaced hook [Combat] 5f3fea0c-53c2-4103-93f8-f87fee191c5d [14:42:47.872 D] Replaced hook [Rest] f97afc26-ee38-424f-be47-89877d064a60 [14:42:47.966 D] System.NotImplementedException: The method or operation is not implemented. at GatherAssist.GatherAssist.Equals(IBotPlugin other) in c:\Users\8arry_000\Desktop\Reborn\Plugins\GatherAssist\GatherAssist.cs:line 257 at ff14bot.Managers.PluginContainer.Equals(PluginContainer other) at System.Collections.Generic.GenericEqualityComparer`1.IndexOf(T[] array, T value, Int32 startIndex, Int32 count) at System.Array.IndexOf[T](T[] array, T value, Int32 startIndex, Int32 count) at System.Collections.Generic.List`1.IndexOf(T item) at System.Collections.ObjectModel.Collection`1.IndexOf(T item) at System.Collections.ObjectModel.Collection`1.System.Collections.IList.IndexOf(Object value) at System.Windows.Data.ListCollectionView.InternalIndexOf(Object item) at System.Windows.Data.ListCollectionView.RefreshOverride() at System.Windows.Data.CollectionView.RefreshInternal() at System.Windows.Data.CollectionView.Refresh() at System.Windows.Data.CollectionView.EndDefer() at System.Windows.Data.CollectionView.DeferHelper.Dispose() at System.Windows.Controls.ItemCollection.SetCollectionView(CollectionView view) at System.Windows.Controls.ItemCollection.SetItemsSource(IEnumerable value, Func`2 GetSourceItem) at System.Windows.Controls.ItemsControl.OnItemsSourceChanged(DependencyObject d, DependencyPropertyChangedEventArgs e) at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e) at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e) at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args) at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType) at System.Windows.DependencyObject.InvalidateProperty(DependencyProperty dp, Boolean preserveCurrentValue) at System.Windows.Data.BindingExpressionBase.Invalidate(Boolean isASubPropertyChange) at System.Windows.Data.BindingExpression.TransferValue(Object newValue, Boolean isASubPropertyChange) at System.Windows.Data.BindingExpression.Activate(Object item) at System.Windows.Data.BindingExpression.AttachToContext(AttachAttempt attempt) at System.Windows.Data.BindingExpression.MS.Internal.Data.IDataBindEngineClient.AttachToContext(Boolean lastChance) at MS.Internal.Data.DataBindEngine.Task.Run(Boolean lastChance) at MS.Internal.Data.DataBindEngine.Run(Object arg) at MS.Internal.Data.DataBindEngine.OnLayoutUpdated(Object sender, EventArgs e) at System.Windows.ContextLayoutManager.fireLayoutUpdateEvent() at System.Windows.ContextLayoutManager.UpdateLayout() at System.Windows.UIElement.UpdateLayout() at System.Windows.Interop.HwndSource.SetLayoutSize() at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value) at System.Windows.Interop.HwndSource.set_RootVisual(Visual value) at System.Windows.Window.SetRootVisual() at System.Windows.Window.SetRootVisualAndUpdateSTC() at System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight) at System.Windows.Window.CreateSourceWindow(Boolean duringShow) at System.Windows.Window.CreateSourceWindowDuringShow() at System.Windows.Window.SafeCreateWindowDuringShow() at System.Windows.Window.ShowHelper(Object booleanBox) at System.Windows.Window.Show() at ff14bot.App.Current_Startup(Object sender, StartupEventArgs e) at System.Windows.Application.OnStartup(StartupEventArgs e) at System.Windows.Application.<.ctor>b__1(Object unused) 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) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) 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) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.Run() at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at System.Windows.Application.Run(Window window) at ff14bot.App.Main()