Prikazi cijelu temu 24.02.2017 15:47
biromega Van mreze
Clan
Registrovan od:10.12.2010
Lokacija:Breza


Predmet:Re: NSC fiskalni printer
To je definitivno problem sa windows operativnim sistemom na tom računaru.

Cause

A driver has called IoCompleteRequest to ask that an IRP be completed, but the packet has already been completed.

Resolution

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.