Hi list,
Trying to execute an exe in my home directory on F: drive, configured
as this (same entry as in documentation/samples/config), fails :
;[Drive F]
;"Path" = "${HOME}"
;"Type" = "network"
;"Label" = "Home"
;"Filesystem" = "win95"
[syl@snoop brown]$ ls -l ~/duke.exe
-rw------- 1 syl wine 1427953 ao? 7 12:32
/home/syl/duke.exe
[syl@snoop brown]$ wine ~/duke.exe
Warning: /home/syl/duke.exe not accessible from a configured DOS drive
Warning: /home/syl/duke.exe not accessible from a configured DOS drive
wine: cannot find '/home/syl/duke.exe'
[syl@snoop brown]$ cd
[syl@snoop syl]$ wine duke.exe
Warning: could not find wine config [Drive x] entry for current working
directory /home/syl; starting in windows directory.
wine: cannot find 'duke.exe'
trying to list F: drive contents under wcmd fails:
WCMD Version 0.17
C>f:
Invalid drive
C>dir f:
Invalid drive
C>
the error returnerd by wine when running 'dir f:' is
fixme:dosfs:DOSFS_DoGetFullPathName internal: error getting drive/path
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais !
Yahoo! Mail : http://fr.mail.yahoo.com
On Wed, 7 Aug 2002 12:42:13 +0200 (CEST), you wrote:> Hi list, > > Trying to execute an exe in my home directory on F: drive, configured > as this (same entry as in documentation/samples/config), fails : > ;[Drive F] > ;"Path" = "${HOME}" > ;"Type" = "network" > ;"Label" = "Home" > ;"Filesystem" = "win95"^ | Are these semicolons (;;) part of the file? If yes that is the problem; if not, perhaps wine is reading another file then the one you are expecting, having two "[Drive F]" entries is another gotcha. Here it surely works. Rein. -- Rein Klazes rklazes@xs4all.nl
Call me an idiot :)))) Totally forgot thay I disabled it ! lol --- Rein Klazes <rklazes@xs4all.nl> a ?crit : > On Wed, 7 Aug 2002 12:42:13 +0200 (CEST), you wrote:> > > Hi list, > > > > Trying to execute an exe in my home directory on F: drive, > configured > > as this (same entry as in documentation/samples/config), fails : > > ;[Drive F] > > ;"Path" = "${HOME}" > > ;"Type" = "network" > > ;"Label" = "Home" > > ;"Filesystem" = "win95" > ^ > | > > Are these semicolons (;;) part of the file? > > If yes that is the problem; if not, perhaps wine is reading another > file then the one you are expecting, having two "[Drive F]" entries > is > another gotcha. Here it surely works. > > Rein. > -- > Rein Klazes > rklazes@xs4all.nl___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com