-3

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

これを引き起こす原因は何ですか?

4

1 に答える 1

1

Windows 認定に合格するためのヒントを確認してください。

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. ログ エントリで、アプリが起動しなかった理由を説明している可能性のある情報を確認します。

于 2013-04-18T14:45:20.800 に答える