mscorsvw.exe not found

Questions about Wine on Linux
Locked
Red Dragon
Newbie
Newbie
Posts: 1
Joined: Wed Jul 18, 2018 10:47 am

mscorsvw.exe not found

Post by Red Dragon »

I can't run game ,and i don't know how to solve problem.Help.
Problem:

0012:err:module:import_dll Library mscoree.dll (which is needed by L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe") not found
0012:err:module:attach_dlls Importing dlls for L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe" failed, status c0000135
000f:err:service:process_send_command service protocol error - failed to write pipe!
0014:err:module:import_dll Library MSVCR100_CLR0400.dll (which is needed by L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscorsvw.exe") not found
0014:err:module:import_dll Library mscoree.dll (which is needed by L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscorsvw.exe") not found
0014: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:err:service:process_send_command receiving command result timed out
[00:00:00]:
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: mscorsvw.exe not found

Post by DarkShadow44 »

That's bug https://bugs.winehq.org/show_bug.cgi?id=44869 - 64bit dotnet doesn't work properly - although it sometimes seems to work.
If possible, create a clean 32bit WINEPREFIX and try to run the game there.
tim110011
Level 2
Level 2
Posts: 30
Joined: Wed Jul 05, 2017 2:29 am

Re: mscorsvw.exe not found

Post by tim110011 »

You may try this guide:
https://www.reddit.com/r/wine_gaming/co ... _prefixes/

My additional advice
1. replace official dotnet pack with 3rd slim repacks from repacks.net
2. kill mscorsvw.exe after dotnet4 install: pkill mscorsvw.exe
3. install most recent slim repackage, maybe dotnet472_slim

This may success, i have managed they are billions run before.
Locked