Questions tagged [bsod]

The Blue Screen of Death (also called BSoD, Blue Screen, or bluescreen) is the error screen displayed by the Microsoft Windows family of operating systems upon encountering a critical error, of a non-recoverable nature.

A Blue Screen of Death, abbreviated as BSOD, and officially called a Stop Error or Stop code in Microsoft, is a diagnostic screen characteristic of Microsoft Windows operating systems upon encountering a fatal critical error such that your computer can no longer operate safely. The only safe action in response to a BSOD is that you need to restart your computer.

A BSOD includes text indicates that a fatal problem has occurred on your PC, and that it can no longer operate safely without restarting. Information about a stop code is provided, either as a symbolic name (such as "CRITICAL_PROCESS_DIED") or a 8-digit hexadecimal error code (in this case, 0x000000EF). The below image depicts a sample Windows 10 BSOD with its sad emoticon and its stop code of "CRITICAL_PROCESS_DIED".

A BSOD in Windows 10, from the Wikipedia article

Blue Screen of Deaths and similar diagnostic screens (such as Black Screen of Death, Red Screen of Death, etc) are also used for similar reasons in other operating systems.

Official Microsoft link to BSOD Stop Codes: https://support.microsoft.com/en-gb/help/14238/windows-10-troubleshoot-blue-screen-errors

Wikipedia article: https://en.wikipedia.org/wiki/Blue_Screen_of_Death

158 questions
-1
votes
2 answers

Blue Screen of Death caused by Quad Tree Program

I am writing a Quad tree structure for a planet, that decreases and in increases in detail when you are far away from the quad and close to it receptively. However, I am running into some really serious, and annoying bugs. I have two preprocessor…
Darestium
  • 643
  • 2
  • 11
  • 29
-2
votes
1 answer

clock watchdog timeout when starting Nox Player

When I start Nox Player, the loading bar freezes at 45% and Windows shows a blue screen of death with an error _CLOCK_WATCHDOG_TIMEOUT. My system settings: AMD Ryzen 7 5700G Gigabyte x570 UD rev 1.0 Kingston Fury Renegade 3600 Be quiet 500W BIOS…
Nikitos
  • 1
  • 1
-2
votes
1 answer

I need help closing system processes using C++ in Windows 10

I've been experimenting with C++ lately, but something I can't get my head wrapped around is how to end the csrss.exe process with a C++ script. I was originally searching for ways to cause a BSOD and found on a forum post that killing csrss.exe is…
IMSOASIAN
  • 13
  • 3
-2
votes
1 answer

Dell Laptop Windows 10 Blue Screen of Death CRITICAL_PROCESS_DIED when restarting

Dell Laptop was upgraded to Windows 10 from Windows 8.1. Recently been having an issue with Blue Screen of Death (BSOD) crash at random times. Only error information is: CRITICAL_PROCESS_DIED :( with a very obnoxious :(. Dell Warranty expired…
-2
votes
1 answer

Recovery of SSH session after system crash

I was editing a file over SSH when my computer crashed and I got the BSOD. I was SSHing through Putty. I would really like to recover if possible. I don't know if there is anyway to restore the SSH session and save from there. Any help would be…
jcarrus
  • 13
  • 3
-3
votes
1 answer

Windows Crash Reporting

Not sure if this is the place to ask for this kind of help... but I've recently been having issues with my PC randomly shutting off at night (idle) and sometimes while in use. Monitors+USB devices all power down Motherboard Lights + CPU Fan Lights…
-3
votes
1 answer

BSOD on a laptop under Windows 7 pro

I'm having every 15/20mn a BSOD with "driver_power_state_failure" in my windows 7 professional on my Dell Vostro 3750... I didn't installed any material even made an update for several weeks... I don't know how to manage this problem. Should you…
Recif
  • 311
  • 2
  • 8
  • 19
-7
votes
1 answer

How to make a Visual Basics application that forces a bluescreen

I'm developing a program in Visual Studio right now, but I want to be able to make a button that forces a blue screen on a windows machine. I know that there is a way to force one by make a CrashOnCtrlScroll key in regedit. But the requires a…
Dubstowel
  • 21
  • 1
  • 5
1 2 3
10
11