Link to home
Start Free TrialLog in
Avatar of VapiSoft
VapiSoft

asked on

DrWatson on VISTA

I have a program (vLog) that set the registry to activate DrWatson and to "tell" DrWatsobn where is the prgram's map file.
I have a nother program that simulate a "crash"
It works well on XP, the program displays the "...encountered a problem and needs to clode..." error message, and DrWatson creates the log file that shows were the crash occured.
Now I tried the same thing on VISTA.
1. It does not display any message (the program is closed without any message).
2. Dr Watson is not activated (does not create the log file).
Do I need to do something special under VISTA?


The registry is set in two places:
 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug
"Auto"=1
"Debugger"="drwtsn32 -p %ld -e %ld -g"
 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DrWatson
"WaveFile"=""
"LogFilePath"="C:\\Users\\Public\\Documents\\vLog\\Shlomo\\DrWatson"
"CrashDumpFile"="C:\\Users\\Public\\Documents\\vLog\\Shlomo\\DrWatson\\user.dmp"
"NumberOfCrashes"=dword:0000000a
"DumpSymbols"=dword:00000000
"DumpAllThreads"=dword:00000000
"AppendToLogFile"=dword:00000000
"VisualNotification"=dword:00000000
"SoundNotification"=dword:00000000
"CreateCrashDump"=dword:00000000
"CrashDumpType"=dword:00000002
"Instructions"=dword:00000032
"MaximumCrashes"=dword:0000000a

Open in new window

Avatar of BrandonGalderisi
BrandonGalderisi
Flag of United States of America image

I think that Dr. Watson lost his license to practice under Vista.

Dr. Watson, the system failure or "crash" analysis tool, has been replaced in this version of Windows with Problem Reports and Solutions.


http://windowshelp.microsoft.com/windows/en-us/help/6c8431c2-8cac-4ff5-b210-4dceb3fd88331033.mspx/
Avatar of VapiSoft
VapiSoft

ASKER

I don't understand.
1.I see that DRWATSON.EXE is installed on my VISTA in c:\windows\system32)
2. How does "Problem Reports" help me analayze my "crash".
DrWatson used to generate a log file that shoed me exactly were the "crash" was in the application.
3. I opened the "Problem Reports" and there was only "No solutions found" line.

ASKER CERTIFIED SOLUTION
Avatar of qz8dsw
qz8dsw
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nobus
did you try running your program as administrator?  right click it, select run as admin
1. I am running as adminstrator, but I also tried to "run as administrator".
2. Even with the "TestDefaultDebugger" that I downloaded from the site, it still does not display the error message and does not create the log file.
3. I don't know why, but now I have "Dr. Watson" in my Tasks-Bar and when I click on it I see the dialog (attached) and I cannot make it disapear.
ScreenShot-1981.jpg
>>  1. I am running as adminstrator   <<   in vista, that is not administrator, there are several "admin" levels..
look here :  http://computerperformance.co.uk/vista/vista_administrator_activate.htm

and it seems like DrWatsons is running, but not sure what he does?
I read it, it does not seem to be relevant to DrWatson.
I still have the problem why Dr.Watson does not work.
it's all i found , sorry
Sorry I gave you the wrong exe name
You need to get a copy of drwtsn32.exe from an XP machine.
If you follow what they said it all works.
(For configuring Dr Watson you run drwtsn32 without any command line parameters.
I feel https://www.experts-exchange.com/questions/24310842/DrWatson-on-VISTA.html?cid=238&anchorAnswerId=24111888#a24111888 answers this post.
It resurects the XP Dr Watson under vista including the dump files etc...
My only mistaky was giving them the wrong exe name to get off the XP machine. (Corrected in the last post)
I tried in 24111888   for restoring XP's Dr Watson under Vista and it works fine (baring my correcting the exe name which was correcting in my last post). However I never got any feedback.