Ipod manager crashes every time froddle pod starts up. Can start froddle pod and then connect ipod, still results in a crash.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentOutOfRangeException: StartIndex cannot be less than zero.
Parameter name: startIndex
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at iPod_Manager.MainMenu.GetFirewireID(String DriveLetter)
at iPod_Manager.MainMenu.driveDetector_DeviceArrived(Object sender, DriveDetectorEventArgs e)
at Dolinay.DriveDetector.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.3074 (QFE.050727-3000)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
Froddle Pod
Assembly Version: 0.1.3150.34336
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Froddle%20Pod/Froddle%20Pod.exe
----------------------------------------
SecureStorage
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Froddle%20Pod/SecureStorage.DLL
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3074 (QFE.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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
----------------------------------------
iPod Musictransfer
Assembly Version: 0.1.3150.34335
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Froddle%20Pod/iPod%20Musictransfer.DLL
----------------------------------------
System.Security
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Security/2.0.0.0__b03f5f7f11d50a3a/System.Security.dll
----------------------------------------
System.Management
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
EnhancedGlassButton
Assembly Version: 1.0.2670.29841
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Froddle%20Pod/EnhancedGlassButton.DLL
----------------------------------------
CD_Ripper
Assembly Version: 1.0.3143.9321
Win32 Version: 1.0.3143.9321
CodeBase: file:///C:/Program%20Files%20(x86)/Froddle%20Pod/CD_Ripper.DLL
----------------------------------------
FileBrowser
Assembly Version: 1.3.3.0
Win32 Version: 1.3.3.0
CodeBase: file:///C:/Program%20Files%20(x86)/Froddle%20Pod/FileBrowser.DLL
----------------------------------------
ColorSlider
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Froddle%20Pod/ColorSlider.DLL
----------------------------------------
USBLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Froddle%20Pod/USBLib.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.