App崩溃自动启动 [英] App Crash autostart

查看:158
本文介绍了App崩溃自动启动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在RaspberryPi上安装了Windows10 IOT。现在我已经构建了一个应用程序,我可以在我的本地计算机上进行调试。
$
应用程序在我的Raspberry上安装时没有错误,我已经设置为默认APP。

现在我的Raspberry正在启动,在进程列表中,我的应用程序已启动,但不在屏幕上。

i have installed Windows10 IOT on RaspberryPi. Now i have Build a App and i can Debug on my local Computer.
The App is installed without Error on my Raspberry and i have set as default APP.
Now my Raspberry is booting and in the proceslist my App is started, but not on the screen.

在调试部分,我看到了AppCrash。我在Processlist中杀了应用程序并手动启动。应用程序启动,我可以在屏幕上看到。

In the Debug Section i saw the AppCrash. I kill the App in the Processlist and start manually. The App starts and i can see on the Screen.

该应用程序是一个小小的Webview。

The App is a little Webview.

任何人都可以帮助我。在崩溃报告中,我看到:

Can anyone help me. In the Crash Report i see:

报告签名


  • App:C:\USERS \DefaultAccount \ APPDATA\Local\DevelopmentFiles\65888962-b765-4b26-99dc-340357e6c522VS.Release_ARM.mibue\EMonitor.exe
  • AppVer:99999,
  • AppID:{00000000 0000-0000-0000-000000000000}
  • AppName:未知
  • 原因:EM_WATCHDOG_TIMEOUT
  • 描述:激活失败

EventTime

EventTime

17.05。2015年11:18:10

‎17‎.‎05‎.‎2015‎ ‎11‎:‎18‎:‎10

链接到Watson bucket

Link to Watson bucket

FriendlyEventName

FriendlyEventName

WindowsPhone8ExecManService

WindowsPhone8ExecManService

AppName

Shell基础设施主机

Shell Infrastructure Host

AppPath

C:\ Windows \system32 \SIHOST.EXE

C:\Windows\system32\SIHOST.EXE

WER文件:

版本= 1

EventType = WindowsPhone8ExecManService

EventTime = 13076 3278901966979

ReportType = 1

同意= 1

UploadTime = 130763278972123248

ReportIdentifier = a245bf62-fc75-11e4- 8a92-b827eba56034
$
Response.BucketId = 269368cb8d4296d5f828c8ee8a01417e

Response.BucketTable = 5

Response.LegacyBucketId = 91906006507

Response.type = 4

Sig [0] .Name = App

Sig [0] .Value = C:\USERS \DefaultAccount\APPDATA \ Local \DevelopmentFiles; \\\\\\\\\\\\\\\\\\\ ] .Value = 99999,

Sig [2] .Name = AppID

Sig [2] .Value = {00000000-0000-0000-0000-000000000000}

Sig [3] .Name = AppName

Sig [3] .Value = unknown

Sig [4] .Name =原因

Sig [4] .Value = EM_WATCHDOG_TIMEOUT

Sig [5] .Name =说明

Sig [5] .Value =激活失败

DynamicSig [1] .Name =操作系统版本

DynamicSig [1] .Value = 10.0.10075.2.0.0.256.123

D ynamicSig [2] .Name =区域设置ID

DynamicSig [2] .Value = 1033

状态[0] .Key = Transport.DoneStage1

状态[0] .Value = 1

FriendlyEventName = WindowsPhone8ExecManService

ConsentKey = WindowsPhone8ExecManService

AppName = Shell Infrastructure Host

AppPath = C:\ Windows \system32 \SIHOST.EXE

ApplicationIdentity = 00000000000000000000000000000000

Version=1
EventType=WindowsPhone8ExecManService
EventTime=130763278901966979
ReportType=1
Consent=1
UploadTime=130763278972123248
ReportIdentifier=a245bf62-fc75-11e4-8a92-b827eba56034
Response.BucketId=269368cb8d4296d5f828c8ee8a01417e
Response.BucketTable=5
Response.LegacyBucketId=91906006507
Response.type=4
Sig[0].Name=App
Sig[0].Value=C:\USERS\DefaultAccount\APPDATA\Local\DevelopmentFiles\65888962-b765-4b26-99dc-340357e6c522VS.Release_ARM.mibue\EMonitor.exe
Sig[1].Name=AppVer
Sig[1].Value=99999,
Sig[2].Name=AppID
Sig[2].Value={00000000-0000-0000-0000-000000000000}
Sig[3].Name=AppName
Sig[3].Value=unknown
Sig[4].Name=Reason
Sig[4].Value=EM_WATCHDOG_TIMEOUT
Sig[5].Name=Description
Sig[5].Value=Activation Failure
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=10.0.10075.2.0.0.256.123
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=1033
State[0].Key=Transport.DoneStage1
State[0].Value=1
FriendlyEventName=WindowsPhone8ExecManService
ConsentKey=WindowsPhone8ExecManService
AppName=Shell Infrastructure Host
AppPath=C:\Windows\system32\SIHOST.EXE
ApplicationIdentity=00000000000000000000000000000000

谢谢迈克尔

推荐答案

嗨迈克尔,

<跨度>&NBSP; 在将应用程序放置到设备上并将其设置为启动之前,为什么不尝试使用VS 2015运行它并连接调试器,这样您就可以通过代码查看问题所在?

  Prior to placing the application onto the device and setting it as the startup, why don’t you try running it with VS 2015 and the debugger connected so you can walk thru the code to see where the problem might be?

  该应用程序似乎也提到它与WindowsPhone8ExecManService有关。 
您是否已经开始创建一个新的通用应用程序,例如hello world示例,以确保它有效?

  Also the app seems to mention that it was related to WindowsPhone8ExecManService.  Have you started by creating a new Universal Application such as the hello world sample to make sure that works?

http://ms-iot.github.io/content/win10/samples/HelloWorld.htm <跨度>&NBSP;

  请注意,仅仅因为应用程序在WP 8.0或8.1上运行,并不意味着它自动符合UAP标准,并且可能需要进行一些更改才能使其在Windows 10 IoT Core上正常运行。

  Please note that just because an application ran on WP 8.0 or 8.1, it does not mean that it automatically qualifies as a UAP, and some changes might be required to get it working correctly on Windows 10 IoT Core.


这篇关于App崩溃自动启动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