[Bug 37751] WiX Toolset v3.9 installer doesn't open with Wine-Mono ( metahostpolicy_GetRequestedRuntime returns CLR_E_SHIM_RUNTIME)

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 27 13:29:38 CDT 2019


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

--- Comment #15 from Vincent Povirk <madewokherd at gmail.com> ---
We're returning the correct _AppDomain interface, which calls methods on the
correct AppDomain object, but AppDomain.Current is the root domain during that
call. The COM wrapper should presumably switch the AppDomain, or call a
remoting wrapper.

It seems like this doesn't happen. I tried inserting a
remoting-invoke-with-check wrapper in the cominterop wrapper, but that didn't
change anything. I think fixing this is beyond me for now.

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