[1.3] Cannot eject drive D:

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Cr0k
Level 3
Level 3
Posts: 99
Joined: Sat Nov 07, 2009 6:30 pm

[1.3] Cannot eject drive D:

Post by Cr0k »

Hi there.

I would install Call of Duty 1 on my laptop (C2D 2Ghz, 4GB DDR3, 9600M GS) on Gentoo ~amd64 with wine 1.3.0.

The beginning of the installation is just fine, but when I've to put the 2nd disc, I cannot eject D: with "wineconsole cmd", or umount /mnt/cdrom…

Anyone could bring here some help ? I try to install it with ISO files.

Thanks in advance !
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Cr0k
Level 3
Level 3
Posts: 99
Joined: Sat Nov 07, 2009 6:30 pm

Post by Cr0k »

Same issue, I've got the same error.

Code: Select all

Cannot open device for drive D:
P.S. : D: or d: changes nothing
James McKenzie

[1.3] Cannot eject drive D:

Post by James McKenzie »

Cr0k wrote:
Same issue, I've got the same error.

Code:
Cannot open device for drive D:



P.S. : D: or d: changes nothing
wine eject D:

That might eject the disk....

James McKenzie
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: [1.3] Cannot eject drive D:

Post by vitamin »

Cr0k wrote:I try to install it with ISO files.
Make sure you set drive d: to cdrom. And that you was _outside_ cdrom's mount point when you started install. Eg:

Code: Select all

cd ~
wine start 'd:\setup.exe'
Cr0k
Level 3
Level 3
Posts: 99
Joined: Sat Nov 07, 2009 6:30 pm

Post by Cr0k »

Yes, I know it should, but it doesn't… I tried D: & d: :(
Cr0k
Level 3
Level 3
Posts: 99
Joined: Sat Nov 07, 2009 6:30 pm

Post by Cr0k »

@vitamin: I was at the outside of the mountpoint when I started the install…

An "emerge -pv wine" show me a lot of options, maybe I have to activate one or several of these ?

Code: Select all

-alsa (-capi) -custom-cflags -dbus (-esd) -fontconfig -gnutls (-gphoto2) -gsm (-hal) -jack -lcms -ldap -mp3 -nas -openal -pulseaudio -samba (-scanner) -test -xcomposite -xinerama -xml
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Cr0k wrote:An "emerge -pv wine" show me a lot of options, maybe I have to activate one or several of these ?
Ask your distro. We don't support crippled Wine. It HAVE TO HAVE all pieces compiled in, including support for HAL.
Locked