http://bugs.winehq.org/show_bug.cgi?id=26152
Summary: directx9 clobbers dotnet20 (mscoree) Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mscoree AssignedTo: wine-bugs@winehq.org ReportedBy: scdeimos+bugs.winehq.org@gmail.com
Created an attachment (id=33318) --> (http://bugs.winehq.org/attachment.cgi?id=33318) Steps to reproduce the problem.
SETUP: Ubuntu 10.10 Maverick Meerkat wine-1.3.13 winetricks 20110123
PROBLEM:
After using "winetricks directx9" users may see the following error message whenever they start a wine application: The program mscorsvw.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience.
The started application is (usually) unaffected.
CAUSE:
The last couple of lines of winetricks' load_directx9() function are: # reenable mscoree, or other installs may fail, see issue 25 w_override_dlls builtin,native mscoree
Doing this, however, clobbers mscoree as used by .NET Framework 2.0. Whenever you try to start Wine (even for something like wine regedit) the ".NET Runtime Optimization Service v2.0.50727_X86" service fails to start with the following error message: The program mscorsvw.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience.
WORKAROUND:
Start winecfg, go to the Libraries tab and change the override from "*mscoree (builtin, native)" to "*mscoree (native)". The error message goes away.
REPRODUCING: See attachment.
http://bugs.winehq.org/show_bug.cgi?id=26152
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2011-02-17 04:23:06 CST --- Please file a bug with winetricks developers.
http://bugs.winehq.org/show_bug.cgi?id=26152
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Component|mscoree |-unknown
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2011-02-17 04:23:23 CST --- Closing invalid.