On Fri, 25 Jun 2004 18:16:14 +0200, Jürgen Leibner wrote:
# fixme:ntdll:FILE_GetNtStatus Converting errno 38 to STATUS_UNSUCCESSFUL
It just means there was some information loss in converting error codes internally inside Wine ... you'll have to look elsewhere to figure out *why* it failed. There is a table of errno codes on MSDN you can use or look in winerror.h to find out what 38 is.
thanks -mike