h23kalia / iphonelist

Automatically exported from code.google.com/p/iphonelist
0 stars 0 forks source link

I get a continue or quit pop-up for a JIT error from the stand alon executable. #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Double clicking the executable file
2.
3.

What is the expected output? What do you see instead?
Folder listing.  Folder listing with a pop-up error.

What version of the product are you using? On what operating system?
0.9.8.85 standalone.  Vista.

Please provide any additional information below.
JIT details:

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

************** Exception Text **************
System.FormatException: Input string was not in a correct format.
   at System.Number.StringToNumber(String str, NumberStyles options, 
NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, 
NumberFormatInfo info)
   at Manzana.iPhone.GetFileInfoDetails(String path, Int32& size, 
FileTypes& fileType)
   at Manzana.iPhone.GetFileInfo(String path, Int32& size, Boolean& 
directory)
   at Manzana.iPhone.IsDirectory(String path)
   at Manzana.iPhone.GetDirectories(String path)
   at iPhoneGUI.iPhoneList.AddNodes(TreeNode thisNode, String path, Int32 
getLevels)
   at iPhoneGUI.iPhoneList.AddNodes(TreeNode thisNode, String path, Int32 
getLevels)
   at iPhoneGUI.iPhoneList.FillTree(TreeNode thisNode, String path)
   at iPhoneGUI.iPhoneList.FillTree()
   at iPhoneGUI.iPhoneList.toolItemRefresh_Click(Object sender, EventArgs 
e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs 
e)
   at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, 
ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, 
ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.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.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.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.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/
mscorlib.dll
----------------------------------------
iPhoneList
    Assembly Version: 0.9.8.85
    Win32 Version: 0.9.8.85
    CodeBase: file:///C:/Documents%20and%20Settings/sarmstrong/Desktop/
iPhoneList/iPhoneList.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    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.1433 (REDBITS.050727-1400)
    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.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/
2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Manzana
    Assembly Version: 1.1.0.15
    Win32 Version: 1.1.0.15
    CodeBase: file:///C:/Documents%20and%20Settings/sarmstrong/Desktop/
iPhoneList/Manzana.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/
2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Deployment
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Deployment/
2.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/
2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
w9r0ybvc
    Assembly Version: 0.9.8.85
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/
2.0.0.0__b77a5c561934e089/System.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.

Original issue reported on code.google.com by phinsx...@gmail.com on 17 Jan 2008 at 6:12