http://bugs.winehq.org/show_bug.cgi?id=25511
Summary: Test app with Windows Media control hangs when opening video Product: Wine Version: 1.3.9 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: quartz AssignedTo: wine-bugs@winehq.org ReportedBy: a_villacis@palosanto.com
There is a Windows Media control that is embeddable by a Visual Basic 6 application. When using a test application with an embedded Windows Media Control and trying to open an AVI file under wine-1.3.9 and gstreamer support compiled in, the application hangs. The app menu is unresponsive, none of the buttons of the control work, not even the Close button of the window manager responds. The only way to terminate the app is to Ctrl-C from the console.
When I select an AVI file, I also get the following at the console:
fixme:quartz:FilterGraphNoThread_create CLSID_FilterGraphNoThread partially implemented - Forwarding to CLSID_FilterGraph fixme:quartz:FilterGraphInner_QueryInterface unknown interface {8e1c39a1-de53-11cf-aa63-0080c744528d} fixme:quartz:FilterGraphInner_QueryInterface unknown interface {fc4801a3-2ba9-11cf-a229-00aa003d7352} err:gstreamer:push_data_init Obtaining buffer returned: -2
The very last message appears about half a second later than the rest of the messages.