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

Yuri Benditovich yuri.benditovich at daynix.com
Tue Jan 14 10:07:05 UTC 2020


Which QXL driver is installed on 2012: qxl.sys for xp/Win7 or
qxldod.sys for win8+?

On Tue, Jan 14, 2020 at 11:43 AM Frediano Ziglio <fziglio at redhat.com> wrote:
>
>
> > 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 ?
>
> Code is STATUS_INVALID_PARAMETER.
> I don't see any reason (beside from device_name) for this result but
> looks like a bug indeed.
>
> Frediano
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel


More information about the Spice-devel mailing list