Microsoft Visual runtime library error help?

I'm getting this error message. I work on this program exclusively and have lots to do immediately. Anyone have a solution?
The error message comes up when I start the program (I've been using it all year with no issues) and then says This application has requested the runtime to terminate it in an unusual way. Then it says the program isn't responding and closes it.
Thanks Melinda@

See if this help:
http://helpx.adobe.com/photoshop-elements/kb/microsoft-c-runtime-error-launcing.html

Similar Messages

  • Adobe Audition 3.0 Microsoft C++ runtime library error

    I need help with this error
    I've successfully installed Audition 3.0 on my computer and unfortunately, whenever I try to open the program, an error appears which says there is a Microsoft C++ Runtime library error.
    Can you help me this?

    There may be some information in this thread on the Audition CS5.5, CS6 & CC part of the forum which will help you.
    MSVCR7I.dll
    I recently had some similar problems with running another software and also installing an upgrade to yet another. In my case it was with MSVCR110.dll missing. Having downloaded the MS Redistributable from http://www.microsoft.com/en-us/download/details.aspx?id=30679 when I installed it it gave me the option to Repair which worked.

  • Problem with Microsoft C++ runtime library error in windows 8.1

    I am getting an occasional error that is too frequent to ignore:
    Microsoft Visual C++ Runtime Error
    Runtime Error!
    Program C:\Windows\Explore.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application’s support team for more information.
         I'm using windows 8.1 64-bit. i tried clean boot method..but still happening after a start .. please give a solution.

    Hi SubhankaR C,
    I suspect this is related to application crash, can you boot into diagnostic mode to check if you still have this issue?
    Meanwhile, what’s the event error in event viewer?
    Alex Zhao
    TechNet Community Support

  • B575: Microsoft Visual C++ Runtime Library Error on Startup? Please Help!

    This came out of the blue, I just started up my laptop and out of no where my Windows 7 Ultimate transperancy graphics are gone and I can't connect to the internet! I get this message on startup saying 'Microsoft Visual C++ Runtime Library Error', for controlhandler.cpp and I have no clue what it is! I tried a clean boot and safemode boot, and it is the same thing! Please help
    Solved!
    Go to Solution.

    hi ironmax,
    As a last resort, you can:
    1. Press the One Key Recovery button to restore the unit from factory settings or
    2. Create a recovery disc and use this disc to restore the system from factory
    Note:
    Backup important before doing a factory reset
    Regards,
    neokenchi
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Microsoft Visual C++ Runtime Library Error in T430S during HP printer install

    I just bought a T430S Windows 8 and I'm having problems installing the software and drivers for my HP Photosmart D-110-a printer. I've owned the printer for a year and it was no problem installing the software that it came with on my previous Dell Windows 7. Every time I try to install from the CD-Rom or download the software from HP, I get a Microsoft Visual C++ Runtime Library Error message. Please someone help!
    By the way, I am able to print to the machine because I think HP printer driver was preloaded on the Start screen from Lenovo. Is it possible the reason why I can't install the software that the my HP printer came with, is because HP driver was preloaded? The issue of not being able to install the full software, is that I can't monitor ink levels or scan items from the computer.

    It looks to me like HP never made a windows8 driver for that printer. You might read this:
    http://h30434.www3.hp.com/t5/Printer-All-in-One-Software-Drivers-e-g-Windows-8/windows-8-driver-hp-p...

  • Microsoft visual runtime error c++ library

    I recently downloaded elder scrolls morrowind on the gamestop app. The game will open but when i push play Microsoft visual C++ runtime library error appears telling me that the game will close in an abnormal way. How can i fix it so that
    i can play it? I have a windows 8 hp envy touchsmart laptop.

    I wouldn't try "fixing it" with any kind of C++ approach.  And so I firmly believe this is not the right forum to get help for that.
    It sounds like an installation issue.  Uninstall, clean up and reinstall.
    If the problem persists, you can contact technical support for The Elder Scrolls III: Morrowind at http://www.elderscrolls.com/support/ or http://bethsoft.com

  • ITunes crashes when doing a power search. I get a Microsoft Visual C   Runtime Library Error message: Program C:\Program Files (x86)\iTunes\iTunes.exe R6025.  Pure virtual functional call.  If I select ok, Windows 7 pops up with iTunes has stopped working

    iTunes crashes when doing a power search. I get a Microsoft Visual C   Runtime Library Error message: Program C:\Program Files (x86)\iTunes\iTunes.exe R6025.  Pure virtual functional call.  If I select ok, Windows 7 pops up with iTunes has stopped working and then it shuts iTunes down.  Anyone else every have this issue.  Any ideas on a fix?
    Thanks,

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Microsoft Visual C++ Library- Runtime Error

    Hi All:
    I developed some Oracle Forms using Oracle Builder on Oracle Application Server Containers for J2EE 10g (10.1.2.0.2). I am able to access the
    Welcome page by entering http://127.0.0.1:8889/j2ee/. However, I get a pop-up dialogBox "Microsoft Visual C++ Library- Runtime Error. Program : C:\Program Files\Internet Explorer\iexplorer.exe. The application has requested the runtime to
    terminate in an unusual way."
    when I enter http://localhost:8889/forms/frmservlet.Yet I have Forms.html = http://localhost:8889/forms/frmservlet in my Cauprefs.ora file.
    Does anyone know why. Can someone offer any suggestion?
    Thanks

    My operating system  is Windows Xp Sp3.The script  is JavaScript file.when the scripts execute finished,that dialog occured.
    The script contents is follow:
    var myFile = new File("\D:\\music\\Music.aepx");
    app.open(myFile);
    var oneDuration = app.project.item(2).duration;
    var twoDuration = app.project.item(3).duration;
    var threeDuration = app.project.item(4).duration;
    var comp  = app.project.item(1);
    var templateDuration = 500;
    comp.layer(1).startTime = 0;
    comp.layer(2).startTime = oneDuration-5;
    comp.layer(3).startTime = oneDuration + twoDuration-10;
    app.project.item(1).workAreaDuration = templateDuration;
    if (comp.layer(1)("audioLevels").numKeys > 0) {
    for (var i = comp.layer(1)("audioLevels").numKeys; i >0 ;  i--){
    comp.layer(1)("audioLevels").removeKey(i)}}
    if (comp.layer(2)("audioLevels").numKeys > 0) {
    for (var i = comp.layer(2)("audioLevels").numKeys; i >0 ;  i--){
    comp.layer(2)("audioLevels").removeKey(i)}}
    if (comp.layer(3)("audioLevels").numKeys > 0) {
    for (var i = comp.layer(3)("audioLevels").numKeys; i >0 ;  i--){
    comp.layer(3)("audioLevels").removeKey(i)}}
         comp.layer(1)("audioLevels").setValue([0,0]);
      comp.layer(2)("audioLevels").setValue([0,0]);
      comp.layer(3)("audioLevels").setValue([0,0]);
    if (oneDuration > templateDuration){
    comp.layer(1)("audioLevels").setValueAtTime(templateDuration-5,[0,0])
        comp.layer(1)("audioLevels").setValueAtTime(templateDuration,[-40,-40])
       }else if (oneDuration + twoDuration > templateDuration+5){
        comp.layer(2)("audioLevels").setValueAtTime(templateDuration-5,[0,0])
        comp.layer(2)("audioLevels").setValueAtTime(templateDuration,[-40,-40])
       }else{
        comp.layer(3)("audioLevels").setValueAtTime(templateDuration-5,[0,0])
        comp.layer(3)("audioLevels").setValueAtTime(templateDuration,[-40,-40])
    var myFile = new File("\D:\\music\\temp.aepx");
    app.project.save(myFile);
    app.quit();

  • When firefox opens it says microsoft visual c++ library runtime error program abnormal termination

    when i opens Firefox it takes some time and pop up a small window that shows Microsoft visual c++ library runtime error program need abnormal termination when press OK it get disappeared and causes Firefox termination without loading ,during this time Firefox uses maximum CPU space

    These are Screen Shots of what is happening.

  • Visual C++ runtime library error when generating printed documentation from RH9

    I just upgraded a project from RH 7 to RH 9. I tried generating printed documentation in Word from it, but as soon as the Printed Documentation dialog opened, a Visual C++ Runtime Library error displayed. RoboHelp stopped working and I had to restart.
    I tried using one of the sample projects -- same thing happened.
    I then created a brand-new project. This time, opening the Printed Documentation dialog worked. I selected "Generate Word Doc" and the .docx extension, since I have Word 2010,  and tried to generate printed documentation. However, the following message then displayed: Cannot find Microsoft Word installed on your system.
    So I have two questions:
    - How can I avoid crashing RoboHelp when generating printed documentation?
    - How can I ensure that RoboHelp finds the Word 2010 installation on my system?
    Thanks for any help!
    OK, just played around a bit more and I was able to help myself on the first question:
    - I created a new Printed Documentation Layout in the Single Source Layouts pane, and from there I was able to generate .pdf files, without encountering the Visual C++ runtime error.
    - But the "Cannot find Microsoft Word installed on your system." msg still pops up when I try to generate .docx files. (When I generate .doc files, they have no content.)
    Message was edited by: mizotto

    First the fact that the problem is with old layouts suggest they were using an old template.
    The PDF creation relies on a Word document being created in the background. The fact that you cannot generate a good doc or docx makes it odd that you get a PDF. The PDF is OK I take it?
    I'm wondering if you have not applied the 901 patch and are running Word 2010 64 bit?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Runtime library error

    hp IQ 515a running  vista keep getting c++ runtime library error and streaming server stopped error

    Hello Bredonboats, and welcome to the HP Forums, I hope you enjoy your experience!
    I see you are having issues with the runtime library while trying to install.  I would like to assist with that!
    I would recommend following the steps by @SuperMario1  in this thread on Error message Microsoft visual c++ runtime library.  The steps laid out in this thread should help resolve this issue.
    Good luck and please let me know the results of your troubleshooting steps. Thank you for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • FME Runtime Library Error: flvmuxoutpin.cpp

    I am trying to publish a stream from a USB webcam. I get the
    following error when I press the "Start" button.
    Assertion failed!
    Program: FlashMediaEncoder.exe
    File:.\flvmuxoutpin.cpp
    Line: 1044
    Expression: stop_reftime >= start_reftime
    For information on how your program can cause an assertion
    failure, see the Visual C++ documentation on asserts
    You can see a screenshot here:
    FME
    Runtime Library Error
    When I use a firewire connected camcorder, I do NOT get this
    error. Any advice? This is a repeatable issue.

    hi ironmax,
    As a last resort, you can:
    1. Press the One Key Recovery button to restore the unit from factory settings or
    2. Create a recovery disc and use this disc to restore the system from factory
    Note:
    Backup important before doing a factory reset
    Regards,
    neokenchi
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Something is Causing ReaderX Update to C++ Runtime Library Error AdobeARM.exe

    Anytime Adobe Reader tries to update, on login, periodically, or manually the error Visual C++ Runtime Library Error appears. I am using Adobe Reader 10.1.1. I have tried letting Adobe regenerate the Adobe.ARM.exe file located in C:\Program Files\Common Files\Adobe\ARM\1.0\AdobeARM.exe. I am using Windows XP Professional SP3.
    This started when after it ran an automatic update it started to defrag that took way too long so I forced shutdown that obviously corrupted some file somewhere which leads to this error. In a new Windows profile the error is not present but I am not willing just yet to move all of my files to a new user account because one third party application has a bug.

    Thanks for trying out the suggestion.
    Since, you mentioned that the issue is not reproducible when you switch to another account, could you try one more thing.
    1. Open Start > Run
    2. Type "%temp%"
    3. In the folder that appears, delete the following files: AdobeARM.log, AdobeARM_NotLocked.log, ARMUI.ini
    4. Try initiating an update transaction again from within Reader by clicking on Help > Check For Updates
    Hope this works.
    Ankit
    Message was edited by: Ankit_Jain

  • C++ runtime library error when clicking on preview

    Customer is getting a Microsoft Visual C++ runtime library error when clicking on "preview" tab in Xcelsius
    Full error message is this:
    Microsoft Visual C++ Runtime library
    Runtime error!
    Program: C:\program files\Business Objects\Xclesius\Xcelsius.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact application support team for more information.
    This is a new install of Xcelsius, using Office 2007

    Hi Pete,
    Are you getting this error message for some specific dashboard or any of the file.If this is happening for some specific dashboard, then let me know if you can send me the file to take a look at it.
    Thanks,
    Amit.

  • ITunes Error 7, (windows error 1114) runtime library error R6034

    Need help, update failed, iTunes Error 7, (Windows error 1114) runtime library error R6034, lost iTune library.

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

Maybe you are looking for

  • How do I transfer iMessages from my 3GS to my iPhone 4?

    How do I get iMessages from my 3GS to load onto my new iPhone 4? All the text messages transferred up until I started using iMessage.

  • Creating Network homes for Users in AD

    I am trying to create some Network Homes to use for our Macs on campus. I have created the share and everything, but when I go to "Create Home Now" inside of Workgroup Manager it always gives me an error. The error is very generic so I am not sure wh

  • Mac mini not booting

    cannot get my mac mini to boot. Help?

  • Initial Use Problem, Please Help

    I am using the firewire "transfer information" tool on the initial use of my new MacBook Pro, in order to transfer files from my old Powerbook to this new computer. The file transfer screen has been hung up, with 2 hours and 9 minutes remaining for o

  • Stereo vs Joint Stereo !?!

    Hi friends : I often convert lossless FLAC files to MP3s at a constant bit rate of 192 kb/s. I then import the MP3s into my iTunes library. I have tried two different FLAC converters: Switch Sound File Converter (Lame 3.82) and dBpoweramp Music Conve