smourier / TraceSpy

TraceSpy is a pure .NET, 100% free and open source, alternative to the very popular SysInternals DebugView tool.
MIT License
120 stars 18 forks source link

IMFVirtualCamera::Start fails on WinArm64 #18

Closed ghochman-private closed 5 months ago

ghochman-private commented 5 months ago

Hi @smourier

Thank you for this insightfull code sample!

I tried to build and run in on Windows11/Arm64 (Win11 Pro 10.0.26073). While I could build it successfully with VS 2022 CE - I failed to run it. IMFVirtualCamera::Start call returns "Access is denied" code (see the attached log).

Any thoughts on what am I missing here?

Thanks in advance, Gershon.

winarm64.log

smourier commented 5 months ago

You're targeting the wrong repo, this is TraceSpy, please delete and repost in the right repo.

PS: you're probably hiting this issue https://github.com/smourier/VCamSample/issues/1#issuecomment-2057243344

ghochman-private commented 5 months ago

Thanks for fast reply. Will do.

ghochman-private commented 5 months ago

Wrong project.