Author Topic: Unhandled Exception in Arachnos Soldier build  (Read 1625 times)

Suzumebachi

  • Minion
  • **
  • Posts: 24
Unhandled Exception in Arachnos Soldier build
« on: March 18, 2011, 01:09:23 PM »
I have a build for my Huntsman which was created from a Sentinel export

Code: [Select]
| Copy & Paste this data into Mids' Hero Designer to view the build |
|-------------------------------------------------------------------|
|MxDz;1294;604;1208;HEX;|
|78DA6593CB6ED34014868F13272671D2244D9BA46D923A49D3E6522210EC1182821|
|02D542A621B8D9A516229722CDB20BA63C3822DB7B780C206C44D3C11973730E373|
|C621C45EF8F3FC73E69FFF8CEDA3273733004FAF8152BA3165AE3BBCEEB0D389357|
|38727B3E9C8E48E768F798F1C36CDDDB7B9C33CF331371E72D7661A0034978BDDC1|
|B2D27EE030D332ADF1F0361B8DB9E70EE602B346A158B8634DB8C32D6F103EA48F6|
|7B3E9E0C4E67C94C3C743CE466283896967C2B12D5CB238B8658E279E18150F6CF3|
|74706071677C363C62AEC79DB38A08DA86C5CB57E145901E622F09AF10EA6BC21BC|
|4475D40C1F218EC0B54205916E31A242B08259C177E48350E17E2921A31DD80A034|
|ED8B0B62E2392E17C4294086026428C00A0558A1004DE191A07225D1C700794260A|
|24923ED1986C93F47ACCA1CAB72FFB502511548D18A44EA2DDAAFBD4394CE091F10|
|953EE6ADFC10598BF0591C814EABE27AD0C91E6CD6318144959014F7ACCC9325F72|
|AB9D7C9BD4EEEF53E7A044DE564794E06366A82FB6034D0D0E8E3A881C716B45290|
|D90B9B98AF218F39642B24856C51175FF4A0095C08459AF926A47529AD5FC4BDCE8|
|554964D96A96A4725BB657E15A51B72F50695BE17D2967C495BB2975D7AE99FF4E0|
|4E1F50AD8E0DED4A48BF96686D5BFA6D935F410B0E8AD234C9674F562FF3BB1E7ED|
|77EA24DE7D20DF62B4297BCBAF4B5F416508392D8A023F7EC4827FFFFABAACE7F14|
|C039B81A517A11E57244B912512E4594C38872ACCE7F2B5050F9995E50E8A5FD5A9|
|43A28FD5E947650FAF34F5214038FBE67E0CC5D75FE73FBA9FCFCB7F4FF02F4C8DD|
|43|
|-------------------------------------------------------------------|

Steps to reproduce:
1. Open Mid's and import build from data chunk
2. From the Primary Power Set drop-down list select Bane Spider Soldier
3. From the Primary Power Set drop-down list select Arachnos Soldier

Note going from Arachnos Soldier to Crab Spider Soldier and back does not cause this exception.

The exception is as follows:

Code: [Select]
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Hero_Designer.clsToonX.SwitchSets(Int32 newSet, Int32 oldSet)
   at Hero_Designer.frmMain.ChangeSets()
   at Hero_Designer.frmMain.cbPrimary_SelectedIndexChanged(Object sender, EventArgs e)
   at System.Windows.Forms.ComboBox.OnSelectionChangeCommitted(EventArgs e)
   at System.Windows.Forms.ComboBox.OnSelectionChangeCommittedInternal(EventArgs e)
   at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
   at System.Windows.Forms.ComboBox.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.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Hero Designer
    Assembly Version: 1.9.200.0
    Win32 Version: 1.9.200
    CodeBase: file:///C:/Program%20Files%20(x86)/Titan%20Network/Mids%20Hero%20Designer/Hero%20Designer.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400)
    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.5420 (Win7SP1.050727-5400)
    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.5420 (Win7SP1.050727-5400)
    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.5420 (Win7SP1.050727-5400)
    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.5420 (Win7SP1.050727-5400)
    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%20(x86)/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%20(x86)/Titan%20Network/Mids%20Hero%20Designer/midsControls.DLL
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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.