https://bugs.winehq.org/show_bug.cgi?id=57790
Bug ID: 57790 Summary: FindVUK doesn't show drive details Product: Wine Version: 10.0 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
Even when there is a blu-ray disc in the drive, `wine FindVUK.exe showdrivedetails` prints the error "Cannot enumerate storage device - stop getting drive details for this drive". It also writes a log file which contains the more specific message "IOCTL_STORAGE_QUERY_PROPERTY 1 failed with error code 0".
Some debugging revealed that there are two problems: First, IOCTL_STORAGE_QUERY_PROPERTY(StorageDeviceProperty) is not implemented, and second, IOCTL_DISK_GET_MEDIA_TYPES always returns FILE_DEVICE_CD_ROM as opposed to FILE_DEVICE_DVD.
$ sha256sum FindVUK_1.79.zip 39e954675855da3826256448b2a6b851c9478dda03c5d32bbfe4a3bac37ca623
https://bugs.winehq.org/show_bug.cgi?id=57790
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, hardware URL| |http://fvonline-db.bplaced. | |net/findvuk/FindVUK_1.79.zi | |p
https://bugs.winehq.org/show_bug.cgi?id=57790
--- Comment #1 from Alex Henrie alexhenrie24@gmail.com --- I've sent a patch for the first problem: https://gitlab.winehq.org/wine/wine/-/merge_requests/7245