fazbear201 / winezeug

Automatically exported from code.google.com/p/winezeug
1 stars 0 forks source link

Modify "wmp9" to disable services #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. winetricks -q wmp9
2. winecfg 

What is the expected output? What do you see instead?
Wine used to silently ignore the unhandled exceptions caused by the
services created by WMP9, but as of 1.1.20 it pops up with a Program Error
dialog (added feature).
If the Winetricks script could be modified to disable these services, the
problem should go away.

What version of the product are you using? On what operating system?
Winetricks 20090227
Wine 1.1.20
Ubuntu 8.10

Please provide any additional information below.
http://bugs.winehq.org/show_bug.cgi?id=18202

Will update with relevant registry keys asap.

Original issue reported on code.google.com by ImWellCu...@gmail.com on 25 Apr 2009 at 12:48

GoogleCodeExporter commented 8 years ago
These two lines remove the problem:

wine regedit /D "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Cdr4_2K"
wine regedit /D "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Cdralw2k"

Original comment by ImWellCu...@gmail.com on 25 Apr 2009 at 1:12

GoogleCodeExporter commented 8 years ago
Fixed in revision 462.

Original comment by austinenglish@gmail.com on 28 May 2009 at 4:29