http://bugs.winehq.org/show_bug.cgi?id=33166
Bug #: 33166 Summary: _wstat64 not implemented Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: ionic@ionic.de Classification: Unclassified
When calling _wstat64 from a program, this error is shown:
Unhandled exception: unimplemented function msvcrt.dll._wstat64 called in 32-bit code (0x7bc3fb18).
This function, however, is perfectly legal even for 32bit code (tested it natively.)
http://bugs.winehq.org/show_bug.cgi?id=33166
Mihai Moldovan ionic@ionic.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ionic@ionic.de Version|unspecified |1.5.21 OS/Version|Linux |Mac OS X
--- Comment #1 from Mihai Moldovan ionic@ionic.de 2013-03-10 10:05:58 CDT --- Added WINE version (though I'm upgrading to the newest right now and will re-test.)
http://bugs.winehq.org/show_bug.cgi?id=33166
--- Comment #2 from Austin English austinenglish@gmail.com 2013-03-10 16:30:13 CDT --- It's been around for a while, see 7ecc283bd9b6713e84f2d5b314d1173b841ddbd5. You're likely using an old native mvscrt.dll.
http://bugs.winehq.org/show_bug.cgi?id=33166
--- Comment #3 from Mihai Moldovan ionic@ionic.de 2013-03-10 16:53:49 CDT --- That's correct, thanks. _wstat64 is implemented in wine's msvcrt which was overridden by a native library obviously failing.
I can't set the issue to INVALID, might you?
http://bugs.winehq.org/show_bug.cgi?id=33166
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Austin English austinenglish@gmail.com 2013-03-10 20:41:25 CDT --- (In reply to comment #3)
That's correct, thanks. _wstat64 is implemented in wine's msvcrt which was overridden by a native library obviously failing.
I can't set the issue to INVALID, might you?
Sure
http://bugs.winehq.org/show_bug.cgi?id=33166
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2013-03-12 12:41:13 CDT --- Closing.