http://bugs.winehq.org/show_bug.cgi?id=4643
------- Additional Comments From ahziem1@mailbolt.com 2006-23-02 08:45 -------
What format is your c: drive? is is dos format by any chance?
According to winecfg, it is autodetect, so I changed it to local hard drive, and the error persists.
In older versions of WINE, I remember there being a DOS option, but I don't see it anymore.
how is it mounted and what is the contents of you /etc/fstab file?
c: points to ~/.wine/drive_c (default)
$ cat /etc/fstab # This file is edited by fstab-sync - see 'man fstab-sync' for details LABEL=/ / ext3 defaults 1 1 /dev/VolGroup00/home /home reiserfs defaults 1 1 /dev/devpts /dev/pts devpts gid=5,mode=620 0 0 /dev/shm /dev/shm tmpfs defaults 0 0 /dev/proc /proc proc defaults 0 0 /dev/sys /sys sysfs defaults 0 0 LABEL=SWAP-hda8 swap swap defaults 0 0 /dev/hda5 /mnt/win_e auto defaults,gid=500,umask=0000 0 0 /dev/hda2 /mnt/win_d auto defaults,gid=500,umask=0000 0 0 /dev/fd0 /media/floppy auto pamconsole,exec,noauto,managed 0 0 /dev/hdd /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0 /dev/hdc /media/cdrom auto pamconsole,exec,noauto,managed 0 0
$ df -h Filesystem Size Used Avail Use% Mounted on /dev/hda7 5.4G 4.3G 929M 83% / /dev/mapper/VolGroup00-home 112G 68G 45G 61% /home /dev/shm 363M 0 363M 0% /dev/shm /dev/hda5 4.9G 4.7G 194M 97% /mnt/win_e