Rather than posting again each time it is best that you update the original post as it gives us the impression that somebody is already helping you.
Code:
BugCheck 1A, {41790, fffffa8002027e20, ffff, 0}
The memory manager has detected page table page corruption.
Code:
7: kd> dt nt!_MMPFN fffffa8002027e20
+0x000 u1 : <unnamed-tag>
+0x008 u2 : <unnamed-tag>
+0x010 PteAddress : 0xfffff6fb`40000390 _MMPTE
+0x010 VolatilePteAddress : 0xfffff6fb`40000390 Void
+0x010 Lock : 0n1073742736
+0x010 PteLong : 0xfffff6fb`40000390
+0x018 u3 : <unnamed-tag>
+0x01c UsedPageTableEntries : 0xffff
+0x01e VaType : 0 ''
+0x01f ViewCount : 0 ''
+0x020 OriginalPte : _MMPTE
+0x020 AweReferenceCount : 0n128
+0x028 u4 : <unnamed-tag>
The page table count has actually fallen below zero which is normally caused by device drivers.
I think looking in the raw stack might give us a clue.
Code:
Unable to load image \SystemRoot\system32\DRIVERS\nvlddmkm.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for nvlddmkm.sys
*** ERROR: Module load completed but symbols could not be loaded for nvlddmkm.sys
nvlddmkm+0xcbb01
Code:
7: kd> lmvm nvlddmkm
start end module name
fffff880`0f2e9000 fffff880`0ff4d000 nvlddmkm T (no symbols)
Loaded symbol image file: nvlddmkm.sys
Image path: \SystemRoot\system32\DRIVERS\nvlddmkm.sys
Image name: nvlddmkm.sys
Timestamp: Tue May 20 00:08:44 2014 (537A8EFC)
CheckSum: 00C1EA41
ImageSize: 00C64000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
These latest versions of Nvidia drivers have caused issues for some people.
Try rolling back your display driver.
These instructions are useful.
NVIDIA Drivers - Avoid Problems
My analysis on the Page Fault in Non Paged Area
Code:
BugCheck 50, {fffff800c2724f38, 0, fffff960002feaae, 5}
Although these bugchecks normally indicate faulty RAM I am leaning towards software...
The faulting address being referenced stored in the 2nd control register before the page fault handler was called.
Code:
0: kd> r cr2
cr2=fffff800c2724f38
The address being referenced is invalid, so why would the system reference a memory address that isn't valid?
Well this isn't a Kernel Memory Dump so it's difficult to analyse the actual cause, we will work with what we have though.
Code:
0: kd> !pte fffff800c2724f38
VA fffff800c2724f38
PXE at FFFFF6FB7DBEDF80 PPE at FFFFF6FB7DBF0018 PDE at FFFFF6FB7E003098 PTE at FFFFF6FC00613920
contains 0000000000199063 contains 0000000000000000
GetUlongFromAddress: unable to read from fffff80002ef65dc
pfn 199 ---DA--KWEV not valid
Looking at the registers we can see that
Code:
0: kd> r
rax=fffff6fb7dbed000 rbx=fffff6fb7dbf0018 rcx=0000000000000050
rdx=fffff800c2724f38 rsi=0000000000000000 rdi=0000000000000000
rip=fffff80002cbebc0 rsp=fffff8800af90a58 rbp=fffff8800af90ac0
r8=0000000000000000 r9=fffff8800af90bc0 r10=0000000000000000
r11=0000000000000000 r12=fffff6fb7e003098 r13=fffff800c2724f38
r14=fffff8800af90bc0 r15=00000000000001f0
iopl=0 nv up ei pl zr na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00000246
nt!KeBugCheckEx:
fffff800`02cbebc0 48894c2408 mov qword ptr [rsp+8],rcx ss:0018:fffff880`0af90a60=0000000000000050
fffff800`02cbebc0 dereferenced rsp which then creates a memory write to fffff880`0af90a60
Unfortunately most of the time the Page Table Entries aren't saved in minidumps as it hasn't with this one.
Code:
0: kd> !pte fffff880`0af90a60
VA fffff8800af90a60
PXE at FFFFF6FB7DBEDF88 PPE at FFFFF6FB7DBF1000 PDE at FFFFF6FB7E2002B8 PTE at FFFFF6FC40057C80
Unable to get PPE FFFFF6FB7DBF1000
As a result of this hindrance I thought it would help looking at the loaded modules with the lm command.
Code:
Unloaded modules:
fffff880`07b06000 fffff880`07b77000 spsys.sys
fffff880`0506d000 fffff880`0507b000 crashdmp.sys
fffff880`0507b000 fffff880`05085000 dump_storpor
fffff880`04c9c000 fffff880`04f56000 dump_iaStorA
fffff880`05085000 fffff880`05098000 dump_dumpfve
fffff880`07b06000 fffff880`07b77000 spsys.sys
fffff880`07bb2000 fffff880`07bc5000 [COLOR="rgb(255, 140, 0)"]xusb21.sys[/COLOR]
fffff880`07b9f000 fffff880`07bb2000 xusb21.sys
fffff880`07b06000 fffff880`07b77000 spsys.sys
fffff880`01ce5000 fffff880`01cf3000 crashdmp.sys
fffff880`01cf3000 fffff880`01cfd000 dump_storpor
fffff880`04ca4000 fffff880`04f5e000 dump_iaStorA
fffff880`04f5e000 fffff880`04f71000 dump_dumpfve
fffff880`041ae000 fffff880`041b6000 UsbCharger.s
xusb21.sys has been known to cause issues which is a USB driver for your xbox controller.
http://www.carrona.org/drivers/search.php?id=xusb21.sys
You could try an update here but I recommend you remove the software.
Intel Rapid Storage Technology is installed which is known to cause a lot of issues that cannot be fixed apart from a removal of the drivers.
Uninstall it from Control Panel > Programs and Features. Then Uninstall the driver from device manager.
- Right click on "my computer" icon and click "manage" on the context menu.
- It will open the "computer management" window.
- Select "Device Manager" in the left pane, It will list all the existing devices up.
- Expand "Disc Drives" by clicking on the triangle in front of it.
- Select one item under it, right click, uninstall.
- Continue the process for all items under "Disc Drives"
- Now restart the computer. At restart, windows will auto configure the appropriate system driver, msahci.sys.
You mention you ran a scan with Avast but I cannot see any traces of Avast on your system, I take it you removed it?
It's known to cause a lot of issues so if so then that's one step closer to victory