Windows Certification Kit tests failed unreasonably (may be related to app verifier) on my local machine.

Guanyuming He 21 Reputation points
2022-08-22T10:53:27.72+00:00

I have been trying to figure out what was wrong with one of my UWP apps that could not pass the certification kit tests, but that could be launched all right, for days, until today I created a blank UWP app (C++/WinRT) and ran the tests of the certification kit with the exact same results:
233533-image.png

So I think that something is wrong with my develop machine. I recall that I clean reinstalled Windows on 8/12 and the problem has been occurring since then.

Further investigation showed that, it's always exactly the same error that kept occurring, which can be reproduced by debugging the app under the app verifier (checking the compatibility tests) coming with the Windows SDK. (It is found this way because in the dump file produced by the certification kit, the verifier's dlls were loaded)
233494-image.png

My OS information:
233555-image.png

The blank app build specification
233495-image.png

My visual studio version:
233524-image.png

I also posted a question about this on Stack Overflow

I appreciate your time and efforts in advance.

Universal Windows Platform (UWP)
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,637 questions
{count} votes

Accepted answer
  1. Roy Li - MSFT 32,731 Reputation points Microsoft Vendor
    2022-08-23T08:02:19.743+00:00

    Hello,

    Welcome to Microsoft Q&A!

    The local WACK test is optional. The local WACK tool will be affected by many reasons of the local device.. No matter the local WACK test failed or not, there will still be a online WACK test for your package. The store will only take the result of the online WACK test as standard. So the local WACK test failed is not a problem, but the online WACK test failed will be a real problem.

    For secnarios like this, please try to upload the package to the Store to check the online WACK test and take that result as standard.

    Just talk from the UWP side, there used to be many similar issues reported before. The local WACK test failed but the online WACK test succeed. So you are not the only one who meets this scenario.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful