Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error CLOCK_WATCHDOG_TIMEOUT when runs Android Emulator

I use Android Studio on Windows 10, and it normally runs fine. But sometimes, you never know when it is going to happen, when the emulator is loading, it freezes and the Windows OS crashes, showing the blue screen (CLOCK_WATCHDOG_TIMEOUT).

I would like to know if exists any way to stop this strange behavior. I'm sure this is not related to the java code nor the functionality I am developing.

Any help will be appreciated.

Regards

SS

like image 322
Segundo Serrano Avatar asked May 16 '20 15:05

Segundo Serrano


People also ask

What causes Clock_watchdog_timeout?

If some DLL files are missing on the system or some system files are incomplete, then a clock watchdog error can occur. The companies set a limitation for the RAM (Random Access Memory) in the system and when the user plugs in the RAM which exceeds the limited value, then it can result in clock watchdog error.

How do I fix the clock watchdog timeout error in Windows 11?

To fix the CLOCK WATCHDOG TIMEOUT error in Windows 11, you can follow this guide. In other words, you need to uninstall updates of recently installed drivers, unplug all external devices, remove recently installed hardware, etc. On the other hand, you can also run the Windows Memory Diagnostic tool.

What is PDC watchdog?

The PDC_WATCHDOG_TIMEOUT Blue Screen stop error has a bug check value of 0x0000014F. It occurs when a system component has failed to respond within the allocated period, preventing the system from exiting connected standby. If you face this BSOD, then some suggestions in this post may help you.


1 Answers

I had this for so long, reinstalling windows/updating drivers/updating bios, nothing worked.

It turned out it was a defect cpu. AMD replaced it and everything worked fine after that.

like image 84
Ghostwritertje Avatar answered Nov 15 '22 01:11

Ghostwritertje