hedbutt99 / iphonebrowser

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

iphonebrowser crashes in my environment of iTunes 8.0. #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start iphonebrowser
2. Plug in my iPod touch
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
I am using v1.9.0.0 on Windows XP + iTunes 8.0.1.11

Please provide any additional information below.
error occured line:
MobileDevice.AFCKeyValueRead(data, out name, out value)
Memory access violation may be caused in this line [MobileDevice.cs].
In following code, it is improvable.

    string name, value;
    try {
        while (MobileDevice.AFCKeyValueRead(data, out name, out value) == 0 &&
name != null && value != null)
        {
            ans.Add(name, value);
        }
    } catch (Exception) {
        //NOP
    } finally {
        MobileDevice.AFCKeyValueClose(data);
    }

Original issue reported on code.google.com by ekj98...@gmail.com on 14 Jun 2009 at 5:41

GoogleCodeExporter commented 8 years ago
Mine is iTunes 8.2.0.23 on Windows Vista using iPhone Browser Version 1.9.0.0
Please assist.
Thanks.

Original comment by kuchala...@gmail.com on 15 Jun 2009 at 12:58

GoogleCodeExporter commented 8 years ago
Please try v1.91 - this version works with Windows 7 and hopefully Vista

Original comment by NetMage....@gmail.com on 18 Jun 2009 at 6:09