J. Grant wrote:
Hi Tony,
Thanks for the info.
fixme:msvcrt:_XcptFilter (0,0x40626b58)semi-stub wine client error:0x80bd8b0: partial write 64
Sounds like this bug then.
http://bugs.winehq.com/show_bug.cgi?id=1257
it is fixed by this patch (not yet in CVS)
http://www.winehq.com/hypermail/wine-patches/2003/02/0098.html
Just read that, so it appears that a work around is to copy the dll to windows/system dir?
No. move, not copy, as long as the dll is in the programs directory wine will use the built-in (wines) version of the dll (bad bug! fifty pushups) This bug was introduced 2002/09/24 19:16:52 so it would affect your latter (20030115) tarball.
Well, I just did that with msvcrt.dll and unfortunatly it still crashes with this
wine ./nmake.exe or wine -dll msvcrt=n ./nmake.exe
This leads me to think that that this is not the same bug
with the newer wine build /nmake.exe/ and /cl.exe/ do not work. With the following error: fixme:msvcrt:_XcptFilter (-2147483392,0x40702720)semi-stub
this is the built-in (wine) version of msvcrt that is reporting this. Your program is expecting its own version of msvcrt.