azelinsky@checkpoint.com
2007-Mar-19 18:33 UTC
[Wine] Trying to run mixed (MFC w/ CLR support) on wine failed
I've been trying as follows: Environment: 1. GNU/Linux 2.6 i686 - Ubuntu 6.06 2. Wine 0.9.29 Scenario: Trying to run an MFC 8 GUI application w/ CLR support: - Failed to run, given error message: "LdrInitializeThunk msvcm80d.dll failed to initialize, aborting" Tried workarounds: - Install MS .Net Framework (tried both 1.1. and 2.0) -- CrossOver Installation Wizard - failed -- Using directly wine: "wine msiexec /i netfx.msi" (workaround described in MicrosoftDotNet - The Official Wine Wiki) - failed - Install Mono Win32 version (workaround described here: Re: Time for wine mono or wine dotnet11 component in Bugzilla?) - failed (saying something like "this is Windows NT application...") - Make an isolated Windows application w/ built-in (linked) .Net stuff (using a tool such as RemoteSoft .NET Linker - Remotesoft Salamander .NET Linker and Mini-deployment Tool (C#, VB.NET, IL, MSIL, J#, MC++)) - failed Does anybode know is there any chance to run such an application with Wine or do Wine plan to add support for .Net and mixed application? Thanks in advance
Daniel Skorka
2007-Mar-19 18:33 UTC
[Wine] Re: Trying to run mixed (MFC w/ CLR support) on wine failed
azelinsky@checkpoint.com wrote:> Scenario: > Trying to run an MFC 8 GUI application w/ CLR support: > - Failed to run, given error message: "LdrInitializeThunk > msvcm80d.dll failed to initialize, aborting"What does CLR stand for?> Tried workarounds: > > - Install MS .Net Framework (tried both 1.1. and 2.0).Net doesn't work yet.> - Install Mono Win32 version (workaround described here: Re: Time forSame for Mono.> - Make an isolated Windows application w/ built-in (linked) .Net stuffAs all the .Net code is still there, it would be surprising if this worked.> Does anybode know is there any chance to run such an application with > Wine or do Wine plan to add support for .Net and mixed application?Making .Net run certainly is a goal for wine. Daniel -- Before you post: Read the Wine User Guide http://winehq.org/site/docs/wineusr-guide/index When you post: Which wine version? Self compiled or prepackaged?
dank
2007-Mar-19 19:15 UTC
[Wine] Re: Trying to run mixed (MFC w/ CLR support) on wine failed
azelinsky@checkpoint.com wrote:> Trying to run an MFC 8 GUI application w/ CLR support: > - Failed to run, given error message: > "LdrInitializeThunk msvcm80d.dll failed to initialize, aborting"What app is this? If we can try it out, we can give you better answers. - Dan