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!

求助Agil不能自动换装

rbsky

New Member
Joined
May 28, 2015
Messages
2
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at Agil.Equipment.<GetUseableEquipment>b__4(BagSlot s) in c:\Program Files (x86)\IGC\挂机\RB最新版 (常用插件整合,附带中文说明)15.5.24\Plugins\Agil\Optimize\Equipment.cs:line 45
at System.Linq.Enumerable.<>c__DisplayClassf`1.<CombinePredicates>b__e(TSource x)
at System.Linq.Enumerable.<>c__DisplayClassf`1.<CombinePredicates>b__e(TSource x)
at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__0.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at Agil.EquipmentActions.GetProspect(OptimizerConfig config, EquipmentSlot category) in c:\Program Files (x86)\IGC\挂机\RB最新版 (常用插件整合,附带中文说明)15.5.24\Plugins\Agil\Actions\EquipmentActions.cs:line 99
at Agil.EquipmentActions.Optimize(OptimizerConfig config) in c:\Program Files (x86)\IGC\挂机\RB最新版 (常用插件整合,附带中文说明)15.5.24\Plugins\Agil\Actions\EquipmentActions.cs:line 60
at Agil.AgilPlugin.OptimizeGear() in c:\Program Files (x86)\IGC\挂机\RB最新版 (常用插件整合,附带中文说明)15.5.24\Plugins\Agil\Plugin\AgilPlugin.cs:line 120
at Agil.AgilWindow.OptimizeButtonClick(Object sender, EventArgs e) in c:\Program Files (x86)\IGC\挂机\RB最新版 (常用插件整合,附带中文说明)15.5.24\Plugins\Agil\Settings\AgilWindow.cs:line 128
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.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)


************** 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
Top