VLC 1.0.0-git crashes on playing a WMV file

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
Lotesdelere
Cone Master
Cone Master
Posts: 9732
Joined: 08 Sep 2006 04:39
Location: Europe

VLC 1.0.0-git crashes on playing a WMV file

Postby Lotesdelere » 07 Feb 2009 09:00

As said in the topic title, VLC 1.0.0-git crashes when trying to play this file:
http://propergraphics.com/3dlowpoly/Koe ... ull_HD.wmv

However the file is playing fine in VLC 0.9.8a.
Tested on Windows XP Pro.

Messages log from v0.9.8a:

Code: Select all

asf debug: found 2 streams main debug: selecting program id=0 qt4 debug: New Event: type 1108 asf debug: added new audio stream(codec:0x162,ID:1) asf debug: added new video stream(ID:2) main debug: using demux module "asf" main debug: TIMER module_Need() : 4.000 ms - Total 4.000 ms / 1 intvls (Avg 4.000 ms) main debug: looking for a subtitle file in E:\Temp\ main debug: looking for decoder module: 34 candidates kate debug: kate: OpenDecoder dmo debug: found DMO: WMAudio Decoder DMO dmo debug: DMO input type set dmo debug: DMO output type set dmo debug: GetOutputSizeInfo(): bytes 16384, align 1 main debug: using decoder module "dmo" main debug: TIMER module_Need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: thread started main debug: thread 5500 (decoder) created at priority 2 (input/decoder.c:217) main debug: looking for decoder module: 34 candidates avcodec debug: libavcodec already initialized avcodec debug: Extra data: 8 bits left, value: 0 (wmv3@014565C0) avcodec debug: ffmpeg codec (Windows Media Video 3) started main debug: using decoder module "avcodec" main debug: TIMER module_Need() : 4.000 ms - Total 4.000 ms / 1 intvls (Avg 4.000 ms) main debug: thread 5440 (decoder) created at priority 0 (input/decoder.c:217) main debug: `E:\Temp\Koenigsegg_Full_HD.wmv' successfully opened main debug: control type=1 main debug: no aout present, spawning one
Messages log from v1.0.0-git:

Code: Select all

asf debug: found 2 streams main debug: selecting program id=0 asf debug: added new audio stream(codec:0x162,ID:1) asf debug: added new video stream(ID:2) main debug: using demux module "asf" main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms) main debug: Inherited value for var sub-delay from config qt4 debug: New Event: type 1107 qt4 debug: New Event: type 1107 qt4 debug: New Event: type 1107 qt4 debug: New Event: type 1112 qt4 debug: New Event: type 1107 qt4 debug: New Event: type 1114 qt4 debug: New Event: type 1114 qt4 debug: New Event: type 1114 qt4 debug: New Event: type 1114 qt4 debug: New Event: type 1114 qt4 debug: New Event: type 1114 main debug: looking for a subtitle file in E:\Temp\ main debug: Inherited value for var codec from config main debug: looking for decoder module: 35 candidates dmo debug: DMO codec for wmap may work with dll=wma9dmod.dll qt4 debug: New Event: type 1114 qt4 debug: New Event: type 1107 qt4 debug: New Event: type 1114 qt4 debug: New Event: type 1114 dmo debug: found DMO: WMAudio Decoder DMO dmo debug: DMO input type set dmo debug: DMO output type set dmo debug: GetOutputSizeInfo(): bytes 16384, align 1 qt4 debug: New Event: type 1114 qt4 debug: New Event: type 1114 qt4 debug: New Event: type 1114 ***** CRASH *****

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC 1.0.0-git crashes on playing a WMV file

Postby random » 07 Feb 2009 09:55

Ticket #2441

Rémi Denis-Courmont
Developer
Developer
Posts: 15148
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: VLC 1.0.0-git crashes on playing a WMV file

Postby Rémi Denis-Courmont » 07 Feb 2009 09:57

Disable DMO and play with FFMPEG. I don't think DMO works on 64-bits.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC 1.0.0-git crashes on playing a WMV file

Postby random » 07 Feb 2009 10:50

[0x107dc680] main decoder error: no suitable decoder module for fourcc `wmap'.
VLC probably does not support this sound or video format.

moved libdmo_plugin.dll out then there's no audio

Lotesdelere
Cone Master
Cone Master
Posts: 9732
Joined: 08 Sep 2006 04:39
Location: Europe

