2013-04-18 4 views
-3

을 테스트 나는 윈도우 스토어 앱 인증 키트 내 응용 프로그램을 테스트하고 난 다음 오류가있어이의 원인을윈도우 응용 프로그램 인증 시험 : 윈도우 스토어 앱

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 

어떤 아이디어?

+2

이 앱은 아마 매우 적절했다 그것을 – Pseudonym

+0

발생, 거의 재미 있었다. –

+0

그래, 근데 어떤 sugesstion이나 어떻게 해결할 수 있을까? – user1810659

답변

1

체크 아웃 tips for passing Windows certification.

충돌에 대한 특정 정보가 있으며 http://msdn.microsoft.com/en-us/library/windows/apps/jj657973.aspx#crashes_and_hangs_test에 멈춤 테스트가 있습니다. 기사 읽기하지만, 이러한 시정 조치를 제안한다 :

Make sure UAC is enabled on the test computer.

Make sure you are running the test on a computer with large enough screen.

If your app fails to launch and your test platform satisfies the prerequisites of ActivateApplication, you can troubleshoot the problem by reviewing the activation event log. To find these entries in the event log:
1. Open eventvwr.exe and navigate to the Application and Services Log\Microsoft\Windows\Immersive-Shell folder.
2. Filter the view to show Event Ids: 5900-6000.
3. Review the log entries for info that might explain why the app didn't launch.

+0

eventvwr.exe를 사용하면 Immersive-Shell 폴더가 보이지 않습니다. WindowsUIImmersive aonge가 응용 프로그램 및 서비스 Log \ Microsoft \ Windows 폴더에 많이 있습니다. – user1810659

관련 문제