http://bugs.winehq.org/show_bug.cgi?id=23307
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2010-06-21 13:00:38 --- Created an attachment (id=29056) --> (http://bugs.winehq.org/attachment.cgi?id=29056) +relay log
From the attached +relay log:
0009:Call KERNEL32.GetDriveTypeA(0032e5fc "E:") ret=0050605f (snip) 0009:Ret KERNEL32.GetDriveTypeA() retval=00000003 ret=0050605f
That is, it's returned DRIVE_FIXED for the Garmin drive. Hacking GetDriveTypeW to return DRIVE_REMOVABLE for all drives makes it find a device. Thus, this is a dup of bug 7711. Sorry for the noise.