【问题标题】:Windows App Certification test: testing Windows Store App [closed]Windows App 认证测试:测试 Windows Store App [关闭]
【发布时间】:2013-04-18 14:26:52
【问题描述】:

我在 Windows 应用商店应用认证工具包中测试了我的应用,但出现以下错误:

Crashes and hangs test
PASSED
App launch tests

FAILED
Crashes and hangs
Error Found: The crashes and hangs test detected the following errors:
Application .............._neutral__jarrs3vj594qe 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

任何想法是什么原因造成的?

【问题讨论】:

  • 可能是您的应用造成的
  • 这太贴切了,简直太搞笑了。
  • 是的,但有任何建议或我该如何解决这个问题?
  • 这就是为什么我们真正需要一个 StackExchange 站点来处理 App Store 提交问题(适用于 Windows Store 以及 Apple 的 App Store、Google Play 等)......像这样的问题并不完全属于在 StackOverflow 上,但它们是有效的问题。在此处支持 App Store 站点:area51.stackexchange.com/proposals/54103/…

标签: c# .net windows-8 microsoft-metro windows-store-apps


【解决方案1】:

查看这些tips for passing Windows certification

http://msdn.microsoft.com/en-us/library/windows/apps/jj657973.aspx#crashes_and_hangs_test 上有关于崩溃和挂起测试的具体信息。阅读这篇文章,但它建议采取以下纠正措施:

确保在测试计算机上启用了 UAC。

确保您在一台足够大的计算机上运行测试 屏幕。

如果您的应用无法启动并且您的测试平台满足 ActivateApplication的先决条件,您可以解决问题 通过查看激活事件日志。要在 事件日志:
1. 打开 eventvwr.exe 并导航到 Application and Services Log\Microsoft\Windows\Immersive-Shell 文件夹。
2. 过滤视图以显示事件 ID:5900-6000。
3. 查看日志条目以获取可能解释应用无法启动的原因的信息。

【讨论】:

  • 使用 eventvwr.exe 我没有看到 Immersive-Shell 文件夹。文件夹 Application and Services Log\Microsoft\Windows 中有许多其他的 WindowsUIImmersive
猜你喜欢
  • 1970-01-01
  • 2013-04-06
  • 1970-01-01
  • 2013-01-14
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2019-02-19
  • 2011-09-21
相关资源
最近更新 更多