hi I try wine for the first time.. after entering "wine notepad" on the shell this message appears : Warning: the specified Windows directory L"C:\\Windows" is not accessible. Warning: the specified System directory L"C:\\Windows\\System" is not accessible wine open notepad on kde but it is not possible to save ... (no access to windows directory) and the apps is freezing configuration problem ? I run Wine version 20040615 on SuSe 9 any help ? bea.gr
Hi bea.gr, I think the directory access permissions are not set correctly for your fake_windows directory. The user which runs wine should have write access to the fake_windows directory (maybe in your version the directory can be named drive_c). Try something like "chmod -R 700 /home/youruser/.wine/fake_windows" Stefan Am Mittwoch, 30. Juni 2004 16:14 schrieb bea.gr:> hi > > I try wine for the first time.. > after entering "wine notepad" on the shell > this message appears : Warning: the specified Windows directory > L"C:\\Windows" is not accessible. > Warning: the specified System directory L"C:\\Windows\\System" is not > accessible > > wine open notepad on kde but it is not possible to save ... (no access to > windows directory) and the apps is freezing > configuration problem ? > I run Wine version 20040615 on SuSe 9 > > any help ? > bea.gr > > > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-users-- Dipl.-Inform. Stefan Munz. . . . . . . . . . stefan.munz@itomig.de ITOMIG GbR . . . . . . . . . . . . . . . . . www.itomig.de Sand 14 . . . . . . . . . . . . . . . . . . phone: +49 7071 29 704 93 D-72076 T?bingen . . . . . . . . . . . . . . mobil: +49 178 729 72 72
-----BEGIN PGP SIGNED MESSAGE----- Hi, Am Freitag, 2. Juli 2004 11:08 schrieb Stefan Munz:> I think the directory access permissions are not set correctly for your > fake_windows directory. > > this message appears : Warning: the specified Windows directory > > L"C:\\Windows" is not accessible. > > Warning: the specified System directory L"C:\\Windows\\System" is not > > accessibleI got the same error using a real win partition instead of a fake-windows. With fake-windows it works. IMHO something is going wrong accessing a real dos drive under wine. It worked perfectly on my old SuSE 7.2 using recent wine realeases. Drives-Section in wine config is set up properly. The path specifications are setup as c:\\windows... and so on. I tried one backslask instead of twice with no effort. It it thinkable that utf-8 as default charset on a new SuSE 9.1 will cause this path problem? - -- Gruss Marcus Marcus Roeckrath -- Vikarsbusch 8 -- D-48308 Senden -- Germany Phone : +49-2536-9944 -- Mailer/BBS/Fax : +49-2536-9943 (V34, X75) FidoNet: 2:2449/523 E-Mail : marcus.roeckrath@gmx.de WWW : http://home.foni.net/~marcusroeckrath/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iQEVAwUBQOU2bAp4kFlTVf6VAQHxYwgAmPnD5xG/WIenRVR9uL2FQMEgh1y123Go gn6ZpqYI/TPia0OfPKCiSWNBWE6cSrJZirjmigx5zZL1srY0UcIpQPxVWiceaiOG 2Q6sFLAMR1PHCBlUVMyxJ2mHKod6FlXamoBRZfc/+PCNc8oFnjU757Xf+SDq13Yd 2sbMlU3fCPbxCNVrsrSqBwMmYSlv86iF2rveXb0+mxZhskRny6uvlfXdDEKkH4nH KXw8wJ94B2CFf0VvZy0+RqmH7dBmMrczeIOTfWNsHw5A8uliQBnPqoGiv5eWmUzs oKpFBxwnCy0hzhKgSeD0zrAE2gYsZJ7EutvpCjqtqONYspMp7VuDOQ==zu0k -----END PGP SIGNATURE-----
Hi,> Drives-Section in wine config is set up properly. The path specifications > are setup as c:\\windows... and so on. I tried one backslask instead of > twice with no effort. > > It it thinkable that utf-8 as default charset on a new SuSE 9.1 will cause > this path problem?I run WINE on Suse9.0 and it runs fine (I dont know wether Suse9.0 has utf-8 as default). As far as I know there are at least two wrong configurations which cause a "Warning: the specified Windows directory L"C:\\Windows" is not accessible" First, your fake-windows drive ("c:") is not set up correctly or the permissions on the fake-win directory are wrong. (By the way in newer WINE versions there are symlinks in .wine/dosdevices not in the drive sections in the wine config file) Second, the path two the windows system directory in wine config is wrong. I never experienced any other problems accessing a fake-win directory. If you post your drives section/dosdevices directory listing and the permissions on your win drive, maybe I can help you. cu, Stefan -- Dipl.-Inform. Stefan Munz. . . . . . . . . . stefan.munz@itomig.de ITOMIG GbR . . . . . . . . . . . . . . . . . www.itomig.de Sand 14 . . . . . . . . . . . . . . . . . . phone: +49 7071 29 704 93 D-72076 T?bingen . . . . . . . . . . . . . . mobil: +49 178 729 72 72
Hi, I changed my wine (version 20040615) config file to test your problem with accessing a real win system drive and noticed that wine seems to ignore my setting in the [wine] section. I have w2k installed and the system dir is "winnt" when I change my wine config to point to winnt as win dir it complains still that c:\\windows ist not accessible even if there is a problem with accessing this drive the correct warning should be: c:\\winnt ist not accessible Am I right? Am Freitag, 2. Juli 2004 12:18 schrieb Marcus Roeckrath:> Hi, > > Am Freitag, 2. Juli 2004 11:08 schrieb Stefan Munz: > > I think the directory access permissions are not set correctly for your > > fake_windows directory. > > > > > this message appears : Warning: the specified Windows directory > > > L"C:\\Windows" is not accessible. > > > Warning: the specified System directory L"C:\\Windows\\System" is not > > > accessible > > I got the same error using a real win partition instead of a fake-windows. > With fake-windows it works. > > IMHO something is going wrong accessing a real dos drive under wine. > > It worked perfectly on my old SuSE 7.2 using recent wine realeases. > > Drives-Section in wine config is set up properly. The path specifications > are setup as c:\\windows... and so on. I tried one backslask instead of > twice with no effort. > > It it thinkable that utf-8 as default charset on a new SuSE 9.1 will cause > this path problem?-- Dipl.-Inform. Stefan Munz. . . . . . . . . . stefan.munz@itomig.de ITOMIG GbR . . . . . . . . . . . . . . . . . www.itomig.de Sand 14 . . . . . . . . . . . . . . . . . . phone: +49 7071 29 704 93 D-72076 T?bingen . . . . . . . . . . . . . . mobil: +49 178 729 72 72
-----BEGIN PGP SIGNED MESSAGE----- Hello, Am Freitag, 2. Juli 2004 14:33 schrieb Stefan Munz:> First, your fake-windows drive ("c:") is not set up correctly or the > permissions on the fake-win directory are wrong.I do not want to use fake-windows; I use a real existing win partition mounted to /dosC!> (By the way in newer > WINE versions there are symlinks in .wine/dosdevices not in the drive > sections in the wine config file)Do you know when this was invited? I use the wine release shipped with suse 9.1. Can you tell me in which way the symlinks in the dosdevices has to be made? As single Drive-Name like C symlinked maybe to the real dosdrive mountpoint f. e. /dosC.> Second, the path two the windows system directory in wine config is > wrong.No, taken from a running wine installation on my old suse 7.2. But I used recent wine versions on this suse. So the wine config was actual. - -- Gruss Marcus Marcus Roeckrath -- Vikarsbusch 8 -- D-48308 Senden -- Germany Phone : +49-2536-9944 -- Mailer/BBS/Fax : +49-2536-9943 (V34, X75) FidoNet: 2:2449/523 E-Mail : marcus.roeckrath@gmx.de WWW : http://home.foni.net/~marcusroeckrath/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iQEVAwUBQOVjaQp4kFlTVf6VAQEVBQgAu1C1KQx/2OLJ1JSE1YysZFI+oolfuIgk 1gEnsv5wfNxZ8y5Rjm0H6n6p7uYF0cJA23hbwUN1MylCc5eXNyYMY+YzpKpeYyWB EZQjJg58TqDeG5UmBrfzlMQhH5D1yOkXDq5FV2xSjHLhfNngxybxe8ZgcgBweCaq REIqKszDy8AMvJmoXHfISL64ZywfO+uCUuCfUhnFWZIy5/GYt0UotHue6RAlKs40 e/ev/R5VdGyIxYPvKNXsvZ4ONb7msO/KBneNDtvPhks4jvy8JOkJWZ16ltiardZz 0nPgXZRZolzJ/Ry9TERQExxvyUBNFlMIcqEQoo2jOe2YJVPERSkA4A==FF+F -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hello, Am Freitag, 2. Juli 2004 14:56 schrieb Stefan Munz:> I changed my wine (version 20040615) config file to test your problem > with accessing a real win system drive and noticed that wine seems to > ignore my setting in the [wine] section. I have w2k installed and the > system dir is "winnt" when I change my wine config to point to winnt as > win dir it complains still that > c:\\windows ist not accessible > > Am I right?This is the error message I get trying to start a windows program. wine /dosC/Programme/DynaGeo/DynaGeo.exe Invalid path L"C:\\windows" for L"windows" directory: does not exist. Perhaps you have not properly edited your Wine configuration file (/home/marcus/.wine/config) The drives section should be ok and is setup to link the pathes for c correctly to the mount point of the real dosdrive. - -- Gruss Marcus Marcus Roeckrath -- Vikarsbusch 8 -- D-48308 Senden -- Germany Phone : +49-2536-9944 -- Mailer/BBS/Fax : +49-2536-9943 (V34, X75) FidoNet: 2:2449/523 E-Mail : marcus.roeckrath@gmx.de WWW : http://home.foni.net/~marcusroeckrath/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iQEVAwUBQOVkWQp4kFlTVf6VAQGtWAf+N95r3dNigKQSYN6qied0fI4XZ5V36uRZ YkJvoo5FZp+hjArC0KvUgxxG2OiEMlSdb6HjjX+6ta16IxAXzsiCnUeKsme3Lh/k hlYgU0Vyd6UE42q95/LYAYOonUk6gx87/ndmoPXtHDGLrY17nRxdkKpNdSexYAmo 9DGuq55gFRLqwi1OnUFzRmGOOs/Z/BUNS90qBpPSLnr/i80PdACeLK5gckP0I9f2 YES/hIC02TZh5SLmIOJKjJKoGg/A+q938FzYjp4Yuqxk9A8uxE1sxhxV3bhepwtn T42xtaFww51MZEbpId6kMyJlfiaTxS7oodMlQMJK7BnBCdmduXvmwA==QCHp -----END PGP SIGNATURE-----
> Am Freitag, 2. Juli 2004 14:33 schrieb Stefan Munz: > > First, your fake-windows drive ("c:") is not set up correctly or the > > permissions on the fake-win directory are wrong. > > I do not want to use fake-windows; I use a real existing win partition > mounted to /dosC!which windows version do you use?> > > (By the way in newer > > WINE versions there are symlinks in .wine/dosdevices not in the drive > > sections in the wine config file) > > Do you know when this was invited? I use the wine release shipped with suse > 9.1.The first time I realized it is with the version 20040505 I think.> > Can you tell me in which way the symlinks in the dosdevices has to be made?these are the symlinks in my dosdevices dir: ll dosdevices/ insgesamt 0 lrwxrwxrwx 1 munz users 8 2004-06-25 14:39 a: -> /mnt/fd0 lrwxrwxrwx 1 munz users 8 2004-06-25 14:39 a:: -> /dev/fd0 lrwxrwxrwx 1 munz users 30 2004-07-02 14:47 c: -> /home/ munz/.wine/fake_windows/ lrwxrwxrwx 1 munz users 10 2004-06-25 14:39 com1 -> /dev/ttyS0 lrwxrwxrwx 1 munz users 10 2004-06-25 14:39 com2 -> /dev/ttyS1 lrwxrwxrwx 1 munz users 10 2004-06-25 14:39 com3 -> /dev/ttyS2 lrwxrwxrwx 1 munz users 10 2004-06-25 14:39 com4 -> /dev/modem lrwxrwxrwx 1 munz users 3 2004-06-25 14:39 d: -> ../ lrwxrwxrwx 1 munz users 4 2004-06-25 14:39 e: -> /tmp lrwxrwxrwx 1 munz users 10 2004-06-25 14:39 f: -> /home/munz lrwxrwxrwx 1 munz users 8 2004-06-25 14:39 lpt1 -> /dev/lp0 lrwxrwxrwx 1 munz users 1 2004-06-25 14:39 z: -> / hope this helps! -- Dipl.-Inform. Stefan Munz. . . . . . . . . . stefan.munz@itomig.de ITOMIG GbR . . . . . . . . . . . . . . . . . www.itomig.de Sand 14 . . . . . . . . . . . . . . . . . . phone: +49 7071 29 704 93 D-72076 T?bingen . . . . . . . . . . . . . . mobil: +49 178 729 72 72
Stefan, could you please post your mails to the list, and not to me personally? The purpose of a mailing list is to get input from more than just one person (the "X # of heads is better than one" theory). Please subscribe to the list, if you have not done so, and then try replying to all recipients, rather than just the sender. This list is a bit unusual in that the From: field is not the list, but the individual posting to the list; only with "reply to all recipients" does the list become one of the recipients of your mail. I usually change the order of the To: and CC: fields as well, so that my response goes To: the list and if necessary cc: to the original poster, for neatness' sake. I also often remove the cc, because who needs duplicate emails (one from the list, and one from the sender personally)? I will forward your message to the list (via this reply), and answer there, after I've read it there. Holly To the List--- sorry for top posting; the real continuation of the thread is below. H. Stefan Munz wrote:>Am Freitag, 2. Juli 2004 15:52 schrieben Sie: > > >>Stefan Munz wrote: >> >> >>>Hi, >>> >>>I changed my wine (version 20040615) config file to test your problem with >>>accessing a real win system drive and noticed that wine seems to ignore my >>>setting in the [wine] section. I have w2k installed and the system dir is >>>"winnt" when I change my wine config to point to winnt as win dir it >>>complains still that >>>c:\\windows ist not accessible >>> >>>even if there is a problem with accessing this drive the correct warning >>>should be: >>>c:\\winnt ist not accessible >>> >>>Am I right? >>> >>> >>Did you also change the Wine emulation type from win98 (where the >>Windows drive is C:\Windows) to win2k or winxp (where the Windows drive >>is C:\WINNT)? >> >>I don't see how Wine would know to look for C:\WINNT otherwise. >> >> > >the windows system dir is set in the [wine] section of the wine config file >and (as far as I know) independent from the windows version that wine >emulates. If this is wrong, please correct me! > >cu, > >Stefan > > >
Stefan Munz wrote:>>Am Freitag, 2. Juli 2004 14:33 schrieb Stefan Munz: >> >> >>>First, your fake-windows drive ("c:") is not set up correctly or the >>>permissions on the fake-win directory are wrong. >>> >>> >>I do not want to use fake-windows; I use a real existing win partition >>mounted to /dosC! >> >> > >which windows version do you use? > > > >>>(By the way in newer >>>WINE versions there are symlinks in .wine/dosdevices not in the drive >>>sections in the wine config file) >>> >>> >>Do you know when this was invited? I use the wine release shipped with suse >>9.1. >> >> > >The first time I realized it is with the version 20040505 I think. > > > >>Can you tell me in which way the symlinks in the dosdevices has to be made? >> >> > >these are the symlinks in my dosdevices dir: > >ll dosdevices/ >insgesamt 0 >lrwxrwxrwx 1 munz users 8 2004-06-25 14:39 a: -> /mnt/fd0 >lrwxrwxrwx 1 munz users 8 2004-06-25 14:39 a:: -> /dev/fd0 >lrwxrwxrwx 1 munz users 30 2004-07-02 14:47 c: -> /home/ >munz/.wine/fake_windows/ >lrwxrwxrwx 1 munz users 10 2004-06-25 14:39 com1 -> /dev/ttyS0 >lrwxrwxrwx 1 munz users 10 2004-06-25 14:39 com2 -> /dev/ttyS1 >lrwxrwxrwx 1 munz users 10 2004-06-25 14:39 com3 -> /dev/ttyS2 >lrwxrwxrwx 1 munz users 10 2004-06-25 14:39 com4 -> /dev/modem >lrwxrwxrwx 1 munz users 3 2004-06-25 14:39 d: -> ../ >lrwxrwxrwx 1 munz users 4 2004-06-25 14:39 e: -> /tmp >lrwxrwxrwx 1 munz users 10 2004-06-25 14:39 f: -> /home/munz >lrwxrwxrwx 1 munz users 8 2004-06-25 14:39 lpt1 -> /dev/lp0 >lrwxrwxrwx 1 munz users 1 2004-06-25 14:39 z: -> / > >hope this helps! > > >
-----BEGIN PGP SIGNED MESSAGE----- Hello, Am Freitag, 2. Juli 2004 17:00 schrieb Stefan Munz:> which windows version do you use?Win98SE> these are the symlinks in my dosdevices dir: > > ll dosdevices/Thanks but it doesn?t help. - -- Gruss Marcus Marcus Roeckrath -- Vikarsbusch 8 -- D-48308 Senden -- Germany Phone : +49-2536-9944 -- Mailer/BBS/Fax : +49-2536-9943 (V34, X75) FidoNet: 2:2449/523 E-Mail : marcus.roeckrath@gmx.de WWW : http://home.foni.net/~marcusroeckrath/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iQEVAwUBQOWLVQp4kFlTVf6VAQH8Fgf7BmsXMzy0hrJtlkrxw/DQWGSVpF9qOD4U iD9iC8HJpM5pGchjiXeVyZWGzZ37HAhDE1sJ9NriXMU29zLpskBJRcmoqsr8NyDi QMG1dVO8CGFiZXYZ7XPbtfxeLXzdIc7/mrpKF1GmPjrfs/nTuzXs4HJgNJf3VTe8 UxDVUi95HbLA+mLER6ehMa3t4zEnZidmfjiLfHIttMHvZyrsG9rRkTK2Tkbx+MHP PMdwr4nEMMktazlLqHMPLs4xU9xT6/DQKOqfqooIKsn38xljLL8kHmiiBbnCBSxT p4THxUCoA/27RX1oWv/2DP8l4lpQuZYQTL626LEWZj4NGrrdZvtwEA==XGbu -----END PGP SIGNATURE-----
First of all.. thanks for all the replies , I'm not alone in the dark... then .. It seems that it's not a problem of permission on the directory fake-windows : "chmod 700 /home/bea.gr/.wine/fake-windows" change absoluty nothing and my wine config are correct (it seems to be) The problem is in the symlinks in the directory .wine/dosdevices/ before the change I made, two symlinks were wrong and seems to go to nowhere (as I tried in the shell and kde): lrwxrwxrwx 1 bea.gr users 29 2004-06-19 07:33 c: -> ../ ${HOME}/.wine/fake_windows lrwxrwxrwx 1 bea.gr users 10 2004-06-19 07:33 y: -> ../${HOME} then I recreated the links : lrwxrwxrwx 1 root root 32 2004-07-02 23:31 c: -> /home/ bea.gr/.wine/fake_windows/ lrwxrwxrwx 1 root root 13 2004-07-02 23:34 y: -> /home/ bea.gr/ and it works now with no such that message anymore : "Warning: the specified Windows directory L"C:\\Windows" is not accessible".... I can launch "wine notepad" without problems ???? a reason for this ? Bea.gr thanks a lot 8-)>Hi,>I run WINE on Suse9.0 and it runs fine (I dont know wether Suse9.0 has utf-8 >as default). As far as I know there are at least two wrong configurations >which cause a >"Warning: the specified Windows directory L"C:\\Windows" is not accessible">First, your fake-windows drive ("c:") is not set up correctly or the >permissions on the fake-win directory are wrong. (By the way in newer WINE >versions there are symlinks in .wine/dosdevices not in the drive sections in >the wine config file)>Second, the path two the windows system directory in wine config is wrong.>I never experienced any other problems accessing a fake-win directory. If you >post your drives section/dosdevices directory listing and the permissions on >your win drive, maybe I can help you.>cu,>Stefan-- Dipl.-Inform. Stefan Munz. . . . . . . . . . stefan.munz@itomig.de ITOMIG GbR . . . . . . . . . . . . . . . . . www.itomig.de Sand 14 . . . . . . . . . . . . . . . . . . phone: +49 7071 29 704 93 D-72076 T?bingen . . . . . . . . . . . . . . mobil: +49 178 729 72 72 On Wednesday 30 June 2004 16:14, bea.gr wrote:> hi > > I try wine for the first time.. > after entering "wine notepad" on the shell > this message appears : Warning: the specified Windows directory > L"C:\\Windows" is not accessible. > Warning: the specified System directory L"C:\\Windows\\System" is not > accessible > > wine open notepad on kde but it is not possible to save ... (no access to > windows directory) and the apps is freezing > configuration problem ? > I run Wine version 20040615 on SuSe 9 > > any help ? > bea.gr