Scherm 1: This error has been linked to excessive paged pool usage and may occur due to user-mode graphics drivers crossing over and passing bad data to the kernel code.
Ligt dus mogelijk aan je video-driver. Ga op zoek naar een WHQL gecertificeerde video-driver, download die, deïnstalleer je huidige en installeer de WHQL gecertificeerde.
Scherm 2: Bug check 0x50 usually occurs after the installation of faulty hardware or in the event of failure of installed hardware (usually related to defective RAM, be it main memory, L2 RAM cache, or video RAM).
Another common cause is the installation of a faulty system service.
Antivirus software can also trigger this error, as can a corrupted NTFS volume.
Ligt dus mogelijk aan kapot geheugen, kapot video-geheugen, foute driver of bestandssysteemproblemen. Dus ook hier zou het aan een foute video-driver kunnen liggen (naast een hoop andere redenen).
Scherm 3: The reference count of an object is illegal for the current state of the object. Each time a driver uses a pointer to an object, the driver calls a kernel routine to increase the reference count of the object by one. When the driver is done with the pointer, the driver calls another kernel routine to decrease the reference count by one.
Drivers must match calls to the routines that increase (reference) and decrease (dereference) the reference count. This bug check is caused by an inconsistency in the object's reference count. Typically, the inconsistency is caused by a driver that decreases the reference count of an object too many times, making extra calls that dereference the object. This bug check can occur because an object's reference count goes to zero while there are still open handles to the object. It might also occur when the object's reference count drops below zero, whether or not there are open handles to the object.
Ligt dus mogelijk aan een foute driver, mogelijk de video-driver.
Scherm 4:One possible cause of this bug check is disk corruption. Corruption in the NTFS file system or bad blocks (sectors) on the hard disk can induce this error. Corrupted SCSI and IDE drivers can also adversely affect the system's ability to read and write to disk, thus causing the error.
Another possible cause is depletion of nonpaged pool memory. If the nonpaged pool memory is completely depleted, this error can stop the system. However, during the indexing process, if the amount of available nonpaged pool memory is very low, another kernel-mode driver requiring nonpaged pool memory can also trigger this error.
Hier wordt dus als (1 van) de mogelijk oorzaken bestandssysteemproblemen genoemd of foute chipset drivers.
Als ik het bij elkaar veeg (in deze volgorde uitvoeren):
a. Doe een bestandssysteemcontrole, incl. reparatie: [Windows-toets]r toetscombinatie -> cmd /k chkdsk c: /f
Bevestig dat de controle en reparatie bij de volgende start van Windows plaats mogen vinden. Herstart je pc en laat de scan helemaal zijn werk doen (incl. reparaties).
b. Update je drivers naar WHQL gecertificeerde drivers. Vooral de chipset- en video-drivers
Natuurlijk is een uitgebreide geheugentest altijd aan te raden, maar persoonlijk neig ik meer naar de twee redenen die ik hierboven aangeef als oorzaak...
Tijs.