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 what happens and what to do to get succsess?
Thanks, Jürgen
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
Mike Hearn mike@navi.cx 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 38 is.
Actually it's a Unix errno, 38 is ENOSYS. It would be interesting to find out what function causes that, a relay trace is probably the best way.
"Jürgen Leibner" juergen.leibner@t-online.de schrieb im Newsbeitrag news:cbhj09$kct$1@sea.gmane.org... 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 does its job correct. After this the MS-Installer is invoked to do the rest of the job with an msi-file. He crashes at once. So i think i have to contact the programmer of the software to ask him what the installer wants to do at crashtime. For this i will dump the windump output to explain the point of crashing.
Thanks to all, Jürgen