Vista visual c++ runtime library(VS 11plus)

Moderator: Ken Berry

Post Reply
jutaylor
Posts: 7
Joined: Fri Feb 03, 2006 5:46 am
Location: Sydney Australia

Vista visual c++ runtime library(VS 11plus)

Post by jutaylor »

When creating disc, after about 4% it comes up with this all the time.
I've unintalled as per Corel/Ulead instruction, re-installed (twice) dowloaded Vista SP1 (3 hours!) downloaded the patches and still can't do it. Just spent about 30 hours creating a great movie of my skiing trip to Whislter and can't get to DVD to send to the crew that I went with! Any ideas? The files are JPG, ASF and AVI files.
Sorry for my frustration but any help would be much appreciated. I have had enough Vista frustrations as it is....... Julian :lol:
Thanks for your help - I'm desperate to finish this project!!!!
User avatar
Ron P.
Advisor
Posts: 12002
Joined: Tue May 10, 2005 12:45 am
operating_system: Windows 10
System_Drive: C
32bit or 64bit: 64 Bit
motherboard: Hewlett-Packard 2AF3 1.0
processor: 3.40 gigahertz Intel Core i7-4770
ram: 16GB
Video Card: NVIDIA GeForce GTX 645
sound_card: NVIDIA High Definition Audio
Hard_Drive_Capacity: 4TB
Monitor/Display Make & Model: 1-HP 27" IPS, 1-Sanyo 21" TV/Monitor
Corel programs: VS5,8.9,10-X5,PSP9-X8,CDGS-9,X4,Painter
Location: Kansas, USA

Post by Ron P. »

Well I just done a Google search on Vista C++ runtime library and came up with several pages. This apparently is not limited to VS. I read through a couple of pages (Google result pages), and the most common recommendation to try was right-clicking on the installer, and installing as Administrator, and/or when launching the program choose Run as Administrator.

Have you by chance downloaded and installed SP1 for Vista?

This appears to be one of those errors where MS wants to blame the program developer, and vice-versa. However the C++ runtime library is MS' doing..
Ron Petersen, Web Board Administrator
jutaylor
Posts: 7
Joined: Fri Feb 03, 2006 5:46 am
Location: Sydney Australia

Post by jutaylor »

Vista SP 1 is downloaded and I thought that would help but it hasn't. I've even downloaded the whole project onto an old computer with Windows XP Pro (although only Sevice Pack 1 (not 2)) and it still didn't work.
I'm guessing that the ASF files are too compressed and the visual C++ library doesn't like working with them.

When it says that right-clicking on the installer, and installing as Administrator, and/or when launching the program choose Run as Administrator. I am the only administrator on this computer so would that make a difference do you think? I could re-install again if so.

I'm currently converting the asf files to wmv files and seeing if that will fx it but ULead is saying when I'm relinking the clip that the same clip as before (although different file format) 'The duration of the selected file should be longer than 1:10:04." I'm feeling as thiough I'm searching for a neede in a haystack and when I see a glimmer of hope, I get blasted again!!!! :?
Thanks for your help - I'm desperate to finish this project!!!!
User avatar
Ken Berry
Site Admin
Posts: 22481
Joined: Fri Dec 10, 2004 9:36 pm
operating_system: Windows 11
System_Drive: C
32bit or 64bit: 64 Bit
motherboard: Gigabyte B550M DS3H AC
processor: AMD Ryzen 9 5900X
ram: 32 GB DDR4
Video Card: AMD RX 6600 XT
Hard_Drive_Capacity: 1 TB SSD + 2 TB HDD
Monitor/Display Make & Model: Kogan 32" 4K 3840 x 2160
Corel programs: VS2022; PSP2023; DRAW2021; Painter 2022
Location: Levin, New Zealand

Post by Ken Berry »

.asf is of course an advanced version of .wmv and both, more to the point, were developed by Microsoft mainly as a web display format. As Vidoman has already said, Visual C++ is also used by Microsoft. So a logical conclusion is that the two are related in your single problem.

You say you are creating a disc, and I assume that means a DVD -- but can you confirm, please.

You also say you are using '.avi' files in your project, but can you right click on one or more (if they come from different sources) within either the VS timeline or library pane and copy all their Properties here please. As you may know, there is a wide variety of formats which use the carrier or wrapper extension .avi. Some at the more highly compressed end are in fact mpeg-4 types which use a totally different alorithm to .asf/.wmv and it could be that your runtime error is coming because VS is trying to resolve both the .asf and complex '.avi' files while creating/burning a disc.

I am also not sure what you think you may be achieving by converting the .asf to .wmv (since in a sense they are virtually the same format). Neither, moreover, is DVD-compatible. For the latter, you can only use mpeg-2 (or mpeg-1 in some cases). So as a separate exercise, I would be converting the .asf to DVD-compatible mpeg-2. You could try using VS for this, though the general experience with editing and processing .asf/.wmv in VS is that, even when it works, it is an incredibly long, slow process. And often it just doesn't work. I don't know specifically of any .asf > mpeg-2 converter program but you could download and try the freeware program SUPER from www.erightsoft.com/SUPER.html And depending on your .avi properties, you might want to consider converting those too before actually using them in your project.

Moreover, if both the .asf and .avi files are both converted to mpeg-2 and use exactly the same properties, you could use SmartRender in VS to ensure that only those parts you actually cut or otherwise edit are re-rendered when producing a final version for burning to DVD.

