http://bugs.winehq.org/show_bug.cgi?id=7711
--- Comment #83 from Michiel Salters msalters@xs4all.nl 2011-02-12 07:45:43 CST --- (In reply to comment #80)
Created an attachment (id=33254)
--> (http://bugs.winehq.org/attachment.cgi?id=33254) [details]
kernel32: Implement GetVolumePathNamesForVolumeName.
...
With this configuration and the attached patch the app proceeds to read from the device:
Call KERNEL32.CreateFileW(00e9b458 L"D:\loopdir\ext3_loopback",80000000,00000003,0033dee4,00000003,00000080,00000000)
The call fails because that file is not present.
See http://www.opentom.org/Carminat_TomTom_Hardware
It's used on the TomTom devices in Renault cars. Now that may be a bit of hardware that's harder to get your hands on ;) Joking aside, this call should fail, i.e. return INVALID_HANDLE_VALUE (ERROR_FILE_NOT_FOUND)