http://bugs.winehq.org/show_bug.cgi?id=10619
Summary: wineprefixcreate sometimes thinks c: is on /media/cdrom! Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: NEW Severity: critical Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Check this out:
$ rm -rf .wine $ wine-git/wine /media/cdrom/setup.exe wine: creating configuration directory '/home/dank/.wine'... Could not load Mozilla. HTML rendering will be disabled. wine: '/home/dank/.wine' created successfully. Warning: the specified Windows directory L"c:\windows" is not accessible. Warning: the specified System directory L"c:\windows\system32" is not accessible. $ ls .wine/dosdevices/ -l total 0 lrwxrwxrwx 1 dank dank 13 2007-11-30 17:17 c: -> /media/cdrom0 lrwxrwxrwx 1 dank dank 8 2007-11-30 17:17 c:: -> /dev/hdc lrwxrwxrwx 1 dank dank 13 2007-11-30 17:17 d: -> /media/cdrom0 lrwxrwxrwx 1 dank dank 8 2007-11-30 17:17 d:: -> /dev/hdc lrwxrwxrwx 1 dank dank 1 2007-11-30 17:17 z: -> /
Ain't that a hoot? Doesn't seem to be terribly reproducible, but I saw it happen twice so far in two days.