http://bugs.winehq.org/show_bug.cgi?id=22154
Summary: steam + flash crashes? Product: Wine Version: 1.1.41 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, regression Severity: normal Priority: P2 Component: directx-ddraw AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Recently, I added a steam verb to winetricks (it installs flash, too, since that's needed for scrolling or something). Shortly thereafter, some change to wine caused this to regress - steam as installed by winetricks now crashes after putting up its main window, possibly while displaying some flash content.
I had some trouble bisecting, but it looks like the first bad commit is
commit 89fef0e669dcf323b6eeb481edfe9c91f68f4840 Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Mar 16 19:02:22 2010 +0100 ddraw: Fix IDirectDraw4Impl_GetSurfaceFromDC().
Reverting it makes the problem go away (though because of X bugs like xcb_io.c:378: _XAllocID: Assertion `ret != inval_id' failed I sometimes have to try several times. I hear this is fixed in Lucid.)
(Note that the steam verb uses ie6, so this isn't really supported, but it'd be nice if it didn't regress.)