Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to capture trace of wgf11filter #889

Open
HCL66666 opened this issue Aug 25, 2023 · 1 comment
Open

Failed to capture trace of wgf11filter #889

HCL66666 opened this issue Aug 25, 2023 · 1 comment
Labels

Comments

@HCL66666
Copy link

HCL66666 commented Aug 25, 2023

When I use the following command to grab the trace,
apitrace trace -a dxgi WGF11Filter.exe Filter\NoMip\Linear\1D:7383 -whql -logclean -logAll -textlog -progress
an error is reported ,error info:
apitrace: loaded into D:\HCL\HLKx64\WGF11Filter.exe
apitrace: tracing to C:\Users\chenle.huang\Desktop\WGF11Filter.60.trace
apitrace: warning: ID3D11Device5::QueryInterface: unsupported IID uuid(4bcc5537-3a9c-4573-8d65-8f5b7b15fef4)
apitrace: warning: pVtbl = 00007FFB0D140D48 (C:\Windows\SYSTEM32\d3d11.dll!+0x1d0d48)
apitrace: unloaded from D:\HCL\HLKx64\WGF11Filter.exe

Then I downloaded the apitrace source code to debug, and found that it was because the wrapIID called by WrapID3D11Device5::QueryInterface did not handle this riid:
image

The class corresponding to this guid was not found in guids_entries.h

@jrfonseca
Copy link
Member

In the past this normally happens due when new Windows builds introduce new versions of the ID3D11Device interface, or some other sibling COM interface.

I'm not sure when I'll have time to look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants