BSOD Error: PAGE_FAULT_IN_NONPAGED_AREA

Solution
your system is hacked, you have a rootkit or something.
here is your kernel file:
nt ntkrnlmp.exe Mon Apr 27 11:10:03 2015
here is the bad one:
nt_fffff80003400000 .exe Tue May 27 08:21:56 2014
(note embedded hidden characters)

the dates of your other files look like you are not getting windows updates also.


here is the call stack showing the bad kernel file being called and failing
3: kd> kc
Call Site
nt!KeBugCheckEx
nt! ?? ::FNODOBFM::`string'
nt!KiPageFault
nt!wcsrchr
nt_fffff80003400000 (this should not be here)
nt!PsCallImageNotifyRoutines
nt!MiMapViewOfImageSection
nt!MiMapViewOfSection
nt!NtMapViewOfSection...
nt_fffff80003400000.sys ???

you might scan your hard drive and see if you actually have a driver with that name.
try starting cmd.exe as an admin.
cd c:\
attrib /s nt_fffff80003400000.sys
and see if it finds the file

hacked kernel? or 2 copies of the kernel being loaded from different locations? I guess it can also be memory corruption exactly where the kernel is being located into memory (not likely in this case). You should confirm that the image being read from storage is correct.
run cmd.exe as an admin then run
sfc.exe /scannow
and confirm all of the corruptions are fixed.


put the memory dump on a server and post a link.

 
your system is hacked, you have a rootkit or something.
here is your kernel file:
nt ntkrnlmp.exe Mon Apr 27 11:10:03 2015
here is the bad one:
nt_fffff80003400000 .exe Tue May 27 08:21:56 2014
(note embedded hidden characters)

the dates of your other files look like you are not getting windows updates also.


here is the call stack showing the bad kernel file being called and failing
3: kd> kc
Call Site
nt!KeBugCheckEx
nt! ?? ::FNODOBFM::`string'
nt!KiPageFault
nt!wcsrchr
nt_fffff80003400000 (this should not be here)
nt!PsCallImageNotifyRoutines
nt!MiMapViewOfImageSection
nt!MiMapViewOfSection
nt!NtMapViewOfSection
nt!KiSystemServiceCopyEnd
0x0


I would wipe the system and install a known good version of windows
 
Solution
Jul 26, 2015
13
0
4,510


Thanks very much I'll get to that right away and let you know how it goes