Windows 10 Unexpected Store Exception and Critical Process Died Crashes

About a month and a half ago, my Windows 10 computer started crashing multiple times a day everyday. I've had the Win 10 update since it came out and I've tried everything that I've seen online: uninstalling my antiviruses, sfc scannow, scanning with norton, microsoft safety scanner, ccleaner, updating my drivers, and resetting my pc but nothing works. Everytime it crashes it says that the boot device is missing but when turn my computer off and back on and run my diagnostics it says everything is fine but sometimes it'll say that my hard drive or memory drive is missing until I refresh it again. I've gotten other crashes too like kernel data in page error, unmountable boot volume, and memory management but these haven't happened in awhile.
 

Attachments

  • W7F_01-06-2017.zip
    4.5 MB · Views: 819
Several of the dumps I looked at refer to a problem with memory. Looking at the stacks, they show signs of corrupt or missing data. Reasons for memory problems
  • Problem with the page file or disk it resides on (Run a drive fitness test to verify the disk is healthy. Seagate SeaTools is a good tool to use)
  • Problem with main memory (Run MemTest 86 for at least 10 full passes)
  • Problem with antivirus update or remove and test to see if you get further BSODs
 
Ok I tried the seagate seatools and I did the short drive self test and the first time it failed but when I took it again it worked. Here's the log:
-------------- SeaTools for Windows v1.4.0.4 ---------------
6/2/2017 4:52:52 PM
Model Number: ST500LT012-9WS142
Serial Number: W0VCAYE1
Firmware Revision: 0002SDM1
Short DST - Started 6/2/2017 4:52:52 PM
Short DST - FAIL 6/2/2017 5:01:00 PM
SeaTools Test Code: A895EFEC
Short Generic - Started 6/2/2017 5:16:31 PM
Short Generic - Pass 6/2/2017 5:18:53 PM
Short DST - Started 6/2/2017 5:52:18 PM
Short DST - Pass 6/2/2017 5:53:21 PM

I don't know if I should use a USB or a blank cd for the memtest 86.
 
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 7A, {4, 0, ffffe28319d8a910, 9abbb20}

*** WARNING: Unable to verify timestamp for win32k.sys
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys
Probably caused by : memory_corruption

Followup:     memory_corruption
Hi,
This bug check indicates that the requested page of kernel data from the paging file could not be read into memory. It's possible the pagefile is corrupted. Try disabling the pagefile, reboot and then enable it again. Set the amount to the recommended figure and place the same number in both boxes.

Your system drivers could do with updating especially the chipset and SATA drivers. I checked your support page on the Dell website and you do have later versions available:
Support page For Inspiron 3521:
Support for Inspiron 3521 | Drivers & downloads | Dell US

Chipset:
Intel Management Engine Interface Driver Driver Details | Dell US

SATA:
Intel Rapid Storage Technology Driver Driver Details | Dell US

Realtek Hi Def Audio:
Realtek High Definition Audio Driver Driver Details | Dell US

You also have an update for the Bios:
BiosVendor = Dell Inc.
BiosVersion = A08 (current version)
BiosReleaseDate = 05/20/2013
SystemManufacturer = Dell Inc.
SystemProductName = Inspiron 3521

The latest version is A14:
Dell Inspiron 3521 System BIOS Driver Details | Dell US

If you are not familiar with flashing the bios then you may want to leave this until either a friend or shop can help.

Please run a chkdsk /r using an admin command prompt. This scan will search for and if possible repair and bad sectors.

Run these scans once you get back into windows:
File scans
Right click on the Start menu icon and from the revealed list choose 'admin command prompt'. Type:
sfc /scannow
press enter and await results

In the same command prompt and after the above scan has finished type:
dism /online /cleanup-image /restorehealth
Press enter and await results (longer this time).

If the first scan found files it could not repair but the second scan is successful, run the first scan again using the same command prompt box and this time it should repair the files found.

If you have any apps that are no longer used then please remove.

Please post any new dump files.
 
Back
Top