microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.76k stars 4.89k forks source link

[tools/sdv] SDV-FailDriver-WDM run SDV failed. #992

Open bienxanh1901 opened 1 year ago

bienxanh1901 commented 1 year ago

Hello, I am testing the sample that demonstrate the SDV tool here: https://github.com/microsoft/Windows-driver-samples/tree/main/tools/sdv/samples/SDV-FailDriver-WDM

But the SDV tool run failed. I checked the smvbuild.log log and see the link error as belows: error MSB6006: "link.exe" exited with code -1073740791

The code -1073740791 is STATUS_STACK_BUFFER_OVERRUN.

I am using Visual studio 2022 with WDK version: 10.0.22621755.

Can anyone help me to troubleshoot this issue?

I have attached the log files here: smvbuild.log smvcl.log smvlink1.log

Thank you very much!

bienxanh1901 commented 1 year ago

Hi, Does anyone have the solution for this issue? I have tested with another driver and still cannot generate SDV report.

vvhitesmoke commented 10 months ago

I've the same :( Any ideas?