As for Vista SP1, I found the service pack did various strange things to my computer which had previously not been having any problems. I have since uninstalled it and the computer has resumed its trouble-free operation.
Ken Berry
jutaylor
Posts: 7
Joined: Fri Feb 03, 2006 5:46 am
Location: Sydney Australia

Post by jutaylor »

I did not know that .asf and .wmv were linked. I knew that WMV were microsoft so thought i'd be on a winner.

Yes when I say creating a disc, i'm trying to create a DVD. I tried creating a video file in WMV format as opposed to a DVD but it still didn't work. Same error. (I tried on HD 1080 and HD 720)

AVI file are as follows.
Microsoft AVI files
Frame Rate 30,000 frames/sec
Data rate 1836.56kbps
Compression MJPEG Compressor
Attributes 24 bits, 640x480
Audio Compression PCM
Attribute 11,024khz, 8 bit mono

ASF files
File format - Windows Media Video
Data rate - 3773 kbps
Video mpeg4z
24 bits, 640x480, 30,000frames/sec
Audio - adpcm_ms 44,100Khz, 16 bits, mono
Aspect ratio: 1.33 : 1.00
Is editable - Yes

If I was to convert the fils to a differen format (as opposed to WMV, it'd be great to use the "Re-link" without worrying about different clip lengths as that will take another huge amount of hours. What would be the smartest way of doing this.

Thanks very much indeed for all this help. I'm learning a lot by having the problem. My wife's tollerence is being challenged though!!!
Thanks for your help - I'm desperate to finish this project!!!!
User avatar
Ken Berry
Site Admin
Posts: 22481
Joined: Fri Dec 10, 2004 9:36 pm
operating_system: Windows 11
System_Drive: C
32bit or 64bit: 64 Bit
motherboard: Gigabyte B550M DS3H AC
processor: AMD Ryzen 9 5900X
ram: 32 GB DDR4
Video Card: AMD RX 6600 XT
Hard_Drive_Capacity: 1 TB SSD + 2 TB HDD
Monitor/Display Make & Model: Kogan 32" 4K 3840 x 2160
Corel programs: VS2022; PSP2023; DRAW2021; Painter 2022
Location: Levin, New Zealand

Post by Ken Berry »

Thanks for those properties, though it reveals at least one other problem.

.ASF, by the way, stands for Advanced Streaming Format, which gives an idea of its intended use -- streaming video on the web, and not burning to disc.

First, where did the .avi files come from? However, I am assuming it was from a digital still camera in movie mode... The MJPEG (Motion JPEG) format is a little long in the tooth, but still produces good quality, though large, files. (It preceded the high quality DV/AVI format.) I am assuming you have the MJPEG codec on your computer -- it would have been on the installation disc which came with the digital still camera (if indeed that is where the videos came from).

However, even if so, you are requiring VS to process not only difficult .asf files, but also another completely different format, all in the same project. Moreover, the frame size of both .asf and mjpegs is 640 x 480, and this would have to be changed to one of the standard DVD formats within mpeg-2 if you wanted to burn your project to DVD eventually. This would be 720 x 576 for PAL and in essence this means that pixels have to be invented from the program (which usually means some loss of quality).

I am also now slightly mystified as to the original source of your .asf files. Did it come from some sort of high definition camera? I ask since you have now told us that for some as yet unexplained reason you were trying to convert the .asf files to High Definition (which is what HD stands for) 1080 or 720 wmv format... So can you tell us what the asf files started life as being, please .

I repeat my earlier comment about first converting both different lots of video first to DVD-compatible mpeg-2.

As for being able to use the re-link feature once you convert them, I am afraid it cannot be used in that circumstance. Re-link is only used when you have moved the original files to some other place on your computer and the program needs to find them again. It cannot be used when the files have been converted into some other format. Re-link is part of the project file operation, and the .vsp project files are merely small text files which tell VS exactly what files are used in the project, their format and size, where they are stored, what editing has been done to them etc. If you change their format, the size will also change, and then the project file will no longer recognise them for any purpose until you manually insert them all into the project and save the file anew. Sorry. :cry:
Ken Berry
jutaylor
Posts: 7
Joined: Fri Feb 03, 2006 5:46 am
Location: Sydney Australia

Post by jutaylor »

Yes the AVI files came from a digital still video camea in movie mode - well deduced. I am not sure if I have a MJPEG codec on my computer - I plugged the camera in and the computer installed it's own drivers an played everything OK.
The ASF files came from a small hand held cheap digi movie camera. Not sure if it's HD or not.
The only reason I tried to do the HD conversion was that I was trying any avenue possible to get the best quality output of a viewable file that I could share with friends. I'd be lying if I said I knew my technical reasoning behind it.
When I converted the ASF to WMV, it reduced the quality of the file and it gave me the problem of the difference of clip length size too.

Is there any way I can easily output what I've done already?

I'll try downloading the Super MPEG 2 converter for a play too.
Thanks for your help - I'm desperate to finish this project!!!!
jutaylor
Posts: 7
Joined: Fri Feb 03, 2006 5:46 am
Location: Sydney Australia

Post by jutaylor »

I completed the dvd in the end. I did as you suggested and converted the files into MPEG 2 format and re-linked them. Some of them outputed a different length so I had to insert and trim them again.
It took me hours and I lost some quality of video but hey, I've learnt a lot on the way.

Thanks heaps for all the help and a great forum for knowledge
Thanks for your help - I'm desperate to finish this project!!!!
Post Reply