Hello, I installed Star Wars : The Force Unleashed with .iso but i have the real DVD. The problem when i install the game thanks to the DVD, i can't eject the first DVD when the installation ask me to insert the second. I add /media/cdrom in winecfg but i have always the problem. When i launch "wine eject d:" in a console, i have an error message told me : The device is busy... I don't know how to resolve this problem. I have Debian Squeeze and Wine 1.1.36. Thanks for your help. Berillions
Berillions wrote:> I add /media/cdrom in winecfg but i have always the problem. When i launch "wine eject d:" in a console, i have an error message told me : > The device is busy...You didn't 'cd' into '/media/cdrom' by any chance before starting the installer?
i did "cd /media/cdrom" and "wine setup.exe"
If i understand, there are two option to launch "wine start". With Unix option : wine start /U /media/cdrom/setup.exe Or without but with a Windows path, wine start D:/setup.exe. If i use the Unix option, i must add my cdrom drive in winecfg or only without /U ? Thanks
You should never have to add your cdrom drive in winecfg. It should be added automatically.> wine start /U /media/cdrom/setup.exeYou really need to type out /unix
Berillions wrote:> If i understand, there are two option to launch "wine start". > > With Unix option : > wine start /U /media/cdrom/setup.exe > > Or without but with a Windows path, > wine start D:/setup.exe. > > If i use the Unix option, i must add my cdrom drive in winecfg or only without /U ?Either way, Wine has to be able to see the drive. Which means you have to add your CD-ROM drive in winecfg. Oh, and the /Unix option has to be spelled in full, as someone has already mentioned. Chip
Hum, I use wine start /unix /media/cdrom1/setup.exe to install Fear 2 : Project Origin. Impossible to eject the first DVD, i have this error message : Code: umount: /media/cdrom1: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) I don't understand....