Can't figure out my BSOD

Mar 14, 2018
1
0
10
I cannot figure out what is causing my PC to BSOD. I recently replaced the motherboard, processor, and memory. I've ran a memory test, and I've checked the hard drives. The BSOD are random, and the errors are different each time. Some examples are:

store_data_structure_corruption

unexpected_store_exception

Dump file creation failed due to error during dump creation.

The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.

The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{6B3B8D23-FA8D-40B9-8DBD-B950333E2C52}
and APPID
{4839DDB7-58C2-48F5-8283-E1D1807D0D7D}
to the user NT AUTHORITY\LOCAL SERVICE SID (S-1-5-19) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.

{Registry Hive Recovered} Registry hive (file): '??\C:\Windows\System32\config\COMPONENTS' was corrupted and it has been recovered. Some data might have been lost.

I'm using a fresh install of Win10 pro (x64). I use a 500g SSD (newly formatted) and two other drives, also formatted recently.

I'm running an i5-8600K CPU @3.60GHz, with 16384MB RAM, my graphic card is a GeForce GTX 760. I tried swapping the card out with my husbands card (he has the exact same one) and the issues persist. My power supply is 850.

Even though I shut my computer down properly, I constantly get an error saying it hasn't been shut down properly and that it was unexpected. I've also done a system file checker that turned up nothing. I have been trying to figure this out for about a month now and I am at my wits end - any help would be most appreciated!

Thank you
 
Solution
you might google "how to enable verbose startup shutdown messages"

you might go into windows control panel and take a look at the media streaming options.
sometimes it can be set to allow media streaming software to block the final shutdown of the computer.
(xbox extendor, or streaming to another device)

sometimes you can have other computers on your same network that are talking to your computer and will block the final shutdown. (unplug the network cable and see if the machine shuts down correctly)

bugs in the BIOS can block proper shutdown.

try and run cmd.exe as an admin then run
powercfg.exe /energy
then read the report

windows will refuse to shutdown if it can not confirm some certain data has been saved.
for example...
you might google "how to enable verbose startup shutdown messages"

you might go into windows control panel and take a look at the media streaming options.
sometimes it can be set to allow media streaming software to block the final shutdown of the computer.
(xbox extendor, or streaming to another device)

sometimes you can have other computers on your same network that are talking to your computer and will block the final shutdown. (unplug the network cable and see if the machine shuts down correctly)

bugs in the BIOS can block proper shutdown.

try and run cmd.exe as an admin then run
powercfg.exe /energy
then read the report

windows will refuse to shutdown if it can not confirm some certain data has been saved.
for example: certain bugs in network drivers can prevent saving of a file, and it just goes into a loop trying over and over.

same goes with certain problems with hard drive cache memory.
(the verbose mode registry setting might indicate what windows is waiting for, disconnection of the network cable can help determine if the problem is network related)


you might also want to go into bios and see what the bios has set each button to actually do.
and check the window control panel functions for the same buttons. (since the buttons can be programmed now)
 
Solution