[Wine]Re: "Severe - Unable to create a directory under ..."

Rein Klazes rklazes at xs4all.nl
Wed Oct 27 11:55:17 CDT 2004


On Wed, 27 Oct 2004 09:09:15 -0700, you wrote:

> > trace:file:DeleteFileW L"C:\\Program Files\\GSampler\\DeIsL1.isu"
> > trace:file:CreateFileW L"C:\\Program Files\\GSampler\\DeIsL1.isu"
> > GENERIC_READ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WRITE
> > FILE_SHARE_DELETE OPEN_EXISTING attributes 0x4000000
> > ...
> > warn:file:CreateFileW Unable to create file L"C:\\Program
> > Files\\GSampler\\DeIsL1.isu" (status c000003a)
> > trace:file:CreateFileW returning 0xffffffff
> 
> Hmmm... Well, the program appears to delete a file, and then tries to 
> open it (OPEN_EXISTING) and fails. 

No, the program only calls DeleteFile. The CreateFile is called from
within DeleteFile. The FILE_SHARE_DELETE flag accomplished the counter
intuitive result.

Rein.
-- 
Rein Klazes
rklazes at xs4all.nl



More information about the wine-users mailing list