http://bugs.winehq.org/show_bug.cgi?id=8370
Summary: Error with GetVolumeInformation() Product: Wine Version: 0.9.36. Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: vladimiroski@gmail.com
err:winecfg:load_drives GetVolumeInformation() for 'A:' failed, setting serial to 0
err:winecfg:load_drives GetVolumeInformation() for 'D:' failed, setting serial to 0
This is produced if you run the auto-detection from winecfg, in case D:\ get linked to "/media/cdrom0" or A:\ to "/media/floppy0".
IMHO Winecfg should check if the device is capable of GetVolumeInformation() before trying to do it. It's some kind of enhancement, as it does not crash wine or something.