Re: FILE_GetNtStatus Converting errno 38 to STATUS_UNSUCCESSFUL

2004-06-27 Thread Jürgen Leibner
"Jürgen Leibner" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] Hi there, > i'm trying to install a Software for Schools using > wine-20040505-SuSELinux90.i586.rpm. Now, after updating to wine-20040615-SuSELinux90.i586.rpm, the Error doesn't apear anymore! The setup.exe doe

Re: FILE_GetNtStatus Converting errno 38 to STATUS_UNSUCCESSFUL

2004-06-25 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > 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

Re: FILE_GetNtStatus Converting errno 38 to STATUS_UNSUCCESSFUL

2004-06-25 Thread Mike Hearn
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. Ther

FILE_GetNtStatus Converting errno 38 to STATUS_UNSUCCESSFUL

2004-06-25 Thread Jürgen Leibner
Hi there, i'm trying to install a Software for Schools using wine-20040505-SuSELinux90.i586.rpm. After launching wine as user with: # wine setup.exe i get this message: # fixme:ntdll:FILE_GetNtStatus Converting errno 38 to STATUS_UNSUCCESSFUL Is anybody out there, who is able to explain wh