Author Topic: Achilles' Heel/Decimation procs unslottable  (Read 2423 times)

darkgob

  • Elite Boss
  • *****
  • Posts: 581
Achilles' Heel/Decimation procs unslottable
« on: May 26, 2011, 01:06:37 AM »
Every attempt I make to slot the Achilles' Heel proc throws an exception.  Actually, just mousing over the IO does it, thus it can't be chosen.  It's an array index out-of-bounds exception.

Code: [Select]
************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Hero_Designer.clsPowerV2.get_PowerSet()
   at Hero_Designer.clsPowerEffect.get_VariableModified()
   at Hero_Designer.clsPowerEffect.CompareTo(Object obj)
   at Hero_Designer.clsPowerV2.GetEffectStringGrouped(Int32 idEffect, String& ReturnString, Int32[]& ReturnMask, Boolean ShortForm, Boolean Simple, Boolean NoMag)
   at Hero_Designer.clsI9.GetEnhancementStringLong(I9Slot iEnh)
   at Hero_Designer.clsI9.GetEnhancementStringLongRTF(I9Slot iEnh)
   at Hero_Designer.DataView.SetEnhancement_Picker(I9Slot iEnh)
   at Hero_Designer.frmMain.I9Picker_HoverEnhancement(Int32 e)
   at Hero_Designer.I9Picker.RaiseHoverEnhancement(Int32 e)
   at Hero_Designer.I9Picker.DoHover(Point Cell, Boolean AlwaysUpdate)
   at Hero_Designer.I9Picker.I9Picker_MouseMove(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseMove(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseMove(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.UserControl.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: 2.0.0.0
    Win32 Version: 2.0.50727.3620 (GDR.050727-3600)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Hero Designer
    Assembly Version: 1.9.300.0
    Win32 Version: 1.9.300
    CodeBase: file:///C:/Program%20Files/Titan%20Network/Mids%20Hero%20Designer/Hero%20Designer.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
Base
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Titan%20Network/Mids%20Hero%20Designer/Base.DLL
----------------------------------------
midsControls
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Titan%20Network/Mids%20Hero%20Designer/midsControls.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

EDIT: Yikes! Same error on Decimation proc.
« Last Edit: May 26, 2011, 01:29:08 AM by darkgob »

Aggelakis

  • Elite Boss
  • *****
  • Posts: 3,001
Re: Achilles' Heel/Decimation procs unslottable
« Reply #1 on: May 26, 2011, 07:50:57 AM »
Just to make sure, in Mids "About" menu (far, far right menu option), what versions are listed there?

It should say:
Program Version: 1.942
Game Issue: 12 (it should be 20, but it seems to be a typo)
Database Version: 20.1 (09/May/2011)
Bob Dole!! Bob Dole. Bob Dole! Bob Dole. Bob Dole. Bob Dole... Bob Dole... Bob... Dole...... Bob...


ParagonWiki
OuroPortal

darkgob

  • Elite Boss
  • *****
  • Posts: 581
Re: Achilles' Heel/Decimation procs unslottable
« Reply #2 on: May 26, 2011, 10:24:55 AM »
Was on 1.941, upgrading fixed it.  Thanks.

Diellan

  • Titan Staff
  • Elite Boss
  • ****
  • Posts: 540
    • SG/VG Site
Re: Achilles' Heel/Decimation procs unslottable
« Reply #3 on: May 26, 2011, 04:25:49 PM »
Fantastic.