vlc pugin -> bug un firefox 3

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

vlc pugin -> bug un firefox 3

Postby e6964822 » 15 Jul 2008 12:34

The VLC plugin with Firefox 3 not works well if it get a multicast stream.

thank you very mush

I intall the new VLC 0.8.6i with full instalation.

We are sending one multicast stream in our lan using VLC. And we capture and show this video
stream into a web browser (VLC web browser) The first time we can see this error message:

Runtime Error!

Program: C:\Archivos de programas\Mozilla Firefox\firefox.exe

R6034

But we can see the video in the web.

An applications has made attempt to load the C runtime libray incorrectly.
Please contact the application's suppert team for more information.

The second time we can not see the error message but we can not recive the video stream.
(we always send multicast video stream in olders firefox and allways this goes well)

As well as we try the VLC 0.8.6h and anothers olders with firefox 3 and not goes well to.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: vlc pugin -> bug un firefox 3

Postby VLC_help » 15 Jul 2008 22:07

Could you test with nightlies?
http://nightlies.videolan.org/

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: vlc pugin -> bug un firefox 3

Postby e6964822 » 18 Jul 2008 11:43

I test vlc-0.9.0-test3-20080715-0003-win32.exe

With Explorer we no have audio and video in the web.

With Firefox the Firefox show a message for download the plugin. I click for downaload with not found it.

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: vlc pugin -> bug un firefox 3

Postby e6964822 » 18 Jul 2008 11:46

I try install the vlc-0.9.0-test3-20080718-0003-win32.exe and errors come in intall proces. (Widows XP)

Error to open: libvlc.dll

and others errors like this

ArKay
New Cone
New Cone
Posts: 3
Joined: 22 Nov 2005 20:56

Re: vlc pugin -> bug un firefox 3

Postby ArKay » 08 Sep 2008 03:36

The Firefox plugin doesn't work because it's missing a manifest and therefore isn't allowed to load the C runtime library.

Workaround:

Go to the Firefox program directory and create a new file named npvlc.dll.manifest and paste the following into the file:

Code: Select all

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.1" processorArchitecture="x86" name="" type="win32" /> <file name=""> <typelib tlbid="" version="1.0" helpdir=""/> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.MSXML2" version="" processorArchitecture="X86" publicKeyToken="" language="*" /> </dependentAssembly> </file> </assembly>
and save it. Restart Firefox and the problem should disappear.

Solution:

Whoever builds npvlc.dll should embed a manifest!

Annihilannic
Blank Cone
Blank Cone
Posts: 12
Joined: 25 Mar 2008 03:53

Re: vlc pugin -> bug un firefox 3

Postby Annihilannic » 19 Sep 2008 13:30

Thanks for the tip Arkay, however I tried this and no cigar. Using FF 3.0.1 and VLC 0.9.2. I also tried creating the npvlc.dll.manifest file in C:\Program Files\VideoLAN\VLC where the npvlc.dll is located... no luck either. Any other ideas?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: vlc pugin -> bug un firefox 3

Postby VLC_help » 19 Sep 2008 19:13

about:plugins shows the VLC?

Annihilannic
Blank Cone
Blank Cone
Posts: 12
Joined: 25 Mar 2008 03:53

Re: vlc pugin -> bug un firefox 3

Postby Annihilannic » 20 Sep 2008 03:12

Thanks for your interest. Yes, it does:

Code: Select all

VLC Multimedia Plug-in File name: npvlc.dll Version 0.9.2, copyright 1996-2008 The VideoLAN Team http://www.videolan.org/ MIME Type Description Suffixes Enabled audio/mpeg MPEG audio mp2,mp3,mpga,mpega Yes audio/x-mpeg MPEG audio mp2,mp3,mpga,mpega Yes video/mpeg MPEG video mpg,mpeg,mpe Yes ...

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: vlc pugin -> bug un firefox 3

Postby VLC_help » 20 Sep 2008 18:13

http://trac.videolan.org/vlc/ticket/2062

does that .dll copy trick work?

Annihilannic
Blank Cone
Blank Cone
Posts: 12
Joined: 25 Mar 2008 03:53

Re: vlc pugin -> bug un firefox 3

Postby Annihilannic » 21 Sep 2008 01:51

Rather than copying the .dll's I tried adding C:\Program Files\VideoLAN\VLC to my PATH (since I thought it would be handy anyway), but no change there. In any case my symptoms are different, that thread does not mention the Microsoft Visual C++ Runtime Library error.

Does VLC really use a Microsoft Visual C++ library I wonder? I thought it was built entirely from open-source components... which would suggest to me that it's probably something else at fault. Another thread suggested the Windows Media Player plugin may be to blame, so I disabled that, but no change either.

