[Bug 25120] Microsoft .NET Framework 1.x installer fails with 'CLR error: 80004001' (1.0) or 'Failed to delay load library mscorlib.dll' (1.1) (fusion.CreateApplicationContext is a stub)

WineHQ Bugzilla wine-bugs at winehq.org
Wed Dec 9 07:18:05 CST 2020


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

--- Comment #26 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting to celebrate the 10th anniversary. Obviously still present. 

https://source.winehq.org/git/wine.git/blob/310019789f7bde12ae3f25f723957c975fb2f804:/dlls/fusion/fusion.c#l73

--- snip ---
  73 /******************************************************************
  74  *  CreateApplicationContext   (FUSION.@)
  75  */
  76 HRESULT WINAPI CreateApplicationContext(IAssemblyName *name, void *ctx)
  77 {
  78     FIXME("%p, %p\n", name, ctx);
  79     return E_NOTIMPL;
  80 }
--- snip ---

$ wine --version
wine-6.0-rc1-29-g310019789f7

Regards

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