STOP 0x8e (KERNEL_MODE_EXCEPTION_NOT_HANDLED) is a fairly common STOP error (that is, it's one of those occuring more often than others). In this case, it refers to a memory access violation.
Did you see a filename listed along with the error? These kind of errors usually indicate that a driver is faulty, and the filename can be used to tell which driver it is.
Did you see a filename listed along with the error? These kind of errors usually indicate that a driver is faulty, and the filename can be used to tell which driver it is.