[Bug 25511] New: Test app with Windows Media control hangs when opening video
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(a)winehq.org ReportedBy: a_villacis(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25511 Alex Villacís Lasso <a_villacis(a)palosanto.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://srv25.palosanto.com/ | |palosanto.com/~a_villacis/P | |ruebaWMedia.tar.bz2 --- Comment #1 from Alex Villacís Lasso <a_villacis(a)palosanto.com> 2010-12-13 10:25:06 CST --- Added URL of test application. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25511 Xavier Vachon <xvachon(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon(a)gmail.com --- Comment #2 from Xavier Vachon <xvachon(a)gmail.com> 2011-03-08 11:02:38 CST --- I experience the same behaviour with The Elder Scrolls Morrowind and Oblivion. fixme:d3dx:D3DXGetImageInfoFromFileInMemory Invalid or unsupported image file fixme:d3dx:D3DXGetImageInfoFromFileInMemory Invalid or unsupported image file err:gstreamer:push_data_init Obtaining buffer returned: -2 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25511 Xavier Vachon <xvachon(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.b.lankhorst(a)gmail.com --- Comment #3 from Xavier Vachon <xvachon(a)gmail.com> 2011-03-08 11:07:58 CST --- Some extra output with WINEDEBUG=+gstreamer trace:gstreamer:GST_QueryInterface ({56a86895-0ad4-11ce-b03a-0020af0ba770}, 0x33f130) trace:gstreamer:GST_Release (0x13bd5fd0)->() Release from 2 trace:gstreamer:GST_GetPin Asking for pos 0 trace:gstreamer:GSTInPin_ReceiveConnection (0x13bd6120/0x13bd6120)->(0x13c70798, 0x16cbbaa8) trace:gstreamer:dump_AM_MEDIA_TYPE {e436eb83-524f-11ce-9f53-0020af0ba770} {e436eb87-524f-11ce-9f53-0020af0ba770} ... {0f6417d6-c318-11d0-a43f-00a0c9223196} trace:gstreamer:GSTInPin_QueryAccept (0x13bd6120)->(0x16cbbaa8) trace:gstreamer:dump_AM_MEDIA_TYPE {e436eb83-524f-11ce-9f53-0020af0ba770} {e436eb87-524f-11ce-9f53-0020af0ba770} ... {0f6417d6-c318-11d0-a43f-00a0c9223196} trace:gstreamer:GST_Connect 0x13bd6120 0x13c70798 0x33ee38 trace:gstreamer:activate_push Activating trace:gstreamer:push_data_init Starting.. trace:gstreamer:request_buffer_src Requesting 0 4096 err:gstreamer:push_data_init Obtaining buffer returned: -2 trace:gstreamer:push_data_init Stopping.. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25511 jslu <jiashulu(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jiashulu(a)gmail.com --- Comment #4 from jslu <jiashulu(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25511 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #5 from Dan Kegel <dank(a)kegel.com> 2011-07-19 10:54:02 CDT --- Looks like a bug was also filed in the gnome bugtracker, https://bugzilla.gnome.org/show_bug.cgi?id=644418 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=25511 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|download | --- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> --- Download is no longer available, the gnome bug was closed as incomplete. Is this still an issue in wine 1.7.11 or later? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25511 --- Comment #7 from Rosanne DiMesio <dimesio(a)earthlink.net> --- Even if the test app were still available, this couldn't be tested on any distro with glib >= 2.32.0 (bug 30557). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=25511 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |wylda(a)volny.cz Resolution|--- |ABANDONED --- Comment #8 from Wylda <wylda(a)volny.cz> --- Abandoned. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=25511 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Wylda <wylda(a)volny.cz> --- Closing - abandoned. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org