very_happy_vlc_user
New Cone
New Cone
Posts: 1
Joined: 21 Sep 2008 13:52

Re: vlc pugin -> bug un firefox 3

Postby very_happy_vlc_user » 21 Sep 2008 13:57

I had the same problem as described in the first post, thought I had broken my vlc plugin installation, installed vlc 0.9.2 again, no luck, later installed ff3.0.1 and vlc completely again, no luck.

Today I tried the latest nightly build with the aforementioned manifest file and see: I still get the error message, but the video works after that.

Keep it up! :)

/edit: BTW, if you want to try to repro the issue, I was always testing with this: http://www.zdf.de/ZDFmediathek/content/ ... Popup=true

s3sebastian
New Cone
New Cone
Posts: 1
Joined: 24 Sep 2008 19:54

Re: vlc pugin -> bug un firefox 3

Postby s3sebastian » 24 Sep 2008 20:00

I have the same problem, since I use 0.9.2, everytime I try to watch a video with the VLC plugin and Firefox 3 i get this error message:

Image
:(

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: vlc pugin -> bug un firefox 3

Postby e6964822 » 24 Sep 2008 23:20

With 0.9.2, i can not see video in last firefox and in the last explorer.

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: vlc pugin -> bug un firefox 3

Postby e6964822 » 25 Sep 2008 12:21

I try the las vlc-0.9.3-git-win32.exe (25/09/2008) and not resolve the problem. The same error message is showed.

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: vlc pugin -> bug un firefox 3

Postby e6964822 » 01 Dec 2008 10:39

I really hope the developers can fix this bug soon. :( :(

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: vlc pugin -> bug un firefox 3

Postby VLC_help » 01 Dec 2008 13:45

0.9.7 nightlies should work better. And the manifest issue was also fixed partially but I am not sure if the fix was applied to 0.9.x branch or only to 1.0.0 trunk.
http://nightlies.videolan.org/build/win32/?C=M;O=D

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

Re: vlc pugin -> bug un firefox 3

Postby Jean-Baptiste Kempf » 01 Dec 2008 19:50

I really hope the developers can fix this bug soon. :( :(
Try 0.9.7 from the ftp
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.

DAC324
Blank Cone
Blank Cone
Posts: 40
Joined: 04 Aug 2006 18:12

Re: vlc pugin -> bug un firefox 3

Postby DAC324 » 01 Dec 2008 23:54

Hello,

Not fixed in vlc-1.0.0-git-20081123-0005-win32.exe (which is where the "latest" link pointed me to) either.

Please be so kind and tell us where the manifest file has to be saved.

Kind regards,
DAC324

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

Re: vlc pugin -> bug un firefox 3

Postby Jean-Baptiste Kempf » 01 Dec 2008 23:54

Hello,

Not fixed in vlc-1.0.0-git-20081123-0005-win32.exe (which is where the "latest" link pointed me to) either.

Please be so kind and tell us where the manifest file has to be saved.

Kind regards,
DAC324
Take the 0.9.7 one
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.

DAC324
Blank Cone
Blank Cone
Posts: 40
Joined: 04 Aug 2006 18:12

Re: vlc pugin -> bug un firefox 3

Postby DAC324 » 02 Dec 2008 00:08

Hello,

Not fixed in vlc-1.0.0-git-20081123-0005-win32.exe (which is where the "latest" link pointed me to) either.

Please be so kind and tell us where the manifest file has to be saved.

Kind regards,
DAC324
Take the 0.9.7 one
Does not help either:
Image
But, there's one progress: The plugin finally seems to work. I just tested it with an MP3 file. While the 0.9.6 plugin did not play that file at all, the 0.9.7 one presents the error but then plays the file anyway. That's at least better than nothing :)

Thank you and kind regards,
DAC324

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

Re: vlc pugin -> bug un firefox 3

Postby Jean-Baptiste Kempf » 02 Dec 2008 00:42

well, what other plugins do you have?
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.

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: vlc pugin -> bug un firefox 3

Postby e6964822 » 04 Dec 2008 15:49

I try the las vlc-0.9.8 (04/12/2008) and not resolve the problem. The same error message is showed.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: vlc pugin -> bug un firefox 3

Postby VLC_help » 05 Dec 2008 19:20

You mean the Visual C++ runtime error?

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: vlc pugin -> bug un firefox 3

Postby e6964822 » 10 Dec 2008 10:57

Yes, the Visual C++ runtime error.

Annihilannic
Blank Cone
Blank Cone
Posts: 12
Joined: 25 Mar 2008 03:53

Re: vlc pugin -> bug un firefox 3

Postby Annihilannic » 10 Dec 2008 11:51

Same problem for me still with 0.9.6 and FF 3.0.4.

My list of plugins is here


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 14 guests