http://bugs.winehq.org/show_bug.cgi?id=6594
Summary: Call of Duty install fails - can't eject first CD Product: Wine Version: CVS Platform: Other URL: http://www.activision.com/en_US/game_specific/b741d506- cb6b-494b-8f27-8729d3577a94.html OS/Version: other Status: NEW Keywords: Installer Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Call of Duty's installer starts well, but when it asks you to switch disks, you're SOL because its setup.exe runs straight off the CD-ROM, and doesn't let go of the directory. This appears to be a Wise installer. ps shows dank 5416 3.4 3.5 2655712 18488 pts/0 S+ 19:30 0:17 /media/cdrom/Setup.exe but oddly that process doesn't seem to have a handle open to the cdrom. But find /proc | grep cdrom shows
358252569 0 lr-x------ 1 dank dank 64 Nov 2 19:38 /proc/5466/fd/25 -> /media/cdrom0/Setup.exe
and process 5466 is wineserver: dank 5466 0.1 0.3 4032 1652 ? Ss 19:30 0:02 /home/dank/wine-git/server/wineserver
Why is wineserver holding that fd open? - Dan