[Spice-devel] windows server 2012: WDDMInterface::escape::this should never happen. Status is 0xc000000d

franklin zhou codeit at live.com
Tue Jan 14 09:11:25 UTC 2020


In windows server 2012, the follow line  "status = _pfnEscape(&escapeData);" always cause error,
status is: 0xc000000d, error message is: "INFO::2020-01-14 16:58:23,387::WDDMInterface::escape::this should never happen. Status is 0xc000000d"
==========================
bool WDDMInterface::escape(LPCTSTR device_name, void* data, UINT size_data) {
 .......

    status = _pfnEscape(&escapeData);

    if (!NT_SUCCESS(status)) {
        vd_printf("this should never happen. Status is 0x%lx", status);
    };

}
==============================
is this a bug ?



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20200114/d45c6d19/attachment.htm>


More information about the Spice-devel mailing list