Hello, I edited the path to my drive_c because it wasn't working right. After I clicked Ok, it erased the fake C:\ in winecfg, but the drive_c folder is still there. Everytime I try to enter it back in, it erases. I also get these errors when I try to use wine: [root@localhost ~]# winecfg Warning: the specified Windows directory L"c:\\windows" is not accessible. Warning: the specified System directory L"c:\\windows\\system32" is not accessible. Warning: the specified Windows directory L"c:\\windows" is not accessible. Warning: the specified System directory L"c:\\windows\\system32" is not accessible. [root@localhost ~]# winecfg launches, and programs i try to run under wine launch, but they cannot find my c:\ drive. Specs (if needed): MSI 865PE intel P4 2.8 Fedora Core 5 1gig of ram Thanks, jsdewey
jsdewey@gmail.com wrote:> Hello, > I edited the path to my drive_c because it wasn't working right. > After I clicked Ok, it erased the fake C:\ in winecfg, but the drive_c > folder is still there. Everytime I try to enter it back in, it erases. > I also get these errors when I try to use wine:What does 'ls -l ~/.wine/dosdevices/' show?> [root@localhost ~]# winecfgDon't run wine as root. Daniel
Add a link in .wine/dosdevices for c: Here is what works for me: cd .wine/dosdevices ln -s ../drive_c c: Here is a listing of my .wine/dosdevices folder: ls -al .wine/dosdevices/ total 0 drwxr-xr-x 2 john users 144 May 25 23:42 . drwxr-xr-x 4 john users 192 Jun 3 00:09 .. lrwxrwxrwx 1 john users 10 Jun 20 00:30 c: -> ../drive_c lrwxrwxrwx 1 john users 10 Jun 20 00:30 d: -> /mnt/cdrom lrwxrwxrwx 1 john users 10 Jun 20 00:30 d:: -> /dev/cdrom lrwxrwxrwx 1 john users 1 Jun 20 00:30 e: -> / On 13 Jul 2006 20:20:21 -0700, jsdewey@gmail.com <jsdewey@gmail.com> wrote:> > Hello, > I edited the path to my drive_c because it wasn't working right. > After I clicked Ok, it erased the fake C:\ in winecfg, but the drive_c > folder is still there. Everytime I try to enter it back in, it erases. > I also get these errors when I try to use wine: > [root@localhost ~]# winecfg > Warning: the specified Windows directory L"c:\\windows" is not > accessible. > Warning: the specified System directory L"c:\\windows\\system32" is not > accessible. > Warning: the specified Windows directory L"c:\\windows" is not > accessible. > Warning: the specified System directory L"c:\\windows\\system32" is not > accessible. > [root@localhost ~]# > > winecfg launches, and programs i try to run under wine launch, but they > cannot find my c:\ drive. > > Specs (if needed): > MSI 865PE > intel P4 2.8 > Fedora Core 5 > 1gig of ram > > Thanks, > jsdewey > > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > winehq.org/mailman/listinfo/wine-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: winehq.org/pipermail/wine-users/attachments/20060714/cfdd8d77/attachment.htm