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

WineHQ Bugzilla wine-bugs at winehq.org
Sun Nov 17 13:30:19 CST 2019


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

--- Comment #18 from Nikolay Sivov <bunglehead at gmail.com> ---
(In reply to Vincent Povirk from comment #15)
> 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.

This bit is implemented now,
https://github.com/mono/mono/commit/d74e863de3a2a25e20661bfe855b739aca6d868b .
It's available in wine-mono 4.9.4.

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