holdum333
Banned
- Joined
- Mar 27, 2016
- Messages
- 1,243
Hi I'm predicting no more BSODsNice work @kemical and @SnowManBawb! I've been here all the time. All 100 posts!
SnowManBawb
Member
- Joined
- Feb 25, 2016
- Messages
- 54
- Thread Author
- #102
Unfortunately. Thats not the case had a blue screen after like 5 minutes of the pc being on. Added the dump files ;( bHi I'm predicting no more BSODsNice work @kemical and @SnowManBawb! I've been here all the time. All 100 posts!
- Joined
- Aug 28, 2007
- Messages
- 36,156
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck D1, {ffffc003e3f7b249, 2, 0, fffff80094f3ed45}
*** WARNING: Unable to verify timestamp for rt640x64.sys
*** ERROR: Module load completed but symbols could not be loaded for rt640x64.sys
*** 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
I can see the network driver mentioned above in the call stack which is usually a good indication that is the culprit. Whilst your dump files are throwing up the names of drivers we may as well update them and see where that takes us.
rt640x64.sys Tue May 05 17:21:03 2015: Realtek NICDRV 8169 PCIe GBE Family Controller driver. Try updating using the download straight from the Realtek site. This page took ages to open so please be patient. The driver your after is at the very top:
Link Removed
Make sure you remove the original driver first.
Good luck and please post any new dump files.
SnowManBawb
Member
- Joined
- Feb 25, 2016
- Messages
- 54
- Thread Author
- #104
wow the page is taking its time to load. How do i remove does it go under a different name?Hi Bawb,Code:******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* Use !analyze -v to get detailed debugging information. BugCheck D1, {ffffc003e3f7b249, 2, 0, fffff80094f3ed45} *** WARNING: Unable to verify timestamp for rt640x64.sys *** ERROR: Module load completed but symbols could not be loaded for rt640x64.sys *** 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
I can see the network driver mentioned above in the call stack which is usually a good indication that is the culprit. Whilst your dump files are throwing up the names of drivers we may as well update them and see where that takes us.
rt640x64.sys Tue May 05 17:21:03 2015: Realtek NICDRV 8169 PCIe GBE Family Controller driver. Try updating using the download straight from the Realtek site. This page took ages to open so please be patient. The driver your after is at the very top:
Link Removed
Make sure you remove the original driver first.
Good luck and please post any new dump files.
- Joined
- Aug 28, 2007
- Messages
- 36,156
If you installed the driver it will be in the remove programs section probably called Realtek network or lan driver. If nothing is there then you may have not installed the driver at all and I'd just install the version from the Realtek site.How do i remove does it go under a different name?
Yeah it does load slow... Takes ages
SnowManBawb
Member
- Joined
- Feb 25, 2016
- Messages
- 54
- Thread Author
- #106
It doesnt even seem like i can get the download to start. I had 2 things from realtek the audio driver and the lan driver. Removed both of them.If you installed the driver it will be in the remove programs section probably called Realtek network or lan driver. If nothing is there then you may have not installed the driver at all and I'd just install the version from the Realtek site.
Yeah it does load slow... Takes ages
EDIT: just worked
EDIT 2.0: Also is there an updated audio driver? since I prefer their audio drivers I dunno if i should get them or not
- Joined
- Aug 28, 2007
- Messages
- 36,156
The page is just not opening. Realtek site has had issues recently and it seems they're not over. Give it a day or so and try again although you could always download the version on the motherboard support page?Also is there an updated audio driver? since I prefer their audio drivers I dunno if i should get them or not
SnowManBawb
Member
- Joined
- Feb 25, 2016
- Messages
- 54
- Thread Author
- #108
that was the version i just uninstalled. I got it to download. Should I also get the audio driver?The page is just not opening. Realtek site has had issues recently and it seems they're not over. Give it a day or so and try again although you could always download the version on the motherboard support page?
- Joined
- Aug 28, 2007
- Messages
- 36,156
SnowManBawb
Member
- Joined
- Feb 25, 2016
- Messages
- 54
- Thread Author
- #110
I dunno paranoid about any drivers at this point ;-;Yes why not..
Well either way will get back with the new dump files tomorrow. have a good evening
holdum333
Banned
- Joined
- Mar 27, 2016
- Messages
- 1,243
- Joined
- Aug 28, 2007
- Messages
- 36,156
You too Bawb..I dunno paranoid about any drivers at this point ;-;
Well either way will get back with the new dump files tomorrow. have a good evening
SnowManBawb
Member
- Joined
- Feb 25, 2016
- Messages
- 54
- Thread Author
- #113
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaand bsodYou too Bawb..
dump filles attached
- Joined
- Aug 28, 2007
- Messages
- 36,156
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck D1, {1a4, 2, 0, fffff800eb83dda3}
*** WARNING: Unable to verify timestamp for rt640x64.sys
*** ERROR: Module load completed but symbols could not be loaded for rt640x64.sys
Probably caused by : memory_corruption
Followup: memory_corruption
The above is caused by drivers using improper addresses also I'm still seeing evidence in the dump file that this is driver related. The trouble is with dump files is that sometimes a driver can be masking the true culprit and even the verifier can give false positives.
The fact that the bsod only occurs 5minutes in after a cold boot suggests to me that something is trying to start up, phone home to update or similar.
I keep noticing this driver:
LGPBTDD.sys Wed Jul 01 19:47:52 2009: Logitech GamePanel Software. It's a bit old for Windows 10 really and I checked the Logitech page and it seems a driver update is available (posted 4th May 2016)
G15 Gaming Keyboard - Logitech Support:
Please check the Event viewer as you might see something related.
When you boot up tomorrow please boot straight into safe mode and see if the bsod still occurs.
Something else you could try is running this application Process Explorer (better version of Task manager basically) around the time you know the machine bsod's. You could try and monitor the processes and see if anything starts followed by a blue screen.
Post any new dump files.
holdum333
Banned
- Joined
- Mar 27, 2016
- Messages
- 1,243
SnowManBawb
Member
- Joined
- Feb 25, 2016
- Messages
- 54
- Thread Author
- #116
Well i have a g19 not a g15 and i can tell you this much. before it blue screens my ram goes crazy. like it ramps up every once in a while as if its trying to load something. so does my cpu but not as much. This happens while i dont even do anything to my pc. After the bsod none of that happens cpu stays at 0 ram at its lowest no spikes no nothing.Hi Bawb,Code:******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* Use !analyze -v to get detailed debugging information. BugCheck D1, {1a4, 2, 0, fffff800eb83dda3} *** WARNING: Unable to verify timestamp for rt640x64.sys *** ERROR: Module load completed but symbols could not be loaded for rt640x64.sys Probably caused by : memory_corruption Followup: memory_corruption
The above is caused by drivers using improper addresses also I'm still seeing evidence in the dump file that this is driver related. The trouble is with dump files is that sometimes a driver can be masking the true culprit and even the verifier can give false positives.
The fact that the bsod only occurs 5minutes in after a cold boot suggests to me that something is trying to start up, phone home to update or similar.
I keep noticing this driver:
LGPBTDD.sys Wed Jul 01 19:47:52 2009: Logitech GamePanel Software. It's a bit old for Windows 10 really and I checked the Logitech page and it seems a driver update is available (posted 4th May 2016)
G15 Gaming Keyboard - Logitech Support:
Please check the Event viewer as you might see something related.
When you boot up tomorrow please boot straight into safe mode and see if the bsod still occurs.
Something else you could try is running this application Process Explorer (better version of Task manager basically) around the time you know the machine bsod's. You could try and monitor the processes and see if anything starts followed by a blue screen.
Post any new dump files.
- Joined
- Aug 28, 2007
- Messages
- 36,156
Hmm.. Ok, well I would definitely download the Process explorer app and see which app or process is causing the spike:Well i have a g19 not a g15 and i can tell you this much. before it blue screens my ram goes crazy. like it ramps up every once in a while as if its trying to load something. so does my cpu but not as much. This happens while i dont even do anything to my pc. After the bsod none of that happens cpu stays at 0 ram at its lowest no spikes no nothing.
Process Explorer
Here's a screenshot of the app:
It might even take you a couple of goes to see the process in question but didn't you say you could reproduce the bsod if you turned the machine off for more than an hour?
Good luck!
- Joined
- Aug 28, 2007
- Messages
- 36,156
- Joined
- Mar 22, 2010
- Messages
- 3,046
Hi, I'm usasma and I've been asked to take a look at this.
FYI - I briefly scanned the pages of this topic, but am going to start over.
If I'm repeating things, please let me know - then we can decide if they need to be repeated or not.
Your UEFI/BIOS (version 2108) dates from 2015. Please check at the manufacturer's website to see if there are any UEFI/BIOS updates available for your system. This is just in case there has been a recent update.
Only 6 Windows Update hotfixes installed. Most build 10586 (TH2/1511) systems have more than this. Please visit Windows Update and get ALL available Windows Updates.
The actual number is not important. Rather it's important that you checked manually, installed any available updates, and didn't experience any errors when checking or updating.
Multiple Windows Update failures on 02 May - this can be due to various problems - but it's an indicator that the update status should be checked.
It appears that you also reinstalled the OS on 02 May.
In most cases a reinstall of the OS followed by a BSOD is a hardware issue.
BUT....
This most often holds true if:
- you had good installation media (or have tried several different installation media).
- you fully updated Windows
- you did not install 3rd party software
- you fixed any problems in Device Manager
Out of 26 memory dumps there were 10 different BSOD (aka STOP or BugCheck) error codes. The differing error codes are usually symptomatic of a lower level problem within the system. They are usually caused by one of these things (the list is not in any sort of order):
- borked (broken) hardware (several different procedures used to isolate the problem device)
- BIOS issues (check for updates at the motherboard manufacturer's website)
- overclocking/overheating - You'll know if you're overclocking or not. If uncertain we can suggest things to check.
- dirt/dust/hair/fur/crud inside the case. Blow out the case/vents with canned air (DO NOT use an air compressor or vacuum as they can cause damage to the system)
- missing Windows Updates
- compatibility issues (3rd party hardware/drivers), older systems, or even pirated systems
- low-level driver problems
- or even malware (scanned for when we ask for hardware diagnostics from Link Removed or Link Removed ).
Please get a head start on the hardware diagnostics - they are located here: Link Removed
Also, we'll try to rule out some of the possible incompatibilities/low-level drivers....
The LGPBTDD.sys driver dates from 2009 and is likely to have issues with an OS that was released in 2015.
Please uninstall the Logitech GamePanel device software and physically remove the hardware from your system
Also, please update the software for your other Logitech devices (if any) to the latest, W10 compatible version.
If they don't have W10 compatible drivers, then please uninstall the software and physically remove the devices from your system.
Please visit the Asus website and download/install W10 compatible updates for these 3 drivers. If Asus doesn't have W10 compatible drivers for this device, you may have to consider that these drivers (and the programs that they belong to) may not be compatible w/W10:
- ASUSFILTER.sys Tue Sep 20 11:46:33 2011 (4E78B559)
Link Removed
- AsIO.sys Wed Aug 22 05:54:47 2012 (5034AC67)
Link Removed
- IOMap64.sys Wed Oct 22 20:52:12 2014 (5448513C)
Link Removed
Please uninstall Core Temp - as it is known to cause BSOD's on some Windows systems (I haven't seen this problem recently, but don't want to take the chance with it due to the problems that you're having.
If all of this doesn't fix things (and if all the hardware diagnostics pass), then we have to presume that there's another hardware issue that the testing didn't reveal. If that's the case, then please follow these steps to track it down: Link Removed
FWIW - I suspect a network card problem, so I'd try uninstalling their software and physically removing the card first.
If the device is built into the motherboard, then uninstall the software and disable it in the BIOS.
For some reason the May memory dumps didn't run in my debugger.
I'm trying them again.
There'll be 2 sets of Analysis entries (both will be very long) below this....
Analysis:
3rd Party Drivers:
Analysis:
3rd Party Drivers:
FYI - I briefly scanned the pages of this topic, but am going to start over.
If I'm repeating things, please let me know - then we can decide if they need to be repeated or not.
Your UEFI/BIOS (version 2108) dates from 2015. Please check at the manufacturer's website to see if there are any UEFI/BIOS updates available for your system. This is just in case there has been a recent update.
Only 6 Windows Update hotfixes installed. Most build 10586 (TH2/1511) systems have more than this. Please visit Windows Update and get ALL available Windows Updates.
The actual number is not important. Rather it's important that you checked manually, installed any available updates, and didn't experience any errors when checking or updating.
Multiple Windows Update failures on 02 May - this can be due to various problems - but it's an indicator that the update status should be checked.
It appears that you also reinstalled the OS on 02 May.
In most cases a reinstall of the OS followed by a BSOD is a hardware issue.
BUT....
This most often holds true if:
- you had good installation media (or have tried several different installation media).
- you fully updated Windows
- you did not install 3rd party software
- you fixed any problems in Device Manager
Out of 26 memory dumps there were 10 different BSOD (aka STOP or BugCheck) error codes. The differing error codes are usually symptomatic of a lower level problem within the system. They are usually caused by one of these things (the list is not in any sort of order):
- borked (broken) hardware (several different procedures used to isolate the problem device)
- BIOS issues (check for updates at the motherboard manufacturer's website)
- overclocking/overheating - You'll know if you're overclocking or not. If uncertain we can suggest things to check.
- dirt/dust/hair/fur/crud inside the case. Blow out the case/vents with canned air (DO NOT use an air compressor or vacuum as they can cause damage to the system)
- missing Windows Updates
- compatibility issues (3rd party hardware/drivers), older systems, or even pirated systems
- low-level driver problems
- or even malware (scanned for when we ask for hardware diagnostics from Link Removed or Link Removed ).
Please get a head start on the hardware diagnostics - they are located here: Link Removed
Also, we'll try to rule out some of the possible incompatibilities/low-level drivers....
The LGPBTDD.sys driver dates from 2009 and is likely to have issues with an OS that was released in 2015.
Please uninstall the Logitech GamePanel device software and physically remove the hardware from your system
Also, please update the software for your other Logitech devices (if any) to the latest, W10 compatible version.
If they don't have W10 compatible drivers, then please uninstall the software and physically remove the devices from your system.
Please visit the Asus website and download/install W10 compatible updates for these 3 drivers. If Asus doesn't have W10 compatible drivers for this device, you may have to consider that these drivers (and the programs that they belong to) may not be compatible w/W10:
- ASUSFILTER.sys Tue Sep 20 11:46:33 2011 (4E78B559)
Link Removed
- AsIO.sys Wed Aug 22 05:54:47 2012 (5034AC67)
Link Removed
- IOMap64.sys Wed Oct 22 20:52:12 2014 (5448513C)
Link Removed
Please uninstall Core Temp - as it is known to cause BSOD's on some Windows systems (I haven't seen this problem recently, but don't want to take the chance with it due to the problems that you're having.
If all of this doesn't fix things (and if all the hardware diagnostics pass), then we have to presume that there's another hardware issue that the testing didn't reveal. If that's the case, then please follow these steps to track it down: Link Removed
FWIW - I suspect a network card problem, so I'd try uninstalling their software and physically removing the card first.
If the device is built into the motherboard, then uninstall the software and disable it in the BIOS.
For some reason the May memory dumps didn't run in my debugger.
I'm trying them again.
There'll be 2 sets of Analysis entries (both will be very long) below this....
Analysis:
The following is for information purposes only. The following information contains the relevant information from the blue screen analysis:
Code:
**************************Wed May 4 14:43:02.649 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\050416-4000-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.212.amd64fre.th2_release_sec.160328-1908
System Uptime:[B]0 days 14:53:26.302[/B]
*** ERROR: Module load completed but symbols could not be loaded for pacer.sys
*** WARNING: Unable to verify timestamp for rt640x64.sys
*** ERROR: Module load completed but symbols could not be loaded for rt640x64.sys
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]D1, {1a4, 2, 0, fffff800eb83dda3}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: 00000000000001a4, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000000, value 0 = read operation, 1 = write operation
Arg4: fffff800eb83dda3, address which referenced memory
BUGCHECK_STR: AV
DEFAULT_BUCKET_ID: CODE_CORRUPTION
PROCESS_NAME: chrome.exe
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 2108
BIOS Release Date 06/02/2015
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Tue May 3 17:35:59.095 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\050316-4203-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.212.amd64fre.th2_release_sec.160328-1908
System Uptime:[B]0 days 13:26:15.749[/B]
*** ERROR: Module load completed but symbols could not be loaded for wfplwfs.sys
*** WARNING: Unable to verify timestamp for rt640x64.sys
*** ERROR: Module load completed but symbols could not be loaded for rt640x64.sys
*** WARNING: Unable to verify timestamp for win32k.sys
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]D1, {ffffc003e3f7b249, 2, 0, fffff80094f3ed45}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: ffffc003e3f7b249, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000000, value 0 = read operation, 1 = write operation
Arg4: fffff80094f3ed45, address which referenced memory
BUGCHECK_STR: AV
DEFAULT_BUCKET_ID: CODE_CORRUPTION
PROCESS_NAME: System
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 2108
BIOS Release Date 06/02/2015
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
3rd Party Drivers:
The following is for information purposes only. My recommendations were given above. The drivers that follow belong to software or devices that were not developed by Microsoft. Any drivers in red should be updated/replaced/removed. You can find links to the driver information and where to update the drivers in the section after the code box:
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Code:
**************************Wed May 4 14:43:02.649 2016 (UTC - 4:00)**************************
LGPBTDD.sys Wed Jul 1 14:47:52 2009 (4A4BAF58)
ASUSFILTER.sys Tue Sep 20 11:46:33 2011 (4E78B559)
AsIO.sys Wed Aug 22 05:54:47 2012 (5034AC67)
IOMap64.sys Wed Oct 22 20:52:12 2014 (5448513C)
LGVirHid.sys Fri Apr 24 17:20:53 2015 (553AB3B5)
LGJoyXlCore.sys Fri Apr 24 17:20:57 2015 (553AB3B9)
LGBusEnum.sys Fri Apr 24 17:21:00 2015 (553AB3BC)
RTKVHD64.sys Tue May 5 07:18:22 2015 (5548A6FE)
lgcoretemp.sys Tue Jun 9 12:52:10 2015 (557719BA)
TeeDriverW8x64.sys Tue Jul 7 13:43:32 2015 (559C0FC4)
rt640x64.sys Thu Oct 1 06:34:33 2015 (560D0C39)
intelppm.sys Thu Oct 29 22:09:51 2015 (5632D16F)
xusb22.sys Thu Oct 29 22:41:10 2015 (5632D8C6)
AtihdWT6.sys Sun Jan 17 10:05:05 2016 (569BADA1)
atikmpag.sys Fri Apr 15 16:10:56 2016 (57114AD0)
amdacpksd.sys Fri Apr 15 16:20:47 2016 (57114D1F)
atikmdag.sys Fri Apr 15 16:47:27 2016 (5711535F)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Tue May 3 17:35:59.095 2016 (UTC - 4:00)**************************
rt640x64.sys Tue May 5 12:21:03 2015 (5548EDEF)
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Analysis:
The following is for information purposes only. The following information contains the relevant information from the blue screen analysis:
Code:
**************************Thu Apr 28 02:09:33.703 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\042816-8171-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.212.amd64fre.th2_release_sec.160328-1908
System Uptime:[B]0 days 0:01:43.361[/B]
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]50, {ffffd000aa4a0d49, 0, fffff801e7eb6dca, 0}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: ffffd000aa4a0d49, memory referenced.
Arg2: 0000000000000000, value 0 = read operation, 1 = write operation.
Arg3: fffff801e7eb6dca, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000000, (reserved)
BUGCHECK_STR: AV
DEFAULT_BUCKET_ID: CODE_CORRUPTION
PROCESS_NAME: MsMpEng.exe
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 2108
BIOS Release Date 06/02/2015
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
The rest of the memory dump summaries are hidden in the Spoiler tag below. Click on "Show" to reveal them.[spoiler]
**************************Mon Apr 25 06:45:20.026 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\042516-4531-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.212.amd64fre.th2_release_sec.160328-1908
System Uptime:[B]0 days 0:01:08.682[/B]
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]50, {ffffd000f2991320, 0, fffff801b10f2d67, 2}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: ffffd000f2991320, memory referenced.
Arg2: 0000000000000000, value 0 = read operation, 1 = write operation.
Arg3: fffff801b10f2d67, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000002, (reserved)
BUGCHECK_STR: AV
DEFAULT_BUCKET_ID: CODE_CORRUPTION
PROCESS_NAME: chrome.exe
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 2108
BIOS Release Date 06/02/2015
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Mon Apr 25 06:39:10.989 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\042516-4453-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.212.amd64fre.th2_release_sec.160328-1908
System Uptime:[B]0 days 0:02:39.646[/B]
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]1000007F, {8, fffff801b79afe70, bece6c18, fffff800064ddd82}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: 0000000000000008, EXCEPTION_DOUBLE_FAULT
Arg2: fffff801b79afe70
Arg3: 00000000bece6c18
Arg4: fffff800064ddd82
BUGCHECK_STR: 0x7f_8
PROCESS_NAME: LCore.exe
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 2108
BIOS Release Date 06/02/2015
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Mon Apr 18 08:42:08.204 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\041816-4484-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.212.amd64fre.th2_release_sec.160328-1908
System Uptime:[B]0 days 14:03:12.860[/B]
*** ERROR: Module load completed but symbols could not be loaded for tcpip.sys
Probably caused by :[B]NETIO.SYS ( NETIO!RtlIsTimerWheelSuspended+0 )[/B]
BugCheck [B]1E, {ffffffffc0000005, fffff800a99b60a0, 0, ffffffffffffffff}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: ffffffffc0000005, The exception code that was not handled
Arg2: fffff800a99b60a0, The address that the exception occurred at
Arg3: 0000000000000000, Parameter 0 of the exception
Arg4: ffffffffffffffff, Parameter 1 of the exception
BUGCHECK_STR: 0x1E_c0000005_R
PROCESS_NAME: System
FAILURE_BUCKET_ID: [B]0x1E_c0000005_R_NETIO!RtlIsTimerWheelSuspended[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 2108
BIOS Release Date 06/02/2015
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Thu Apr 14 13:53:46.533 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\041416-4421-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.212.amd64fre.th2_release_sec.160328-1908
System Uptime:[B]0 days 0:01:25.190[/B]
*** ERROR: Module load completed but symbols could not be loaded for luafv.sys
*** ERROR: Module load completed but symbols could not be loaded for WdFilter.sys
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]50, {ffffffffffffff89, 2, fffff80123e3ed6c, 0}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: ffffffffffffff89, memory referenced.
Arg2: 0000000000000002, value 0 = read operation, 1 = write operation.
Arg3: fffff80123e3ed6c, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000000, (reserved)
BUGCHECK_STR: AV
DEFAULT_BUCKET_ID: CODE_CORRUPTION
PROCESS_NAME: backgroundTask
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 2108
BIOS Release Date 06/02/2015
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Wed Apr 13 04:30:32.718 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\041316-4562-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.162.amd64fre.th2_release_sec.160223-1728
System Uptime:[B]0 days 21:08:37.376[/B]
*** WARNING: Unable to verify timestamp for atikmdag.sys
*** ERROR: Module load completed but symbols could not be loaded for atikmdag.sys
Probably caused by :[B]atikmdag.sys ( atikmdag+11ade9 )[/B]
BugCheck [B]50, {ffffe000a4c9f9e2, 2, fffff800dd7bade9, 2}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: ffffe000a4c9f9e2, memory referenced.
Arg2: 0000000000000002, value 0 = read operation, 1 = write operation.
Arg3: fffff800dd7bade9, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000002, (reserved)
BUGCHECK_STR: AV
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
PROCESS_NAME: System
FAILURE_BUCKET_ID: [B]AV_INVALID_atikmdag!Unknown_Function[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 2108
BIOS Release Date 06/02/2015
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri Apr 8 11:43:26.232 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\040816-4796-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.162.amd64fre.th2_release_sec.160223-1728
System Uptime:[B]0 days 0:00:01.936[/B]
Probably caused by :[B]ntkrnlmp.exe ( nt!VerifierBugCheckIfAppropriate+3c )[/B]
BugCheck [B]C4, {2003, ffffe00091295698, fffff800e1580228, ffffd0015d5f4620}[/B]
BugCheck Info: [B]Link Removed[/B]
DRIVER_VERIFIER_DETECTED_VIOLATION (c4)
Arguments:
Arg1: 0000000000002003, Code Integrity Issue: The image contains an executable and writable section.
Arg2: ffffe00091295698, The image file name (Unicode string).
Arg3: fffff800e1580228, The address of the section header.
Arg4: ffffd0015d5f4620, The section name (UTF-8 encoded string).
BUGCHECK_STR: 0xc4_2003
PROCESS_NAME: System
FAILURE_BUCKET_ID: [B]0xc4_2003_nt!VerifierBugCheckIfAppropriate[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri Apr 8 09:23:33.654 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\040816-4234-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.162.amd64fre.th2_release_sec.160223-1728
System Uptime:[B]0 days 0:00:03.350[/B]
Probably caused by :[B]ntkrnlmp.exe ( nt!VerifierBugCheckIfAppropriate+3c )[/B]
BugCheck [B]C4, {2003, ffffe0005a38e108, fffff80095b80228, ffffd001135f4620}[/B]
BugCheck Info: [B]Link Removed[/B]
DRIVER_VERIFIER_DETECTED_VIOLATION (c4)
Arguments:
Arg1: 0000000000002003, Code Integrity Issue: The image contains an executable and writable section.
Arg2: ffffe0005a38e108, The image file name (Unicode string).
Arg3: fffff80095b80228, The address of the section header.
Arg4: ffffd001135f4620, The section name (UTF-8 encoded string).
BUGCHECK_STR: 0xc4_2003
PROCESS_NAME: System
FAILURE_BUCKET_ID: [B]0xc4_2003_nt!VerifierBugCheckIfAppropriate[/B]
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri Apr 8 04:44:16.087 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\040816-7796-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.162.amd64fre.th2_release_sec.160223-1728
System Uptime:[B]0 days 18:33:14.743[/B]
Probably caused by :[B]ntkrnlmp.exe ( nt! ?? ::FNODOBFM::`string'+154a4 )[/B]
BugCheck [B]1A, {5002, fffff58010804000, 1b51, 800001b52ffffffe}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: 0000000000005002, The subtype of the bugcheck.
Arg2: fffff58010804000
Arg3: 0000000000001b51
Arg4: 800001b52ffffffe
BUGCHECK_STR: 0x1a_5002
PROCESS_NAME: LCore.exe
FAILURE_BUCKET_ID: [B]0x1a_5002_nt!_??_::FNODOBFM::_string_[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 2108
BIOS Release Date 06/02/2015
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Thu Apr 7 10:09:11.552 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\040716-4453-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.162.amd64fre.th2_release_sec.160223-1728
System Uptime:[B]0 days 0:01:16.208[/B]
*** ERROR: Module load completed but symbols could not be loaded for NTFS.sys
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]3B, {c0000005, fffff8026c849d7d, ffffd001728b26d0, 0}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff8026c849d7d, Address of the instruction which caused the bugcheck
Arg3: ffffd001728b26d0, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.
BUGCHECK_STR: 0x3B
DEFAULT_BUCKET_ID: CODE_CORRUPTION
PROCESS_NAME: chrome.exe
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 2108
BIOS Release Date 06/02/2015
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sat Apr 2 06:02:53.567 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\040216-4171-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.162.amd64fre.th2_release_sec.160223-1728
System Uptime:[B]0 days 0:01:51.223[/B]
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]3B, {c0000005, fffff80312a7add9, ffffd0008ff2f900, 0}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff80312a7add9, Address of the instruction which caused the bugcheck
Arg3: ffffd0008ff2f900, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.
BUGCHECK_STR: 0x3B
DEFAULT_BUCKET_ID: CODE_CORRUPTION
PROCESS_NAME: sihost.exe
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 2108
BIOS Release Date 06/02/2015
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Tue Mar 29 05:34:22.071 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\032916-6687-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.162.amd64fre.th2_release_sec.160223-1728
System Uptime:[B]0 days 0:00:26.727[/B]
*** ERROR: Module load completed but symbols could not be loaded for WdFilter.sys
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]50, {ffffd000671d6270, 0, fffff800b133cdd8, 2}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: ffffd000671d6270, memory referenced.
Arg2: 0000000000000000, value 0 = read operation, 1 = write operation.
Arg3: fffff800b133cdd8, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000002, (reserved)
BUGCHECK_STR: AV
DEFAULT_BUCKET_ID: CODE_CORRUPTION
PROCESS_NAME: RuntimeBroker.
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 2108
BIOS Release Date 06/02/2015
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Tue Mar 29 05:33:35.466 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\032916-9156-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.162.amd64fre.th2_release_sec.160223-1728
System Uptime:[B]0 days 0:01:02.122[/B]
Probably caused by :[B]ntkrnlmp.exe ( nt!ObpLookupObjectName+774 )[/B]
BugCheck [B]3B, {c0000005, fffff80247484914, ffffd00043a2fc70, 0}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff80247484914, Address of the instruction which caused the bugcheck
Arg3: ffffd00043a2fc70, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.
BUGCHECK_STR: 0x3B
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
PROCESS_NAME: Steam.exe
FAILURE_BUCKET_ID: [B]0x3B_nt!ObpLookupObjectName[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 2108
BIOS Release Date 06/02/2015
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Wed Mar 23 04:10:34.735 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\032316-4968-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.162.amd64fre.th2_release_sec.160223-1728
System Uptime:[B]0 days 9:00:16.393[/B]
Probably caused by :[B]win32kbase.sys ( win32kbase!HmgLockAllOwners+783 )[/B]
BugCheck [B]3B, {c0000005, fffff800201baf47, ffffd0003115d660, 0}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff800201baf47, Address of the instruction which caused the bugcheck
Arg3: ffffd0003115d660, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.
BUGCHECK_STR: 0x3B
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
PROCESS_NAME: Monitor.exe
FAILURE_BUCKET_ID: [B]0x3B_win32kbase!HmgLockAllOwners[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 0306
BIOS Release Date 04/07/2013
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Mon Mar 21 10:18:59.806 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\032116-4843-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.162.amd64fre.th2_release_sec.160223-1728
System Uptime:[B]0 days 0:02:53.462[/B]
*** ERROR: Module load completed but symbols could not be loaded for NTFS.sys
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]1E, {ffffffffc000001d, fffff800ef85adc8, ffffd00022311538, ffffd00022310d50}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: ffffffffc000001d, The exception code that was not handled
Arg2: fffff800ef85adc8, The address that the exception occurred at
Arg3: ffffd00022311538, Parameter 0 of the exception
Arg4: ffffd00022310d50, Parameter 1 of the exception
BUGCHECK_STR: 0x1E_c000001d
PROCESS_NAME: System
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 0306
BIOS Release Date 04/07/2013
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Mon Mar 14 08:51:57.539 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\031416-4562-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.162.amd64fre.th2_release_sec.160223-1728
System Uptime:[B]0 days 0:00:21.198[/B]
Probably caused by :[B]ntkrnlmp.exe ( nt!PspCatchCriticalBreak+a4 )[/B]
BugCheck [B]EF, {ffffe000cd3f5840, 0, 0, 0}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: ffffe000cd3f5840, Process object or thread object
Arg2: 0000000000000000, If this is 0, a process died. If this is 1, a thread died.
Arg3: 0000000000000000
Arg4: 0000000000000000
PROCESS_NAME: svchost.exe
BUGCHECK_STR: 0xEF
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
FAILURE_BUCKET_ID: [B]0xEF_svchost.exe_BUGCHECK_CRITICAL_PROCESS_cd649040_nt!PspCatchCriticalBreak[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 0306
BIOS Release Date 04/07/2013
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Mon Mar 14 08:44:45.782 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\031416-4890-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.162.amd64fre.th2_release_sec.160223-1728
System Uptime:[B]0 days 0:02:32.438[/B]
*** WARNING: Unable to verify timestamp for aswSnx.sys
*** ERROR: Module load completed but symbols could not be loaded for aswSnx.sys
Probably caused by :[B]aswSnx.sys ( aswSnx+7c7b2 )[/B]
BugCheck [B]3B, {c0000005, fffff80105c7c7b2, ffffd0018fe21af0, 0}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff80105c7c7b2, Address of the instruction which caused the bugcheck
Arg3: ffffd0018fe21af0, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.
BUGCHECK_STR: 0x3B
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
PROCESS_NAME: steamwebhelper
FAILURE_BUCKET_ID: [B]0x3B_aswSnx!Unknown_Function[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 0306
BIOS Release Date 04/07/2013
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri Mar 4 04:26:21.408 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\030416-8546-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.122.amd64fre.th2_release_inmarket.160222-1549
System Uptime:[B]0 days 0:02:41.064[/B]
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]1E, {ffffffffc0000005, fffff802aca96dc7, 1, 48001464}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: ffffffffc0000005, The exception code that was not handled
Arg2: fffff802aca96dc7, The address that the exception occurred at
Arg3: 0000000000000001, Parameter 0 of the exception
Arg4: 0000000048001464, Parameter 1 of the exception
BUGCHECK_STR: 0x1E_c0000005_W
PROCESS_NAME: explorer.exe
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 0306
BIOS Release Date 04/07/2013
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Tue Mar 1 07:17:24.983 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\030116-8406-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.103.amd64fre.th2_release.160126-1819
System Uptime:[B]0 days 0:03:08.647[/B]
*** ERROR: Module load completed but symbols could not be loaded for NTFS.sys
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]1E, {ffffffffc0000005, fffff801b2010859, 0, 400}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: ffffffffc0000005, The exception code that was not handled
Arg2: fffff801b2010859, The address that the exception occurred at
Arg3: 0000000000000000, Parameter 0 of the exception
Arg4: 0000000000000400, Parameter 1 of the exception
BUGCHECK_STR: 0x1E_c0000005_R
PROCESS_NAME: svchost.exe
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 0306
BIOS Release Date 04/07/2013
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sat Feb 27 07:51:11.981 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\022716-5140-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.103.amd64fre.th2_release.160126-1819
System Uptime:[B]0 days 0:02:16.637[/B]
*** ERROR: Module load completed but symbols could not be loaded for Npfs.SYS
Probably caused by :[B]Npfs.SYS ( Npfs+b322 )[/B]
BugCheck [B]3B, {c0000005, fffff801d9ac3116, ffffd001e850fc00, 0}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff801d9ac3116, Address of the instruction which caused the bugcheck
Arg3: ffffd001e850fc00, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.
BUGCHECK_STR: 0x3B
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
PROCESS_NAME: chrome.exe
FAILURE_BUCKET_ID: [B]0x3B_Npfs!Unknown_Function[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 0306
BIOS Release Date 04/07/2013
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri Feb 26 07:26:47.011 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\022616-4609-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.103.amd64fre.th2_release.160126-1819
System Uptime:[B]0 days 0:01:41.669[/B]
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]1E, {ffffffffc000001d, fffff8035347adc5, fffff803537a0740, 3c997752}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: ffffffffc000001d, The exception code that was not handled
Arg2: fffff8035347adc5, The address that the exception occurred at
Arg3: fffff803537a0740, Parameter 0 of the exception
Arg4: 000000003c997752, Parameter 1 of the exception
BUGCHECK_STR: 0x1E_c000001d
PROCESS_NAME: System
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 0306
BIOS Release Date 04/07/2013
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Mon Feb 15 09:26:13.882 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\021516-4484-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.103.amd64fre.th2_release.160126-1819
System Uptime:[B]0 days 0:02:20.537[/B]
Probably caused by :[B]ntkrnlmp.exe ( nt!KiFastFailDispatch+d0 )[/B]
BugCheck [B]139, {4, ffffe0018343dd60, ffffe0018343dcb8, 0}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: 0000000000000004, The thread's stack pointer was outside the legal stack
extents for the thread.
Arg2: ffffe0018343dd60, Address of the trap frame for the exception that caused the bugcheck
Arg3: ffffe0018343dcb8, Address of the exception record for the exception that caused the bugcheck
Arg4: 0000000000000000, Reserved
BUGCHECK_STR: 0x139
DEFAULT_BUCKET_ID: ESP_OUT_OF_RANGE
PROCESS_NAME: AvastSvc.exe
FAILURE_BUCKET_ID: [B]0x139_MISSING_GSFRAME_STACKPTR_ERROR_nt!KiFastFailDispatch[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 0306
BIOS Release Date 04/07/2013
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri Feb 12 08:28:12.404 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\021216-8062-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.103.amd64fre.th2_release.160126-1819
System Uptime:[B]0 days 0:02:03.058[/B]
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]A, {fffff58010809000, 2, 1, fffff801042b6ef1}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: fffff58010809000, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000001, bitfield :
bit 0 : value 0 = read operation, 1 = write operation
bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status)
Arg4: fffff801042b6ef1, address which referenced memory
BUGCHECK_STR: AV
DEFAULT_BUCKET_ID: CODE_CORRUPTION
PROCESS_NAME: raptr.exe
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 0306
BIOS Release Date 04/07/2013
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri Jan 15 09:38:20.246 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\011516-4656-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.63.amd64fre.th2_release.160104-1513
System Uptime:[B]0 days 22:35:18.901[/B]
*** ERROR: Module load completed but symbols could not be loaded for NTFS.sys
Probably caused by :[B]ntkrnlmp.exe ( nt!FsRtlReleaseEofLock+39 )[/B]
BugCheck [B]1000007E, {ffffffffc0000005, fffff800162a0ae9, ffffd000285e35d8, ffffd000285e2df0}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: ffffffffc0000005, The exception code that was not handled
Arg2: fffff800162a0ae9, The address that the exception occurred at
Arg3: ffffd000285e35d8, Exception Record Address
Arg4: ffffd000285e2df0, Context Record Address
PROCESS_NAME: System
BUGCHECK_STR: AV
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
FAILURE_BUCKET_ID: [B]AV_nt!FsRtlReleaseEofLock[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 0306
BIOS Release Date 04/07/2013
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri Jan 8 09:21:26.398 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\010816-5156-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.17.amd64fre.th2_release.151121-2308
System Uptime:[B]0 days 11:55:09.053[/B]
*** WARNING: Unable to verify timestamp for atikmpag.sys
*** ERROR: Module load completed but symbols could not be loaded for atikmpag.sys
Probably caused by :[B]memory_corruption[/B]
BugCheck [B]D1, {fffff800edd1d890, 9, 0, fffff800d099fd61}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: fffff800edd1d890, memory referenced
Arg2: 0000000000000009, IRQL
Arg3: 0000000000000000, value 0 = read operation, 1 = write operation
Arg4: fffff800d099fd61, address which referenced memory
BUGCHECK_STR: AV
DEFAULT_BUCKET_ID: CODE_CORRUPTION
PROCESS_NAME: System
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_STRIDE[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 0306
BIOS Release Date 04/07/2013
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Thu Jan 7 09:57:07.850 2016 (UTC - 4:00)**************************
Loading Dump File [C:\Users\john\SysnativeBSODApps\010716-4765-01.dmp]
Windows 10 Kernel Version 10586 MP (4 procs) Free x64
Built by: [B]1058[/B]6.17.amd64fre.th2_release.151121-2308
System Uptime:[B]0 days 0:02:26.505[/B]
Probably caused by :[B]memory_corruption ( ONE_BIT )[/B]
BugCheck [B]1A, {41792, fffff68000083dd0, 8000000000000000, 0}[/B]
BugCheck Info: [B]Link Removed[/B]
Arguments:
Arg1: 0000000000041792, A corrupt PTE has been detected. Parameter 2 contains the address of
the PTE. Parameters 3/4 contain the low/high parts of the PTE.
Arg2: fffff68000083dd0
Arg3: 8000000000000000
Arg4: 0000000000000000
BUGCHECK_STR: 0x1a_41792
PROCESS_NAME: chrome.exe
FAILURE_BUCKET_ID: [B]MEMORY_CORRUPTION_ONE_BIT[/B]
CPUID: "Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz"
MaxSpeed: 3100
CurrentSpeed: [B]3100[/B]
BIOS Version 0306
BIOS Release Date 04/07/2013
Manufacturer ASUS
Baseboard Manufacturer ASUSTeK COMPUTER INC.
Product Name All Series
Baseboard Product H87M-PLUS
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
[/spoiler]
3rd Party Drivers:
The following is for information purposes only. My recommendations were given above. The drivers that follow belong to software or devices that were not developed by Microsoft. Any drivers in red should be updated/replaced/removed. You can find links to the driver information and where to update the drivers in the section after the code box:
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
MpKsld41914c2.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
MpKslcb4ebf79.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
MpKsl14e91c71.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
Link Removed
Link Removed
Link Removed
MpKsl4dc5a49d.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
MpKsl89da5820.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
MpKsle38ebc65.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
MpKsl2efaf7e8.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
MpKslb199f6cb.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Code:
**************************Thu Apr 28 02:09:33.703 2016 (UTC - 4:00)**************************
LGPBTDD.sys Wed Jul 1 14:47:52 2009 (4A4BAF58)
AsIO.sys Mon Aug 23 21:53:02 2010 (4C7325FE)
RTKVHD64.sys Tue Nov 20 06:10:14 2012 (50AB6516)
HECIx64.sys Mon Dec 17 14:32:21 2012 (50CF7345)
IOMap64.sys Wed Oct 22 20:52:12 2014 (5448513C)
LGVirHid.sys Fri Apr 24 17:20:53 2015 (553AB3B5)
LGJoyXlCore.sys Fri Apr 24 17:20:57 2015 (553AB3B9)
LGBusEnum.sys Fri Apr 24 17:21:00 2015 (553AB3BC)
rt640x64.sys Tue May 5 12:21:03 2015 (5548EDEF)
MpKsld41914c2.sys Tue May 19 21:50:37 2015 (555BE86D)
iaStorA.sys Wed Jun 3 05:38:57 2015 (556ECB31)
lgcoretemp.sys Tue Jun 9 12:52:10 2015 (557719BA)
mbam.sys Tue Aug 11 13:35:19 2015 (55CA3257)
intelppm.sys Thu Oct 29 22:09:51 2015 (5632D16F)
xusb22.sys Thu Oct 29 22:41:10 2015 (5632D8C6)
zamguard64.sys Mon Dec 14 05:13:23 2015 (566E9643)
AtihdWT6.sys Sun Jan 17 10:05:05 2016 (569BADA1)
atikmpag.sys Sun Apr 3 21:31:54 2016 (5701C40A)
atikmdag.sys Sun Apr 3 22:46:46 2016 (5701D596)
amdacpksd.sys Sun Apr 3 23:16:29 2016 (5701DC8D)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Mon Apr 25 06:39:10.989 2016 (UTC - 4:00)**************************
MpKslcb4ebf79.sys Tue May 19 21:50:37 2015 (555BE86D)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Mon Apr 18 08:42:08.204 2016 (UTC - 4:00)**************************
MpKsl14e91c71.sys Tue May 19 21:50:37 2015 (555BE86D)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Thu Apr 14 13:53:46.533 2016 (UTC - 4:00)**************************
atikmpag.sys Mon Mar 21 09:45:33 2016 (56EFFAFD)
amdacpksd.sys Mon Mar 21 09:55:25 2016 (56EFFD4D)
atikmdag.sys Mon Mar 21 10:19:43 2016 (56F002FF)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Wed Apr 13 04:30:32.718 2016 (UTC - 4:00)**************************
MpKsl4dc5a49d.sys Tue May 19 21:50:37 2015 (555BE86D)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri Apr 8 04:44:16.087 2016 (UTC - 4:00)**************************
MpKsl89da5820.sys Tue May 19 21:50:37 2015 (555BE86D)
MpKsle38ebc65.sys Tue May 19 21:50:37 2015 (555BE86D)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Sat Apr 2 06:02:53.567 2016 (UTC - 4:00)**************************
MpKsl2efaf7e8.sys Tue May 19 21:50:37 2015 (555BE86D)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Tue Mar 29 05:34:22.071 2016 (UTC - 4:00)**************************
MpKslb199f6cb.sys Tue May 19 21:50:37 2015 (555BE86D)
atikmpag.sys Sat Jan 30 12:31:16 2016 (56ACF364)
amdacpksd.sys Sat Jan 30 12:46:24 2016 (56ACF6F0)
atikmdag.sys Sat Jan 30 13:04:46 2016 (56ACFB3E)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Wed Mar 23 04:10:34.735 2016 (UTC - 4:00)**************************
rt640x64.sys Wed Oct 7 11:03:55 2015 (5615345B)
zam64.sys Mon Dec 14 05:13:23 2015 (566E9643)
aswKbd.sys Tue Feb 2 09:57:15 2016 (56B0C3CB)
aswRdr2.sys Tue Feb 2 09:57:35 2016 (56B0C3DF)
aswRvrt.sys Tue Feb 2 09:58:04 2016 (56B0C3FC)
aswHwid.sys Tue Feb 2 09:59:03 2016 (56B0C437)
aswStm.sys Tue Feb 2 10:26:19 2016 (56B0CA9B)
aswVmm.sys Tue Feb 9 15:14:20 2016 (56BA489C)
aswSP.sys Thu Feb 18 09:11:12 2016 (56C5D100)
aswMonFlt.sys Wed Mar 9 04:11:37 2016 (56DFE8C9)
aswSnx.sys Wed Mar 9 04:12:46 2016 (56DFE90E)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Mon Mar 21 10:18:59.806 2016 (UTC - 4:00)**************************
aswRdr2.sys Tue Dec 1 03:50:56 2015 (565D5F70)
aswRvrt.sys Tue Dec 1 03:51:05 2015 (565D5F79)
aswHwid.sys Tue Dec 1 03:51:25 2015 (565D5F8D)
aswVmm.sys Tue Dec 1 04:09:37 2015 (565D63D1)
aswStm.sys Tue Dec 1 04:15:07 2015 (565D651B)
aswMonFlt.sys Wed Dec 9 11:00:36 2015 (56685024)
aswSP.sys Tue Jan 19 09:04:28 2016 (569E426C)
aswSnx.sys Tue Feb 23 06:00:41 2016 (56CC3BD9)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Tue Mar 1 07:17:24.983 2016 (UTC - 4:00)**************************
aswSnx.sys Tue Jan 19 08:48:20 2016 (569E3EA4)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Mon Feb 15 09:26:13.882 2016 (UTC - 4:00)**************************
iaStorA.sys Mon Jan 14 13:00:27 2013 (50F447BB)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri Jan 15 09:38:20.246 2016 (UTC - 4:00)**************************
AtihdWT6.sys Fri Sep 18 06:08:20 2015 (55FBE294)
aswSnx.sys Tue Dec 1 03:51:45 2015 (565D5FA1)
aswSP.sys Wed Dec 9 11:16:10 2015 (566853CA)
atikmpag.sys Wed Dec 23 10:26:39 2015 (567ABD2F)
amdacpksd.sys Wed Dec 23 10:36:48 2015 (567ABF90)
atikmdag.sys Wed Dec 23 10:58:26 2015 (567AC4A2)
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨``
**************************Fri Jan 8 09:21:26.398 2016 (UTC - 4:00)**************************
mwac.sys Tue Jun 17 22:07:00 2014 (53A0F444)
MBAMSwissArmy.sys Wed Jul 29 00:26:01 2015 (55B855D9)
atikmpag.sys Fri Dec 4 11:42:57 2015 (5661C291)
amdacpksd.sys Fri Dec 4 11:53:04 2015 (5661C4F0)
atikmdag.sys Fri Dec 4 12:14:28 2015 (5661C9F4)
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
MpKsld41914c2.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
MpKslcb4ebf79.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
MpKsl14e91c71.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
Link Removed
Link Removed
Link Removed
MpKsl4dc5a49d.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
MpKsl89da5820.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
MpKsle38ebc65.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
MpKsl2efaf7e8.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
MpKslb199f6cb.sys - this driver hasn't been added to the DRT as of this run. Please search Google/Bing for the driver if additional information is needed.
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
Link Removed
- Joined
- Aug 28, 2007
- Messages
- 36,156
Similar threads
- Replies
- 6
- Views
- 941
- Solved
- Replies
- 8
- Views
- 7K
- Replies
- 2
- Views
- 3K
- Replies
- 5
- Views
- 3K
- Replies
- 3
- Views
- 2K