My machine crashed. The bug check was this:
The bugcheck was: 0x0000009f (0x0000000000000003, 0xffffe00000fca060, 0xffffd000201a5840, 0xffffe000014d3b60).
I searched for 0x9f and quickly located the description of it here:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff559329(v=vs.85).aspx
It was that parameter two, 0xffffe00000fca060
, is the Physical Device Object of the stack.
How can I find what actual device that is referring to so I can go looking for updated drivers for that device? I go into Device Manager and look at the "Physical Device Object name" property of several devices, but none of them resemble 0xffffe00000fca060
or are even in that format.
User contributions licensed under CC BY-SA 3.0