Error running .Net application (mscorlib)

Questions about Wine on Linux
Locked
arnott
Newbie
Newbie
Posts: 1
Joined: Tue Jan 09, 2024 1:17 pm

Error running .Net application (mscorlib)

Post by arnott »

Fedora linux: 6.6.9-200.fc39.x86_64

Wine:

wine-8.19 (staging)

Windows application requires .net4.8

Error message:
002c:fixme:winediag:loader_init wine-staging 8.19 is a testing version containing experimental patches.
002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org.
0094:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0094:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0094:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0094:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
002c:fixme:ver:GetCurrentPackageId (00007FFFFE2FFEB0 0000000000000000): stub
0034:fixme:ver:GetCurrentPackageId (00007FFFFE2FFEB0 0000000000000000): stub
0024:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"mscorlib" (4.0.0.0)
0134:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"mscorlib" (4.0.0.0)
0134:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"ClientSystems.exe" cannot be loaded
0134:err:module:loader_init Importing dlls for L"Z:\\home\\ClientSystems.exe" failed, status c0000135
012c:fixme:ver:GetCurrentPackageId (00007FFFFE2FFEB0 0000000000000000): stub
003c:fixme:ver:GetCurrentPackageId (00007FFFFE2FFEB0 0000000000000000): stub

How to install the missing mscoree.dll? Does Wine mono need to be installed when .net is installed?

Output of winetricks list-installed:
remove_mono internal
remove_mono internal
winxp
dotnet40
remove_mono internal
remove_mono internal
winxp
dotnet40
dotnet48
andale
arial
comicsans
courier
georgia
impact
times
trebuchet
verdana
webdings
corefonts
w_workaround_wine_bug-50894
vcrun2015
From the Wine folder:
/home/usern/winedotnet/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/mscoree.tlb
/home/usern/winedotnet/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/mscoreei.dll
/home/usern/winedotnet/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/mscoreeis.dll
/home/usern/winedotnet/drive_c/windows/Microsoft.NET/Framework64/v4.0.30319/mscoree.tlb
/home/usern/winedotnet/drive_c/windows/Microsoft.NET/Framework64/v4.0.30319/mscoreei.dll
/home/usern/winedotnet/drive_c/windows/Microsoft.NET/Framework64/v4.0.30319/mscoreeis.dll
/home/usern/winedotnet/drive_c/windows/system32/mui/0409/mscorees.dll
/home/usern/winedotnet/drive_c/windows/syswow64/mui/0409/mscorees.dll
Locked