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.
https://bugs.winehq.org/show_bug.cgi?id=42177
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|kernel32 |-unknown Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- This was a permissions problem; I didn't have read access to the drive.
https://bugs.winehq.org/show_bug.cgi?id=42177
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Jeff Zaroyko jeffz@jeffz.name --- Closing.