Hi Darryl.
You requested that I post if I ran into any issues, so here is one that is a major pain for me.
I run into this one a lot when doing heavy editing on a badly messed up file.
After a signifigant number of "recover command" functions, the exception below gets thrown, then I have to close the program and re-start.
I will attempt to identify a scenario in which the issue can be reproduced, but hopefull the text below will help identify where the problem lies.
Thanks for the product, I spend a lot of time with my nose burried in it.
Direct rip and cleanup of 800 disks is not a weekend project.
InvalidArgument=Value of '-1' is not valid for 'index'
Parameter name: index
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 '-1' is not valid for 'index'.
Parameter name: index
at System.Windows.Forms.ListView.EnsureVisible(Int32 index)
at CDGEditor.RecoverForm.PopulateChunkList()
at CDGEditor.RecoverForm..ctor(CDGFile file, Int32 cdgIndex)
at CDGEditor.MainForm._EditRecoverCommandMenu_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(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.8689 (QFE.050727-8600)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
CDGEditor
Assembly Version: 1.5.4186.41413
Win32 Version: 1.5.4186.41413
CodeBase: file:///C:/Program%20Files%20(x86)/CDGEditor/CDGEditor.exe
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.8670 (QFE.050727-8600)
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.8690 (QFE.050727-8600)
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.8670 (QFE.050727-8600)
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.8681 (Q
Thanks Ed,
I appreciate the feedback. This error was annoying me too - I'm pretty sure I know the cause, so I'll get onto it as soon as possible.