http://bugs.winehq.org/show_bug.cgi?id=18202
Summary: WMP9 causes two unhandled exceptions on every Wine run Product: Wine Version: 1.1.20 Platform: PC URL: http://www.microsoft.com/windows/windowsmedia/download/A llDownloads.aspx?displang=en&qstechnology= OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk
Created an attachment (id=20692) --> (http://bugs.winehq.org/attachment.cgi?id=20692) Wine 1.1.20 console output
WMP9 is needed by a number of other Windows apps. WMP9 causes two unhandled exceptions that could be safely ignored, but Wine 1.1.20 has introduced a "Program Error" dialog in winedbg. This dialog shows twice every time any app is run under Wine.
To recreate: 1. winetricks -q wmp9 2. winecfg
Although this is a new feature, I guess it's technically a regression.
Two options: 1. Fix the exceptions or 2. Remove the dialog from winedbg.
Unhandled exception: unimplemented function ntoskrnl.exe.KeInitializeMutex Unhandled exception: unimplemented function ntoskrnl.exe.ExInitializeResourceLite
To clarify, once WMP9 is installed, two unhandled exceptions occur EVERY TIME Wine is run.