Thread: TV Giant
View Single Post
  #2  
Old 26-08-2007, 04:15
The-S-Owl The-S-Owl is offline
Registered User
 
Join Date: Dec 2002
Location: Behind you
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
The-S-Owl
Visual Studio includes an own JIT debugger but when you uninstall VS the registry key for the standard debugger is not set to its previous value. That is why you see this error message when an application crash occurs.

To set the standard debugger to Dr. Watson again, type this in a command line prompt:
drwtsn32 -i


To solve the problem with the game... have you tried reinstalling ?
Reply With Quote