Error Message

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.
dutingam
New Cone
New Cone
Posts: 2
Joined: 20 Dec 2007 17:20

Error Message

Postby dutingam » 20 Dec 2007 17:26

After start a Firefox stream shows me this message:
Runtime Error, Programm: c:\programme\Mozilla Firefox\firefox.exe

R6034
An appilaction had made an attempt to load the C runtime library incorrectly
Please contact ....

after push the ok button VLC works correctly, but each start, shows me
the error message, can you help me!

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

Re: Error Message

Postby VLC_help » 21 Dec 2007 19:24

What versions of VLC and Firefox you use?

dutingam
New Cone
New Cone
Posts: 2
Joined: 20 Dec 2007 17:20

Re: Error Message

Postby dutingam » 22 Dec 2007 15:35

Firefox 2.0.0.11
VLC 0.8.6d

fishpool
New Cone
New Cone
Posts: 2
Joined: 23 Dec 2007 04:31

Re: Error Message

Postby fishpool » 23 Dec 2007 04:34

I too am having the same email and just wanted to CC myself on any fixes that arise or know of any information i can add to help solve this problem]

thanks!

><>

fishpool
New Cone
New Cone
Posts: 2
Joined: 23 Dec 2007 04:31

Re: Error Message

Postby fishpool » 23 Dec 2007 04:36

actually, i lied - my issue is that i have the same error and i can not stream video (i used the test page and it says no media)

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

Re: Error Message

Postby epgawt » 05 Dec 2008 13:49

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


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 39 guests