Re: VLC 1.0.0-git crashes on playing a WMV file

Postby Lotesdelere » 07 Feb 2009 11:22

Disable DMO and play with FFMPEG. I don't think DMO works on 64-bits.
I'm not using the DMO switch and in the Preferences the option "Prefer system plugins over VLC" is unticked.
But I do have the WM DLL's in VLC folder. VLC is selecting the DMO audio codec by its own. However notice that it's also using the Ffmpeg video codec by its own and not the DMO one.

I'm not on XP 64 bits but on XP 32 bits and, as I said, it's working fine with v0.9.8a. So to me it looks like a regression.

random
Cone that earned his stripes
Cone that earned his stripes
Posts: 155
Joined: 09 Jul 2008 11:42

Re: VLC 1.0.0-git crashes on playing a WMV file

Postby random » 07 Feb 2009 23:25

You're right seems more like a regression to me as 0.9-bugfix branch works just fine here, so this affected the vlc-1.0.0 libdmo_plugin.dll.

Rémi Denis-Courmont
Developer
Developer
Posts: 15148
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: VLC 1.0.0-git crashes on playing a WMV file

Postby Rémi Denis-Courmont » 08 Feb 2009 10:37

Patch welcome. DMO is totally not a priority since it only works on Windows and is not free software.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

Lotesdelere
Cone Master
Cone Master
Posts: 9732
Joined: 08 Sep 2006 04:39
Location: Europe

Re: VLC 1.0.0-git crashes on playing a WMV file

Postby Lotesdelere » 08 Feb 2009 13:39

Well, since it's working fine on v0.9.x you already have the patch :P

I see no reason to change this pîece of the code, don't break what is working fine.
It wouldn't be a good idea to ignore that 90% of the computers in the world are running Windows and that Windows Media files are widely used.

Rémi Denis-Courmont
Developer
Developer
Posts: 15148
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: VLC 1.0.0-git crashes on playing a WMV file

Postby Rémi Denis-Courmont » 08 Feb 2009 14:21

Yeah sure. You are conveniently omitting that the DMO plugin, as it is in 0.9.0 does not work in 1.0 due to core and other changes... to the best of my knowledge at least.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

LazyBoot
New Cone
New Cone
Posts: 2
Joined: 29 Mar 2009 17:12

Re: VLC 1.0.0-git crashes on playing a WMV file

Postby LazyBoot » 29 Mar 2009 17:16

I get the same problem with the latest nightly (currently: vlc-1.0.0-pre1-20090328-2307)
I'm currently running windows 7 x64

it also crashes with version vlc-0.9.9-rc2-20090328-0105....

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC 1.0.0-git crashes on playing a WMV file

Postby Jean-Baptiste Kempf » 29 Mar 2009 17:38

I get the same problem with the latest nightly (currently: vlc-1.0.0-pre1-20090328-2307)
I'm currently running windows 7 x64

it also crashes with version vlc-0.9.9-rc2-20090328-0105....
Are you sure you don't have the WMA bug. Deactivate SSE acceleration and restart VLC.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Lotesdelere
Cone Master
Cone Master
Posts: 9732
Joined: 08 Sep 2006 04:39
Location: Europe

Re: VLC 1.0.0-git crashes on playing a WMV file

Postby Lotesdelere » 29 Mar 2009 17:58

Are you sure you don't have the WMA bug. Deactivate SSE acceleration and restart VLC.
That didn't help.

And my initial test was done far before the SSE bug occured in the nightlies.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC 1.0.0-git crashes on playing a WMV file

Postby Jean-Baptiste Kempf » 29 Mar 2009 18:06

Are you sure you don't have the WMA bug. Deactivate SSE acceleration and restart VLC.
That didn't help.

And my initial test was done far before the SSE bug occured in the nightlies.
I was talking to LazyBoot.
About your dmo issue, there is a fix in VLC tree. Let see if it works tonight.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

LazyBoot
New Cone
New Cone
Posts: 2
Joined: 29 Mar 2009 17:12

Re: VLC 1.0.0-git crashes on playing a WMV file

Postby LazyBoot » 30 Mar 2009 16:01

Are you sure you don't have the WMA bug. Deactivate SSE acceleration and restart VLC.
you were right, well thanks for the fix :) (for my issue anyway)


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 4 guests