Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8571721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:50:37+00:00 2026-06-11T18:50:37+00:00

So when I am creating an App Package, the Windows App Certification Kit fails

  • 0

So when I am creating an App Package, the Windows App Certification Kit fails with:

Crashes and hangs • Error Found: The crashes and hangs test detected
the following errors:◦Application
47878User.MyApp_1.0.0.3_neutral__a2qvk4qzttz7j was detected by Windows
Error Reporting and experienced a crash or hang.

In my event log I see the following:

Application: MyApp.exe Framework Version: v4.0.30319 Description: The
process was terminated due to an unhandled exception. Exception Info:
System.Exception Stack: at
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at
System.Threading.WinRTSynchronizationContext+Invoker.b__0(System.Object)
at
System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)
at
System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext,
System.Threading.ContextCallback, System.Object, Boolean) at
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,
System.Threading.ContextCallback, System.Object, Boolean) at
System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch() at
System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

and:

Faulting application name: MyApp.exe, version: 1.0.0.0, time stamp:
0x50546b92 Faulting module name: KERNELBASE.dll, version:
6.2.9200.16384, time stamp: 0x5010ac2f
Exception code: 0xe0434352
Fault offset: 0x00014b32
Faulting process id: 0x1894
Faulting application start time: 0x01cd933a183ece6a
Faulting application path:
C:\Program
Files\WindowsApps\47878User.MyApp_1.0.0.3_neutral__a2qvk0qzyyn7m\MyApp.exe
Faulting module path: C:\Windows\SYSTEM32\KERNELBASE.dll Report Id:
6b9e9db3-ff2d-11e1-be8d-001c42ac6e2f Faulting package full name:
47878User.MyApp_1.0.0.3_neutral__a2qvk0qzyyn7m

The problem is that I can’t for the life of me reproduce any crash, neither in Debug mode, Release mode, forcing Suspend/Re-activation events etc..

When the Windows App Certification Kit runs my app the 6th (or the 7th) time, my splash screen shows briefly, then my app disappears (crashing, likely).
What is the WAPK doing in the 6th run, and how can I reproduce/debug this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T18:50:38+00:00Added an answer on June 11, 2026 at 6:50 pm

    I’m not an expert, but i have just been through the same process with my application to see if I could work out what was going on. Below is write up of what I did (in the hope it is useful to someone else).

    Certiication Kit results

    FAILED: Crashes and hangs

    Error Found: The crashes and hangs test detected the following errors:

    Application neutral__6j94sra26jgtm was detected by Windows Error Reporting and experienced a crash or hang. Impact if not fixed: An app that stops responding or crashes can cause data loss and is a poor user experience. How to fix: Investigate, debug the executable(s) in question to identify and fix the problem, then rebuild and re-test the app. Using Application Verifier Within Your Software Development Lifecycle.

    This did not help at all. I assume the link has been updated since this discussion, however I didnt think it was that useful.

    Investigation

    Some errors are logged in the Event Viewer (windows key + R, type in “eventvwr”). I can see three useful entries:

    • A Windows Error Reporting event
    • An Application Error event
    • A .NET Runtime event

    The Windows Error Reporting Event has a bit more information including some filepaths of where your it has saved its log file.

    I ended up running the windows application certification tool from command line and isolated the test that was failing to the PerfromanceShutdown test. Command used to run from command prompt is:

    C:\Program Files (x86)\Windows Kits\8.0\App Certification Kit>appcert test -apptype windowsstoreapp -packagefullname <applicationfullname> -reportoutputpath e:\Projects\AlbumFlow.Win8\output1.xml
    

    This lead us towards something happening in the suspend / exit / resume methods.

    The other place I looked was in C:\Users\<userName>\AppData\Local\Microsoft\AppCertKit. This had a couple of large files (~100Mb) Windows Performance Analysis trace files. This looked useful, but I didnt understand it.

    Solution
    Whilst I was looking at the trace files other people in the team found that the suspension manager was not closing the file references correctly.

    This could be reproduced by using the DebugLocation toolbar in visual studio. Chooseing Suspend, Resume, Suspend and Terminate reproduced the problem.

    Hope this helps someone as it seems to be a bit of a dark art debugging these errors.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating an App with following design: I have a UITableView with custom
I have a python app in which I am creating packages in windows to
Am trying to execute ssis package using dtexec utility from c# app(Creating New Process,
When creating an android app, we need to supply a package name in the
Just i am creating the database in my app. Now i follow the following
I'm creating an automated web app build process with node.js on windows. I'm trying
Hi i'm creating an app which have shopping cart and payment done via paypal
I am creating an app using iOS 5 SDK. I managed to push views
I am creating an app where if something occurs, it switches back to the
I am creating an app in C# where the user enters their name and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.