|
RE: What is wrong
This is a tough bug to find because the simplest case — a driver that
attempted to complete its own packet twice — is usually not the source of the
problem. More likely, two separate drivers each believe that they own the
packet, and each has attempted to complete it. The first request succeeds,
and the second fails, resulting in this bug check.
Tracking down which drivers in the system caused the error is difficult,
because the trail of the first driver has been covered by the second.
However, the driver stack for the current request can be found by examining
the device object fields in each of the stack locations.
One of your two suspects is the GeForce 7600GT. The other is unknown.
Some known possibles:
Nwrdr.sys (If you have a Gigabit Network Adapter.)
Cpqasm.sys (HP Proliant System Agent)
Cpqasm2.sys
Mouclass.sys (Mouse Driver)
Falstaff.sys (In-System Design)
"Goran Barać" wrote:
> Hi guys. I hope someone here can give me reasonable answer to my problem. I
> experienced very wird problem. When I insert DVD disc (i.e. DVD disk with
> game on it) in Windows Vista Business (32bit) and when I go to my computer
> on DVD disk and right click and explore to view files and folders on it,
> after few seconds i get into disk I get BSOD with information Multiple IRP
> requsts and so on and computer restarts after memory dumping 100%. After
> reboot windows search solution anfdtell me that I have problem with video
> adapter (GeForce 7600GT) driver. But I don't have that problem. My video
> card works fine with no problem at all. I tried several drivers for Vista
> even the one that comes with Vista, bit with no solution. In Total Commander
> everything works just fine with no problems. Exploring CD\DVD with no
> problem, as well om my brother's PC. Anyone knows the
> solution?
>
|