Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.24 KB

bug-check-0x1b0--video-miniport-failed-livedump.md

File metadata and controls

48 lines (28 loc) · 1.24 KB
title description keywords ms.date topic_type ms.topic api_name api_type
Bug Check 0x1B0 VIDEO_MINIPORT_FAILED_LIVEDUMP
The VIDEO_MINIPORT_FAILED_LIVEDUMP live dump has a value of 0x000001B0. It indicates that the DXGKRNL detected a problem with a video miniport driver and has captured a live dump to collect debug information.
Bug Check 0x1B0 VIDEO_MINIPORT_FAILED_LIVEDUMP
VIDEO_MINIPORT_FAILED_LIVEDUMP
01/08/2018
apiref
reference
VIDEO_MINIPORT_FAILED_LIVEDUMP
NA

Bug Check 0x1B0: VIDEO_MINIPORT_FAILED_LIVEDUMP

The VIDEO_MINIPORT_FAILED_LIVEDUMP live dump has a value of 0x000001B0.

VIDEO_MINIPORT_FAILED_LIVEDUMP Parameters

Parameter Description
1 Reason Code. VALUES: 0x1 : Add device failed. 0x2 : Start device failed.
2 NTSTATUS
3 Reserved.
4 Reserved.

Cause

The DXGKRNL detected a problem and has captured a live dump to collect debug information. These livedumps are triggered by dxgkrnl when a video miniport driver failed.

(This code can never be used for a real bugcheck; it is used to identify live dumps.)

See Also

Kernel Live Dump Code Reference

Bug Check Code Reference