Hello aduckfan, welcome to Seven Forums, I will try to help you with your problem. You have 3 dump files, all showing a stop error of 0X124. That is a general hardware error and is very difficult to find out what piece of hardware it is. If you have made and hardware or software changes to your computer recently, please let me know. The error indicates either a piece of hardware is failing/failed or a driver is making it act in unexpected ways so the operating system thinks it is/has failed. Only the dump file from today gives any clues. However, while looking at the dump files I noticed a lot of references to the file system and what would be the Hard drive.
What the dump file did blame for the crash was
Code:
BHDrvx64
start end module name
fffff880`05254000 fffff880`053db000 BHDrvx64 T (no symbols)
Loaded symbol image file: BHDrvx64.sys
Image path: BHDrvx64.sys
Image name: BHDrvx64.sys
Timestamp: Tue Sep 23 21:12:51 2014 (542228A3)
CheckSum: 0018E7EA
ImageSize: 00187000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
Which is your Symantec Heuristics Driver
Code:
SYMNETS
start end module name
fffff880`054cc000 fffff880`05562000 SYMNETS T (no symbols)
Loaded symbol image file: SYMNETS.SYS
Image path: SYMNETS.SYS
Image name: SYMNETS.SYS
Timestamp: Thu Feb 13 05:25:14 2014 (52FCAB9A)
CheckSum: 00098278
ImageSize: 00096000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
Which is your Symantec/ Norton NIS/ N360 driver
Code:
tdrpm273
start end module name
fffff880`01e4b000 fffff880`01f82000 tdrpm273 T (no symbols)
Loaded symbol image file: tdrpm273.sys
Image path: tdrpm273.sys
Image name: tdrpm273.sys
Timestamp: Tue Aug 10 04:54:18 2010 (4C6121CA)
CheckSum: 0013510D
ImageSize: 00137000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
Which is the Acronis Try&Decide Volume Filter Driver
and
Code:
nvlddmkm
start end module name
fffff880`0f69b000 fffff880`10329000 nvlddmkm T (no symbols)
Loaded symbol image file: nvlddmkm.sys
Image path: nvlddmkm.sys
Image name: nvlddmkm.sys
Timestamp: Wed Jul 02 12:42:02 2014 (53B4446A)
CheckSum: 00C4C7C9
ImageSize: 00C8E000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
Which is your Graphics driver.
I would suggest you remove Norton from your system, as it was blamed twice and is also known to cause BSODs. this will help you do it.
https://support.norton.com/sp/en/us/home/current/solutions/kb20080710133834EN_EndUserProfile_en_us
And replacing it with Microsoft Security essentials for the time being at least until we find the cause of your problems.
Microsoft Security Essentials - Microsoft Windows
I would seriously consider removing Acronis also. removal
https://kb.acronis.com/content/34876
Please also run Seatools, Seagate's diagnostic test. Please run the long and short tests.
http://www.sevenforums.com/tutorials/313457-seatools-dos-windows-how-use.html#Part3
Also please open a elevated command prompt ( click start, type
cmd in the search box,
right click on the cmd entry and select run as administrator) in the black box that opens, copy/paste
sfc /scannow. If you decide to type it, notice the space between the sfc and the /. It is a system file checker which will scan your system files and attempt to correct any missing or corrupt files. What we want are the results to say windows found no integrity violations. If it says files were found but could not be repaired, close the box, reboot and run it again, after opening the administrative command prompt. You may have to reboot and run it three times for it to repair all system files. If it can't repair them after 3 reboots, let us know.
Let us know the results of these tests and if you see any improved results.