Wine 4.0 troubles with installation

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Username99
Newbie
Newbie
Posts: 1
Joined: Tue Apr 23, 2019 1:50 pm

Wine 4.0 troubles with installation

Post by Username99 »

each time I run :

$ wine progam.exe

I get this error message before the program launch :

0012:err:module:import_dll Loading library mscoree.dll (which is needed by L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscorsvw.exe") failed (error c000007b).
0012:err:module:attach_dlls Importing dlls for L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscorsvw.exe" failed, status c0000135
000f:err:service:process_send_command service protocol error - failed to write pipe!
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"clr_optimization_v4.0.30319_64" failed to start: 1053

I've tried to download mscoree.dll from http://www.telecharger-dll.fr/dll-mscoree.dll.html and copy it into .wine/drive_c/windows/system32/ but I still get this message
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Wine 4.0 troubles with installation

Post by Gcenx »

What ever your trying to run need dotnet40
You need to use winetricks to install the needed version of dotnet into the wine prefix your using
Locked