"page fault in nonpaged area"

Mir

New Member
Messages
2
Hi. my problem is BSOD for windows 8.1 - page fault in nonpaged area.
Help me please. thank you
 

My Computer

System One

  • OS
    Windows 8.1
Hi Mir & Welcome to the forums ^_^,

I have analysed your dump files and below has been provided an analysis of the same for informative purposes -
Code:
3: kd> .trap 0xffffd0015cf4cf70
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=ffffd0015dbaa000 rbx=0000000000000000 rcx=0000000000000246
rdx=0000000c00000000 rsi=0000000000000000 rdi=0000000000000000
rip=fffff800d2cb4442 rsp=ffffd0015cf4d100 rbp=ffffd0015cf4d280
 r8=ffffe00183e92880  r9=0000000000000114 r10=0000000000000000
r11=ffffd0015cf4d0f8 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0         nv up ei pl zr na po nc
[B][COLOR=#FF0000]netr28x+0x3e442:[/COLOR][/B]
fffff800`d2cb4442 c7800000040080000000 mov dword ptr [rax+40000h],80h ds:[COLOR=#0000FF]ffffd001`5dbea000[/COLOR]=????????
So we can see that the "Netr28x.sys" which is the driver for your RALINK RT3290 802.11bgn Wireless Adapter Network Driver is referencing the memory address in BLUE. Let's check it -
Code:
3: kd> !pte [COLOR=#0000FF]ffffd001`5dbea000[/COLOR]
                                           VA ffffd0015dbea000
PXE at FFFFF6FB7DBEDD00    PPE at FFFFF6FB7DBA0028    PDE at FFFFF6FB74005768    PTE at FFFFF6E800AEDF50
contains 00000000004B0863  contains 00000000001C2863  contains 0000000105B4D863  contains 0000000000000000
GetUlongFromAddress: unable to read from fffff8019c973104
pfn 4b0       ---DA--KWEV  pfn 1c2       ---DA--KWEV  pfn 105b4d    ---DA--KWEV  [COLOR=#FF0000][B][U]not valid[/U][/B][/COLOR]
We can see that the memory referenced by the driver is not valid.
See if you are able to find any update to the driver. If you are still facing the problem then kindly remove Kaspersky Antivirus using this **TOOL** and see if the problem is resolved or not.

Let me know how it goes ^_^.
 

My Computer

System One

  • OS
    Windows 8.1 Industry Pro B-)
    Computer type
    Laptop
    System Manufacturer/Model
    Toshiba
    CPU
    Core I5 2430M @ 2.4GHz
    Memory
    8 GB DDR3 @ 1600MHz Dual Channel ^_^
    Graphics Card(s)
    Intel HD 3000 B-)
    Screen Resolution
    1366x768
    Hard Drives
    Toshiba 500 GB
    Browser
    Google Chrome
    Antivirus
    Windows Defender & Common Sense!
Back
Top