[SOLVED] BSOD Unexpected_Store_Exception

Dec 17, 2019
2
0
10
I have recently started getting Blue screens whenever i play games. I get the Blue Screen and then the pc just restarts as if nothing happened. I've ran Memtest86 and it came back with no errors.

Here is my minidump from the latest crash: https://drive.google.com/open?id=1IpkCMu-26dQjnGWHU35GZkhExw924y4p (I don't know why it did not let me upload just the dump file so i zipped it.)


PC Specs:
AMD Ryzen 5 2600
16GB Patriot 3000mhz ram
MSI Nvidia GTX 1070
MSI X470 GAMING PLUS
250gb Samsung 850 EVO SSD
1TB Western Digital HDD
 
Solution
That's usually a disk error.
It could be cause by a setting or software.
Turn off Fast startup and see if the issue goes away.
Also scan your disks for errors.

It could be Microsoft Store apps
So re-register Microsoft Store apps using PowerShell
Right-click the Start menu icon and select "Windows PowerShell (Admin)".
Type or copy and paste the command below into the PowerShell window and hit the Enter key.

Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Reboot.
That's usually a disk error.
It could be cause by a setting or software.
Turn off Fast startup and see if the issue goes away.
Also scan your disks for errors.

It could be Microsoft Store apps
So re-register Microsoft Store apps using PowerShell
Right-click the Start menu icon and select "Windows PowerShell (Admin)".
Type or copy and paste the command below into the PowerShell window and hit the Enter key.

Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Reboot.
 
Solution
That's usually a disk error.
It could be cause by a setting or software.
Turn off Fast startup and see if the issue goes away.
Also scan your disks for errors.

It could be Microsoft Store apps
So re-register Microsoft Store apps using PowerShell
Right-click the Start menu icon and select "Windows PowerShell (Admin)".
Type or copy and paste the command below into the PowerShell window and hit the Enter key.

Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Reboot.
Going to try this out and see if i still keep getting BSOD. I will make sure to give an update.
UPDATE: Doing both of these things seem to fix my BSOD. Thank you for helping out.
 
Last edited: