Lover103 / iphonelist

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

Error while File access with iPhone 1.1.4, iLiberty #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I use a iPhone with Firmeware 1.1.4. JB & Activated with iLiberty.

What steps will reproduce the problem?
1. When i access to  S O M E  items of the Library-Path iPhoneList crashes
   with Error-Message "Path dont exists".  The details are appened.
   I can resume but a backup won't work.

Maybe the file-permissions are not ok with 1.1.4??

What is the expected output? What do you see instead?
 iPhoneList should show the content, but i crashes.

What version of the product are you using? On what operating system?
 iPhoneList 0.9.8.85
 Windows XP SP2
 .Net Framework 2.0.5...

Please provide any additional information below.

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

************** Exception Text **************
System.Exception: Path does not exist
   at Manzana.iPhone.GetFiles(String path)
   at iPhoneGUI.iPhoneList.ShowFiles(TreeNode thisNode, String itemPath)
   at iPhoneGUI.iPhoneList.treeFolders_AfterSelect(Object sender,
TreeViewEventArgs e)
   at System.Windows.Forms.TreeView.OnAfterSelect(TreeViewEventArgs e)
   at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)
   at System.Windows.Forms.TreeView.WmNotify(Message& m)
   at System.Windows.Forms.TreeView.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
----------------------------------------
iPhoneList
    Assembly Version: 0.9.8.85
    Win32 Version: 0.9.8.85
    CodeBase:
file:///C:/Dokumente%20und%20Einstellungen/Thomas/Desktop/iPhoneList.0.9.8.85/iP
honeList.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e
089/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/Sy
stem.Drawing.dll
----------------------------------------
Manzana
    Assembly Version: 1.1.0.15
    Win32 Version: 1.1.0.15
    CodeBase:
file:///C:/Dokumente%20und%20Einstellungen/Thomas/Desktop/iPhoneList.0.9.8.85/Ma
nzana.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    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.42 (RTM.050727-4200)
    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.42 (RTM.050727-4200)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50
a3a/System.Configuration.dll
----------------------------------------
dszp3niz
    Assembly Version: 0.9.8.85
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
zrk_8hbo
    Assembly Version: 0.9.8.85
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
h54_hmiq
    Assembly Version: 0.9.8.85
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    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 TWis...@googlemail.com on 29 Mar 2008 at 11:24

GoogleCodeExporter commented 9 years ago
I have analyzed the file structure and maybe found the problem why iPhoneList 
crashes:

In the 1.1.4 file structure you can find a lot of Sym-Links / Symbolic links 
cause of
chanced file structure. This make older software for firmeware <1.1.3 still 
works.

When iPhoneList try to access to a Symlink-Folder it crashes. For normal 
folders it
works fine.

What could be the solution?

Greetings Thomas

Original comment by TWis...@googlemail.com on 29 Mar 2008 at 11:57