[Bug 46972] Adobe DNG Converter 11.2+ runs into Call to unimplemented function api-ms-win-core-winrt-error-l1-1-0.dll.GetRestrictedErrorInfo

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 8 02:56:21 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=46972

--- Comment #8 from Nikolay Sivov <bunglehead at gmail.com> ---
(In reply to Louis Lenders from comment #7)
> Created attachment 64144 [details]
> patch 2
> 
> But i guess you were right.
> 
> This much simpler patch fixes the crash too, somehow i did something
> wrong/different yesterday
> 
> It runs into extra unimplemented RoOriginateLanguageException, with stub for
> that the application starts fine.
> 
> I`ll send (polished up )patch later

It should return S_FALSE if error object does not support this interface. This
is easy to implement correctly, but needs some tests, e.g. you can set error
object supporting this interface with SetErrorInfo too. If that's not picked up
with GetRestrictedErrorInfo(), we probably should move error object handling to
combase but that involves moving more unrelated code from ole32.

-- 
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.



More information about the wine-bugs mailing list