Page 1 of 1

WMA2 / libavcodec unhandled exception

Posted: 18 Jul 2009 06:05
by neutronscott
Log has nothing after libavcodec initialized except unhandled exceptions.

I tried older versions, I tried nightly trunk, no dice. Thought I found solution was browsing in http://www.videolan.org/developers/vlc/NEWS I saw "* New WMA v1/2 fixed point integer decoder", so I disabled all the CPU features (and restarted!). Still errors.

crashdump:

Code: Select all

[ v e r s i o n ] O S = 5 . 0 . 2 1 9 5 . 2 . S e r v i c e P a c k 4 V L C = 1 . 0 . 0 G o l d e n e y e [ e x c e p t i o n s ] c 0 0 0 0 0 0 5 a t 0 0 4 0 1 7 4 6 | 00000000 | 00000004 [ c o n t e x t ] E D I : 0 0 0 0 0 0 0 0 E S I : 0 3 1 f 7 1 2 0 E B X : 0 0 0 0 0 0 0 0 E D X : 0 3 1 f 7 1 4 0 E C X : 0 2 5 0 3 8 d c E A X : 0 0 0 0 0 0 2 f E B P : 7 8 0 3 a 6 d 0 E I P : 0 0 4 0 1 7 4 6 E S P : 0 2 5 0 3 2 6 8 [ s t a c k t r a c e ] # E I P | b a s e | m o d u l e 0 0 4 0 1 7 4 6 | C : \ P r o g r a m F i l e s \ V i d e o L A N \ V L C \ v l c . e x e 0 0 0 0 0 0 0 0 | C : \ P r o g r a m F i l e s \ V i d e o L A N \ V L C \ v l c . e x e

Re: WMA2 / libavcodec unhandled exception

Posted: 18 Jul 2009 19:29
by VLC_help
Is there some sample file you could share to us?

Re: WMA2 / libavcodec unhandled exception

Posted: 18 Jul 2009 23:37
by neutronscott
anything that uses libavcodec, so it's redundant to post a file. i ran it inside Windows Debugger. seems to be a "fucomi" instruction. it's a VIA C3 Nememiah, which is somewhat a i686 but lacking on some instructions I guess. Does the libavcodec even listen to the CPU features I set in the GUI?

Where can I get a libavcodec_plugin.dll that is compiled without i686 optimizations ?? I tried a FFmpeg avcodec-52.dll renamed and VLC doesn't load it. I not sure if i wanna try to get a build environment setup on this lil PC ...

Re: WMA2 / libavcodec unhandled exception

Posted: 19 Jul 2009 18:56
by VLC_help
Where can I get a libavcodec_plugin.dll that is compiled without i686 optimizations ?
You have to compile it by yourself or ask someone to do it.
Does the libavcodec even listen to the CPU features I set in the GUI
AFAIK libavcodec has two methods (forced and auto runtime detection) but I don't know which one is used in VLC.

Re: WMA2 / libavcodec unhandled exception

Posted: 20 Jul 2009 03:40
by neutronscott
You have to compile it by yourself or ask someone to do it.
That was me asking, I'm trying to setup this build environment now. Kill 2 birds with 1 stone. It's not the CPU detections fault, it's the CPU :)
I wanna fix the a=control in the rtsp server to use relative urls anyway, think it's the cause of my streams not playing on my nokia.

Re: WMA2 / libavcodec unhandled exception

Posted: 20 Jul 2009 14:50
by neutronscott
i can't get this build environment working. such a simple fix too. :(