
jjwk544
Joined: Jun 30, 2007
That's Right, I'm Back. Again.
|
Posted: Aug 13, 2007 02:15 PM
Msg. 1 of 3
i was giving the jackal some of my custom animations using halo animation editor and i hit compile animation it said error cannot continue this is what it said in details:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.ArgumentOutOfRangeException: InvalidArgument=Value of '2' is not valid for 'index'. Parameter name: index at System.Windows.Forms.ListViewItem.ListViewSubItemCollection.get_Item(Int32 index) at A.a.g(Object , EventArgs ) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.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.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- HaloAnimationEditor Assembly Version: 1.0.1768.36704 Win32 Version: 1.0.1768.36704 CodeBase: file:///C:/Documents%20and%20Settings/Donna%20Fischer/My%20Documents/My%20Games/HaloAnimationEditor.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.198 (QFE.050727-1900) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.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.
|

SGWraith
Joined: Apr 15, 2006
[SG] Clan
|
Posted: Aug 13, 2007 02:27 PM
Msg. 2 of 3
You know, a thread title like "Custom Animation Compile Error with HaloAnimationEditor" would have been a lot more helpful and informative then "u guys wouldn't happen 2 know what this means wud u?" Quote: InvalidArgument=Value of '2' is not valid for 'index'. I'd say that part right there would be the most important thing to finding out what happened. Whenever the Hek complains about block indexes it means that you either forgot to set it or there is an invalid choice in one of the drop down field menus.
|

jjwk544
Joined: Jun 30, 2007
That's Right, I'm Back. Again.
|
Posted: Aug 13, 2007 03:03 PM
Msg. 3 of 3
i found out i have to change 1 animation... compile. unload, load agian change 1 more compile and so on.
|