bignobody
04-22-2006, 01:18 PM
Gah! Just wasted several valuable hours tracking down a problem that wasn't even my fault.
I was play-testing, and found a situation that had previously worked without trouble. Now it would hang every time. I hadn't touched this area in a while, so I was kind of stumped as to why this was happening now.
So I archived the project, and rolled back to previous versions until the problem wasn't present (two versions previous). "Easy." I thought, "I'll just load up WinMerge and check the differences, and the problem should be obvious."
Wrong. None of the code changes seemed like they could cause a hang. So I rolled forward to my current version, and dropped in the files that had changed from the older working version, and recompiled.
And the hang still occurred.
So, I rolled back to the previous working version, then merged in the changes from the latest version. Recompiled, and the hang is gone.
All I can figure is that there was some VC project file that had become corrupt, but not enough to prevent compiling.
Anything like this ever happen to anyone else?
I was play-testing, and found a situation that had previously worked without trouble. Now it would hang every time. I hadn't touched this area in a while, so I was kind of stumped as to why this was happening now.
So I archived the project, and rolled back to previous versions until the problem wasn't present (two versions previous). "Easy." I thought, "I'll just load up WinMerge and check the differences, and the problem should be obvious."
Wrong. None of the code changes seemed like they could cause a hang. So I rolled forward to my current version, and dropped in the files that had changed from the older working version, and recompiled.
And the hang still occurred.
So, I rolled back to the previous working version, then merged in the changes from the latest version. Recompiled, and the hang is gone.
All I can figure is that there was some VC project file that had become corrupt, but not enough to prevent compiling.
Anything like this ever happen to anyone else?