How to track down startup error: C++ runtime...

ChrisAttebery

Member
Nov 10, 2003
118
3
81
I've been getting a wierd error lately on my W7 system. At startup I get a popup stating that there was a C++ runtime error, but there is very little info in the box. I had a problem a few years ago and someone asked me to print out a startup log and told me which files were the culprits. I can't remember how to get to that log file now.

Also, on my W7 laptop I get a daily popup that Java needs to be updated, but when I try to update it the update fails. Any ideas on that one?

Thanks,


Chris
 

MadScientist

Platinum Member
Jul 15, 2001
2,183
63
91
Could be some runtime components of Visual C++ Libraries are missing. X64 download: http://www.microsoft.com/en-us/download/details.aspx?id=14632
X86 download: http://www.microsoft.com/en-us/download/details.aspx?id=5555

If this does not work it could be a software problem.
Try doing a Clean Boot. Open Control panel, Admin Tools, System Config, Services tab, check Hide all Microsoft Services, Disable All, Ok, and reboot.
If this solves it then it's one of the services or applications you disabled causing it. You will have to go through them one by one enabling and disabling them until you find the culprit.

Personally I don't use Java, but here's some things you might try: http://www.sevenforums.com/software/188392-java-update-failed.html
 
Last edited: