Microsoft Visual C++ Runtime library error

Anonymous
2014-07-07T06:56:13+00:00

hi.

Microsoft Visual C++ Runtime library

Runtime Error!

Program: c:\promgram files\internet Explorer \iexplore.exe

This application has requested the Runtime to terminate it in an Unusual way.

.Please contact the applications support team for more information

Windows for home | Previous Windows versions | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. Anonymous
    2014-07-07T07:04:34+00:00

    Run the System File Checker (SFC) from an elevated Command Prompt, i.e. click the Windows Orb (Start) > All Programs > Accessories and right-click Command Prompt, then ‘Run as Administrator’. Type sfc /scannow (note the space) and press Enter. __________________

    0 comments No comments
  2. Anonymous
    2014-07-08T09:36:49+00:00

    Run the System File Checker (SFC) from an elevated Command Prompt, i.e. click the Windows Orb (Start) > All Programs > Accessories and right-click Command Prompt, then ‘Run as Administrator’. Type sfc /scannow (note the space) and press Enter. __________________

    hi.Nothing happened

    0 comments No comments
  3. Anonymous
    2014-07-09T05:31:08+00:00

    help me . tanks

    0 comments No comments
  4. Anonymous
    2014-07-09T15:14:03+00:00

    That test is finished and windows OS integrity is OK.

    Could be a driver problem or even melware.

    Make sure your drivers are up to date and do a melware scan with melwarebytes

    You could also run chkdsk /r (note the space)  from the run command.

    If you need instructions how to do this, let me know.

    0 comments No comments
  5. Anonymous
    2014-07-12T22:36:37+00:00

    This is the designed behavior of the abort function in the Visual C++ runtime, which is used to crash landing the program before more damages are done. If you see this message, the application is most likely out of the author's control (developers should not use this function directly as it does not clean up global objects) . The C++ standard details many situations the function should be called, but since you are not the author of the application, that list won't help you find out the cause. 

    Windows Explorer doesn't really run the Visual C++ runtime, most likely you have a third party shell extension that runs on the VC runtime.  You can use a freeware tool called ShellExView to disable shell extensions one by one to see if the problem goes with an extension. Then bring the problem to the offending extension's author. You need to log off and back in for the change to shell extensions to take effect.

    0 comments No comments