[Bug 37251] WiX Toolset v3.8 installer doesn't open with Wine-Mono (unimplemented corruntimehost_CreateDomainEx)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 11 00:38:44 CDT 2014


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

Alex Henrie <alexhenrie24 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|WiX Toolset v3.8 installer  |WiX Toolset v3.8 installer
                   |doesn't open with Wine-Mono |doesn't open with Wine-Mono
                   |                            |(unimplemented
                   |                            |corruntimehost_CreateDomain
                   |                            |Ex)

--- Comment #6 from Alex Henrie <alexhenrie24 at gmail.com> ---
This is the problem:

0024:fixme:mscoree:corruntimehost_CreateDomainEx stub 0x14db08

WiX Setup tries to create an application domain but can't, so it thinks that
the .NET Framework is not installed. Note how on Windows, the log says "Loading
managed bootstrapper application." but on Wine it says "Loading prerequisite
bootstrapper application because managed host could not be loaded, error:
0x80004001." 0x80004001 is E_NOTIMPL. See:

https://github.com/wixtoolset/wix3/blob/1384b281a8dade39fd07546ed1545cda513a1fe6/src/ext/BalExtension/mba/host/host.cpp#L103

Austin, do you think you can put together an implementation of CreateDomainEx
that's good enough to get WiX running?

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