https://bugs.winehq.org/show_bug.cgi?id=42177
Bug ID: 42177 Summary: Monopoly (2000) can't find its CD Product: Wine Version: 2.0-rc4 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: z.figura12@gmail.com Distribution: ---
Application fails to run with the message "Please insert CD-Rom."
Examining a relay trace shows that the application is querying the type of every drive, calling GetVolumeInformationA on those that are CD-ROMs, and apparently being dissatisfied with all the results. By implementing an extra debug line in GetVolumeInformationA I notice that the 'label' and 'serial' arguments are both zero for every drive so examined, so this is not surprising. An additional line
trace:volume:GetVolumeInformationW cannot open device L"\??\M:\": c0000022
(once per drive) seems suspect.