http://bugs.winehq.org/show_bug.cgi?id=25511
jslu jiashulu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jiashulu@gmail.com
--- Comment #4 from jslu jiashulu@gmail.com 2011-04-01 23:24:44 CDT --- (In reply to comment #0)
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.
Perhaps compiling wine with the option "--without-gstreamer" and installing codecs through winetricks can solve the problem.
It seems that 32-bit gstreamer doesn't work well on 64-bit systems.