VLC-Plugin in Mozilla : runtime error R6034

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
matzelito
New Cone
New Cone
Posts: 2
Joined: 23 Jan 2007 09:15

VLC-Plugin in Mozilla : runtime error R6034

Postby matzelito » 23 Jan 2007 11:37

hallo
i have the VLC 0.8.6a (Wx widgets interface)
and i use the html/javscript code which was posted here in the forum
with "VideoLAN.VLCPlugin.2" is included in the embed tag

if i open it with Mozilla firefox 2.0.0.1 sometimes it plays the embeded mpeg- movie very well, but sometimes i receive : problem loading dynamic link library " R6034 error.

In the mozilla browser Forum somebody told this is a problem with
WMP and vlc. Is that true ?
I uninstalled WMP, but in the plugins page of mozilla wmp is still listed ...
Can anybody give me a hint ? Thx

matzelito
New Cone
New Cone
Posts: 2
Joined: 23 Jan 2007 09:15

Postby matzelito » 23 Jan 2007 17:55

Hallo i uninstalled my Version 8.6 und installed an older version 8.5
now it works fine ... :lol:

andrewaggb
New Cone
New Cone
Posts: 2
Joined: 23 Jan 2007 22:01

Same Problem Firefox gets a runtime error loading plugin

Postby andrewaggb » 24 Jan 2007 18:29

Hi,

I also receive an error loading the 0.86a plugin under firefox in windows xp sp2.

Runtime error R6034

"An application has made an attempt to load the C runtime library incorrectly."

Firefox 2.0.0.1

The plug in still works most of the time.

epgawt
Blank Cone
Blank Cone
Posts: 10
Joined: 05 Dec 2008 09:14

Re: VLC-Plugin in Mozilla : runtime error R6034

Postby epgawt » 05 Dec 2008 13:50

Hi,

first of all, I am using 0.8.6i, but the problem is exactly the same, so maybe the workaround I've found may help 0.9.2 users (hopefully me when I decide to upgrade). I am posting this in 0.8.6 posts too.

The situation where I got R6034 crash was when opening the window with the plugin and in the onload event I tried to start playing.

Solution:

<BODY onload="adjust2Window();sleepy(500); playit();" >

where adjust2Window is window resizing stuff, playit calls the "play" method in the plugin, and sleepy is:

function sleepy(naptime){
var sleeping = true;
var now = new Date();
var alarm;
var startingMSeconds = now.getTime();
while(sleeping){
alarm = new Date();
alarmMSeconds = alarm.getTime();
if(alarmMSeconds - startingMSeconds > naptime){
sleeping = false;
}
}
}


BTW, using the same approach I solved too a Firefox 3.0.4 Hang in XP (SP3) when closing the window while it is still playing ( I am posting this where I find the same problem in the forum)

<BODY onload="adjust2Window();sleepy(500); playit();" onunload="stopit();sleepy(500);" >

stopit calls the plugin stop method.

Regards
Enrique

me36835
New Cone
New Cone
Posts: 1
Joined: 11 Feb 2010 16:20

Re: VLC-Plugin in Mozilla : runtime error R6034

Postby me36835 » 11 Feb 2010 16:28

Hello,

On my brand new WIndows XP SP3 the error did occur with current ff 3.6 and current VLC 1.0.5 when calling an web radio stream m3u.

I did fix it for my web radio stream by removing winamp and VLC in full - then I installed winamp and ensured, that ff uses winamp for m3u - finally I instelled VLC without mozilla plugin and without extention m3u being connected.

so far, it works


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 22 guests