Page 1 of 1

VLC 0.9.2 ActiveX No suitable decoder module for fourcc XVID

Posted: 20 Oct 2008 15:28
by keyphrene
Hi,

I develop an application with ActiveX of VLC. When I started, I have got VLC 0.9.2 on your site. This archive does 15Mo. And now, when I get the same version, the archive does 14 Mo. With the first version, I have no problem, but with the second I have an error message.

No suitable decoder module for fourcc `XVID'

have you an idea.

Best Regards
Vincent

Re: VLC 0.9.2 ActiveX No suitable decoder module for fourcc XVID

Posted: 21 Oct 2008 15:28
by VLC_help
You have pluginpath set in registry?

Re: VLC 0.9.2 ActiveX No suitable decoder module for fourcc XVID

Posted: 21 Oct 2008 16:42
by keyphrene
Can you give me pluginpath registry?

HKLM\SOFTWARE...

Thanks

Re: VLC 0.9.2 ActiveX No suitable decoder module for fourcc XVID

Posted: 22 Oct 2008 13:56
by VLC_help

Code: Select all

[HKEY_LOCAL_MACHINE\Software\VideoLAN\VLC] InstallDir="C:\Program Files\VideoLAN\VLC"
something like that.

Re: VLC 0.9.2 ActiveX No suitable decoder module for fourcc XVID

Posted: 22 Oct 2008 14:11
by keyphrene
InstallDir is correct in my registry.

libvlccore.dll does 824Kb on the bad version and 1954Kb on the good version.
Why this difference?

Re: VLC 0.9.2 ActiveX No suitable decoder module for fourcc XVID

Posted: 23 Oct 2008 17:31
by VLC_help
And you have avcodec-51.dll in that VLCs directory?

Re: VLC 0.9.2 ActiveX No suitable decoder module for fourcc XVID

Posted: 23 Oct 2008 17:53
by keyphrene
Yes.

The Good version
23/10/2008 08:59 <REP> .
23/10/2008 08:59 <REP> ..
03/09/2008 02:31 9 907 AUTHORS.txt
14/09/2008 10:19 297 984 axvlc.dll
03/09/2008 02:31 18 437 COPYING.txt
23/10/2008 17:09 54 Documentation.url
22/10/2008 14:13 <REP> http
03/09/2008 02:32 104 448 libvlc.dll
03/09/2008 02:32 2 000 384 libvlccore.dll
22/10/2008 14:13 <REP> locale
22/10/2008 14:13 <REP> lua
03/09/2008 02:31 2 770 MAINTAINERS.txt
03/09/2008 02:31 62 271 NEWS.txt
23/10/2008 17:09 63 New_Skins.url
03/09/2008 02:32 136 192 npvlc.dll
22/10/2008 14:13 <REP> osdmenu
22/10/2008 14:13 <REP> plugins
03/09/2008 02:31 1 696 README.txt
22/10/2008 14:08 <REP> sdk
22/10/2008 14:13 <REP> skins
03/09/2008 02:31 20 039 THANKS.txt
23/10/2008 17:09 178 750 uninstall.exe
23/10/2008 17:09 49 VideoLAN Website.url
03/09/2008 02:32 94 208 vlc.exe
03/09/2008 02:31 606 vlc.exe.manifest
16 fichier(s) 2 927 858 octets
9 Rép(s) 4 279 537 664 octets libres


The Bad Version
20/10/2008 05:28 <REP> .
20/10/2008 05:28 <REP> ..
14/09/2008 10:19 9 907 AUTHORS.txt
14/09/2008 10:20 4 688 384 avcodec-51.dll
14/09/2008 10:19 297 984 axvlc.dll
14/09/2008 10:19 18 437 COPYING.txt
20/10/2008 05:28 54 Documentation.url
20/10/2008 05:27 <REP> http
14/09/2008 10:20 160 256 libfontconfig-1.dll
14/09/2008 10:20 546 304 libfreetype-6.dll
06/10/2008 22:05 278 016 libgcrypt-11.dll
06/10/2008 22:05 43 008 libgpg-error-0.dll
06/10/2008 22:05 892 928 libiconv-2.dll
14/09/2008 10:20 104 448 libvlc.dll
14/09/2008 10:20 843 264 libvlccore.dll
14/09/2008 10:20 1 278 464 libxml2-2.dll
14/09/2008 10:20 75 776 libz-1-2.dll
20/10/2008 05:27 <REP> locale
20/10/2008 05:28 <REP> lua
14/09/2008 10:19 2 770 MAINTAINERS.txt
14/09/2008 10:19 62 149 NEWS.txt
20/10/2008 05:28 63 New_Skins.url
14/09/2008 10:19 136 192 npvlc.dll
20/10/2008 05:27 <REP> osdmenu
20/10/2008 05:27 <REP> plugins
14/09/2008 10:19 1 696 README.txt
18/10/2008 08:50 <REP> sdk
20/10/2008 05:27 <REP> skins
16/10/2008 08:01 19 800 test.html
14/09/2008 10:19 20 119 THANKS.txt
20/10/2008 05:28 178 737 uninstall.exe
20/10/2008 05:28 49 VideoLAN Website.url
14/09/2008 10:20 94 208 vlc.exe
14/09/2008 10:19 606 vlc.exe.manifest
25 fichier(s) 9 753 619 octets
9 Rép(s) 4 279 521 280 octets libres

The same version, a lot of different files.

Re: VLC 0.9.2 ActiveX No suitable decoder module for fourcc XVID

Posted: 24 Oct 2008 12:13
by VLC_help
And the plugin path points to where avcodec-51.dll is?

Re: VLC 0.9.2 ActiveX No suitable decoder module for fourcc XVID

Posted: 24 Oct 2008 12:23
by keyphrene
avcodec-51.dll is only present on bad version of VLC.

Re: VLC 0.9.2 ActiveX No suitable decoder module for fourcc XVID

Posted: 25 Oct 2008 15:17
by VLC_help
So you use the good version, you have plugin path set correctly (to good folder) and you still get that error?

Re: VLC 0.9.2 ActiveX No suitable decoder module for fourcc XVID

Posted: 25 Oct 2008 15:25
by keyphrene
Ok, I'm finding the solution.

I have copied this files in C:\Windows\System32

* avcodec-51.dll
* libfontconfig-1.dll
* libfreetype-6.dll
* libgcrypt.dll
* libgpg-error-0.dll
* libiconv-2.dll
* libxml2-2.dll
* libz-1-2.dll

All is OK. ActiveX don't find this files in InstallDir.

This problem involved this error to VLC 0.9.2 and the following error message to VLC 0.9.4

option http-proxy does not exist
invalid chunk FATAL (0x4523)
header size == 0