http://bugs.winehq.org/show_bug.cgi?id=25306
Summary: King's Quest Collection Series (1997): setup.exe thinks machine has no CD-ROM drive Product: Wine Version: 1.3.7 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: tristan_schmelcher@alumni.uwaterloo.ca
When attempting to install the game King's Quest Collection Series (the 1997 edition), setup.exe performs a system test and wrongfully determines that the machine has no CD-ROM drive. It displays a message about this, but it doesn't prevent installation from continuing (though installation does ultimately fail due to bug 25305). I'm marking this as minor since it didn't appear to cause any problems (but who knows what it might have meant further down the line if installation had succeeded).
Same behaviour in wine 1.3.6 and 1.2.0.
Terminal output shows nothing relevant.
http://bugs.winehq.org/show_bug.cgi?id=25306
Tristan Schmelcher tristan_schmelcher@alumni.uwaterloo.ca changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer
http://bugs.winehq.org/show_bug.cgi?id=25306
Tristan Schmelcher tristan_schmelcher@alumni.uwaterloo.ca changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Tristan Schmelcher tristan_schmelcher@alumni.uwaterloo.ca 2010-12-04 22:30:30 CST --- Nevermind, this is not a WINE bug. The installer detects a CD-ROM drive by looking through all drive letters for a drive whose contents look like the game CD, but I didn't have my CD-ROM drive mounted as a WINE drive letter. After setting it up as D: in winecfg, the installer detects the CD-ROM just fine.
(Unfortunately it then crashes with a divide overflow in application code when speed testing the CD-ROM drive, but that is probably just due to it being an ancient application whose programmers never expected CD-ROMs to be as fast as they are today. Overriding the denominator register to 1 in winedbg allows installation to proceed.)
http://bugs.winehq.org/show_bug.cgi?id=25306
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Jeff Zaroyko jeffz@jeffz.name 2010-12-04 23:55:26 CST --- Closing invalid.