https://bugs.winehq.org/show_bug.cgi?id=25120
--- Comment #27 from Anastasius Focht focht@gmx.net --- Hello folks,
as addendum: any .NET 1.1 app will fail to run due to the same issue.
I've created ticket to 'winetricks' to set 'fusion' to native for 'dotnet11' verbs.
https://github.com/Winetricks/winetricks/issues/1676
https://source.winehq.org/git/wine.git/commitdiff/d366642519e908556a9c425285... ("fusion: No longer prefer native.") -> part of Wine 1.5.22 release
Example .NET 1.1 app: DSLWatch .NET 1.6
https://web.archive.org/web/20051023162214/http://www.xwatch.de/download/dsl...
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/DSLWatch2
$ WINEDEBUG=+loaddll,+msgbox wine ./DSLWatch.exe ... trace:loaddll:load_native_dll Loaded L"C:\windows\Microsoft.NET\Framework\v1.1.4322\MSVCR71.dll" at 0x7c340000: native trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\psapi.dll" at 0x7df00000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\dbghelp.dll" at 0x7df10000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\fusion.dll" at 0x7df70000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\comctl32.dll" at 0x7dbe0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\shell32.dll" at 0x7dce0000: builtin trace:loaddll:load_native_dll Loaded L"C:\windows\Microsoft.NET\Framework\v1.1.4322\mscorwks.dll" at 0x791b0000: native trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\uxtheme.dll" at 0x7dbb0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\rpcrt4.dll" at 0x7d9e0000: builtin trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\ole32.dll" at 0x7da60000: builtin fixme:sync:CreateMemoryResourceNotification (0) stub fixme:fusion:CreateApplicationContext 0x17b3c8, 0x793e71a8 trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\oleaut32.dll" at 0x7d8b0000: builtin trace:msgbox:MSGBOX_OnInit L"Failed to delay load library mscorlib.dll (Win32 error: 0).\n\nThis program can no longer run and will now terminate." --- snip ---
Regards