Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual C++, can't stop crashing 1

Status
Not open for further replies.

UnityKing

Programmer
Dec 12, 2004
17
CA
When i start a new project, after like 10 sec the program crash (not responding) and i got an error message. I've looked trought microsoft support and i did'nt found where that error was from. So i downloaded the Sevice Pack 6 and i still got an error. Can anyone help me, im trying to avoid a formating, thats the final solution.
 
This

error1.JPG


When i click on see data i got that

Error2.JPG
 
Alright, I've had similar situations with other applications and here's how I fixed it. First, copy all of your workspaces to some other directory. Then uninstall Visual C++. There's usually quite a few files that aren't deleted for some reason when you uninstall, so manually delete these, then defrag your hard drive and reinstall. If this doesn't fix it, it can't be a problem with VC++ so it's probably a Windows issue. If this is the case, you should at least try doing a system restore. Go to Programs, Accessories, System Tools, System Restore and select a date where you know the program worked (assuming that it worked at one point in the past). There's no guarentee this will fix it, and every program that you've installed since the date you select may need to be reinstalled, but it's worth a try before you have to reformat. If all else fails, try reinstalling Windows, and if that doesn't fix it, I can't think of anything other than reformating.

Hope this helps. Let me know how it turns out.
 
Before reinstalling Windows, you might try reinstalling the latest Windows & VC++ Service Packs.
(also, find *.tmp files on your hard drive and delete them -- although most of the time, that's not the problem)
 
Dos'nt work, im reformating, so tired. Is it possible to
format only a partision of the drive ?
 
That's the only way I do know how to format a drive...
If you want to format your C: partition, type:
Code:
format c:
or replace 'c:' with the partition you want to format.
 

im on Win Xp u cant format in ms-dos mode, its allright i will see if it work
 
Using Windows XP isn't a problem, just boot up with a DOS boot disk...
If you have an NTFS partition, then that would make it harder to format. You could use Partition Magic...
 
Tell me about partition magic, i got this software and i did a partition, so it is possible to format only a partition /w partition magic ?
 
Of course. Just select the partition you want to format, then click the format button. In my version the format button looks like "C:", or you can do it from the menu too.
 
10312F20 rep movs dword ptr [edi],dword ptr [esi]

this is from the ddebugger. Do you know what it mean, there is a problem when it load the files and this ligne cause the error...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top