http://bugs.winehq.org/show_bug.cgi?id=23213
Summary: .NET Framework 1.1 installation fails with builtin msvcr71 (unimplemented function _set_security_error_handler) Product: Wine Version: 1.2-rc3 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com
Created an attachment (id=28889) --> (http://bugs.winehq.org/attachment.cgi?id=28889) Stub for _set_security_error_handler
Attempting to install the .NET Framework, version 1.1 (manually or using 'winetricks dotnet11') with WINEDLLOVERRIDES=msvcr71=b results in errors and installation failure due to:
wine: Call from 0x7b8369d2 to unimplemented function msvcr71.dll._set_security_error_handler, aborting
The attached patch is enough to complete the installation, but may not be the best way to fix it.