microsoft / MicrosoftDisplayCaptureTools

A suite of tools to validate graphics output via HDMI or DisplayPort
MIT License
17 stars 3 forks source link

Help: DisplayCaptureTools project is abnormal when executing #7

Open 276793422 opened 1 month ago

276793422 commented 1 month ago

Hi all:

I am from a virtual device team. We developed a virtual display device, but when doing HLK testing on Windows 11 24H2 platform, I encountered the same problem like kostyanf14.

image

I downloaded the current project and configured it as required. After compiling, I replaced and executed it according to the program location. However, not only did the above problem not get solved, but new problems also appeared later. I analyzed each project in the solution in depth, but found that the compiled project could not be executed correctly.

It is mainly reflected in that when running CaptureCardViewer independently, the relevant modules cannot be found. And when doing HLK testing, the problem remains.

After recompiling the relevant modules, I tried to debug the relevant projects and found that the CaptureCardViewer program could not load the corresponding modules smoothly, and an abnormal situation would occur. The specific abnormality is shown in the figure.

image

Later, I tried to use the installation package provided on GITHUB to test the plugin. The download address is as follows. https://github.com/microsoft/MicrosoftDisplayCaptureTools/releases/download/v0.1.0-alpha/v0.1.0-alpha.zip But the abnormal situation still occurred. As a result, the plugin could not be loaded.

I would like to ask if anyone has also encountered this problem and whether there is a way to deal with it. Can you provide us with some help?

Thank you all Best Regards Nemesis Zoo

YanVugenfirer commented 1 month ago

@276793422 Thank you for opening the issue!

I am the maintainer of the virtio Windows drivers http://github.com/virtio-win/kvm-guest-drivers-windows/, and we have exactly the same issue.

276793422 commented 1 month ago

@YanVugenfirer Hi. Thank you for your comment. This problem has been bothering us for a long time. May I ask if you have found a usable solution? We try command "TE.exe Tests.dll" on HLK Client, and there are many errors occur. Have you passed the test? How did you pass the test?

image

YanVugenfirer commented 1 month ago

@276793422 Unfortunately we were not able to solve the issue