DONT PANIC ITS NOT A VIRUS !!!Below is a definition of what Dr Watson is. I would recommend updating your internet explorer to latest or trying to get onto bebo using firefox. If you can use bebo with firefox you have a prob with internet explorer. Download firefox. its free and way faster and more reliable
DO NOT LISTEN TO NATHAN E HE IS TALKING OUT OF HIS BACKSIDE. HE HAS NOT READ YOUR QUESTION PROPERLY. THIS IS NOT A HARDWARE ISSUE IF THIS ONLY HAPPENS ON BEBO AND DOES NOT EVER HAPPEN ANY OTHER TIME
In Microsoft Windows, Dr. Watson[1] is an application debugger included with the operating system. It is usually named drwatson.exe, drwtsn32.exe or dwwin.exe depending on the version of Windows. It is named after Doctor Watson of Sherlock Holmes fame, with the idea being that it would collect error information (symptoms) following the problem. The use of the word "Watson" has since been expanded to include general end user feedback services.[1]
The information obtained and logged by Dr. Watson is the information needed by technical support personnel to diagnose a program error for a computer running Windows. A text file (Drwtsn32.log) is created whenever an error is detected, and can be delivered to support personnel by the method they prefer. A crash dump file can also be created, which is a binary file that a programmer can load into a debugger. Dr. Watson can be made to generate more exacting information for debugging purposes if the appropriate symbol files are installed and the symbol search path (environment variable) is set.
When a program error occurs in Windows, the system searches for a program error handler. A program error handler deals with errors as they arise during the running of a program. If the system does not find a program error handler, the system verifies that the program is not currently being debugged and considers the error to be unhandled. The system then processes unhandled errors by looking in the registry for a program error debugger for which Dr. Watson is the default. A third-party debugger can also be used in place of Dr. Watson. The Watcom C compiler includes a similar crash-analysis tool named "Dr. Watcom".[2]
Starting with Windows Vista, Dr. Watson has been replaced with "Problem Reports and Solutions".[3]