http://bugs.winehq.org/show_bug.cgi?id=19352 --- Comment #8 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-10-29 12:12:03 --- For the info, I did a bit of more testing: After this bug there's a bug because of unimplemented stuff in mshtml. Don't know how to fix that, so I used native mshtml and friends (wintricks ie6) Then it crashes because of apparently bug in ole32. The hack below let's it proceed again a bit further. Now stuck at the following: Call from 0x7b8439d3 to unimplemented function crypt32.dll.CryptBinaryToStringW, aborting I'll see if i can get any further later this week diff --git a/dlls/ole32/ole2.c b/dlls/ole32/ole2.c index 3b87aac..5f9fd09 100644 --- a/dlls/ole32/ole2.c +++ b/dlls/ole32/ole2.c @@ -1141,7 +1141,7 @@ HRESULT WINAPI OleLockRunning(LPUNKNOWN pUnknown, BOOL fLock, BOOL fLastUnlockCl return hres; } else - return E_INVALIDARG; + return 0;//E_INVALIDARG; } -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.