I got a win8 pc. The pc was usually fine until I started playing full screen games. The blue scree occurs very frequently and some of them are of other problems, something like 'attempted_execute_of_no_execute_memory'. I've updated my graphics card driver
to the latest version and this blue screen problem seemed to happen less frequently. But still, I'm unable to play games. And sometimes the problem even happens while I'm just typing, surfing internet, listening to songs etc. Please help :/ Thanks a lot.
The attached DMP file is of the DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1) bug check.
This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high.
A driver tried to access an address that is pageable (or that is completely invalid) while the IRQL was too high. This bug check is usually caused by drivers that have used improper addresses.
This indicates that a driver has overrun a stack-based buffer.
A driver overran a stack-based buffer (or local variable) in a way that would have overwritten the function's return address and jumped back to an arbitrary address when the function returned.