PLease help PC keeps restarting!!!!!!

Status
Not open for further replies.
Hey there I recently bulit my computer about a month old and its been restarting like 2 to 3 times a week, could someone please help me out here are the minidump files.
 

Attachments

  • minidump1.zip
    65.8 KB · Views: 5
Hello and welcome to Techspot.

Most of your recent minidumps crash at ntkrnlpa.exe, and have a bugcheck of 0A.

Some crash at nv4_mini.sys. This is your graphics card driver. They have a bugcheck of D1.

0x0000000A: IRQL_NOT_LESS_OR_EQUAL

Typically due to a bad driver, or faulty or incompatible hardware or software. Technically, this error condition means that a kernel-mode process or driver tried to access a memory location to which it did not have permission, or at a kernel Interrupt ReQuest Level (IRQL) that was too high. (A kernel-mode process can access only other processes that have an IRQL lower than, or equal to, its own.)

0x000000D1: DRIVER_IRQL_NOT_LESS_OR_EQUAL

The system attempted to access pageable memory using a kernel process IRQL that was too high. The most typical cause is a bad device driver (one that uses improper addresses). It can also be caused by caused by faulty or mismatched RAM, or a damaged pagefile.

Go HERE and follow the instructions. Instructions for replacing the page file can be found in reply #11 of the above link.

Regards Howard :wave: :wave:
 
Status
Not open for further replies.
Back