首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >桌面应用转换器

桌面应用转换器
EN

Stack Overflow用户
提问于 2017-07-25 21:54:46
回答 1查看 357关注 0票数 2

我使用Desktop Bridge已经有一段时间了,最近我开始遇到一个问题。它停止构建包。我曾尝试将其安装在不同的虚拟机上,但我一直收到相同的错误。

代码语言:javascript
复制
PowerShell Error Record:
DesktopAppConverter : error 'E_STARTING_ISOLATED_ENV_FAILED': Failed to start the isolated environment. See inner exception for more details.
PowerShell Stack Trace:
at RaiseUserException, C:\Program Files\WindowsApps\Microsoft.DesktopAppConverter_2.0.2.0_x64__8wekyb3d8bbwe\converter_util\DACLogger.ps1: line 154
at Invoke-IsolatedInstall, C:\Program Files\WindowsApps\Microsoft.DesktopAppConverter_2.0.2.0_x64__8wekyb3d8bbwe\converter_util\IsolatedEnvironmentOps.ps1: line 162
at <ScriptBlock><Process>, C:\Program Files\WindowsApps\Microsoft.DesktopAppConverter_2.0.2.0_x64__8wekyb3d8bbwe\DesktopAppConverter.ps1: line 684
at <ScriptBlock>, <No file>: line 1

Inner Exception[0]:
System.Management.Automation.RuntimeException: DesktopAppConverter : error 'E_STARTING_ISOLATED_ENV_FAILED': Failed to start the isolated environment. See inner exception for more details. ---> System.Management.Automation.MethodInvocationException: Exception calling "Start" with "0" argument(s): "One or more errors occurred." ---> System.AggregateException: One or more errors occurred. ---> Microsoft.Windows.ComputeVirtualization.HcsException: HCS function call returned error. ---> System.Runtime.InteropServices.COMException: The wait operation timed out. (Exception from HRESULT: 0x80070102)
   --- End of inner exception stack trace ---
   at Microsoft.Windows.ComputeVirtualization.HcsFactory.Hcs.ProcessHcsCall(Int32 resultCode, String result)
   at Microsoft.Windows.ComputeVirtualization.HcsFactory.Hcs.Microsoft.Windows.ComputeVirtualization.IHcs.StartComputeSystem(IntPtr computeSystem, String options)
   at Microsoft.Windows.ComputeVirtualization.Container.<StartAsync>d__8.MoveNext()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait()
   at Microsoft.Windows.ComputeVirtualization.Container.Start()
   at CallSite.Target(Closure , CallSite , Object )
   --- End of inner exception stack trace ---
   at System.Management.Automation.ExceptionHandlingOps.CheckActionPreference(FunctionContext funcContext, Exception exception)
   at System.Management.Automation.Interpreter.ActionCallInstruction`2.Run(InterpretedFrame frame)
   at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
   at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
   --- End of inner exception stack trace ---
   at System.Management.Automation.ExceptionHandlingOps.CheckActionPreference(FunctionContext funcContext, Exception exception)
   at System.Management.Automation.Interpreter.ActionCallInstruction`2.Run(InterpretedFrame frame)
   at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
   at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
Inner Exception Stack Trace[0]
   at System.Management.Automation.ExceptionHandlingOps.CheckActionPreference(FunctionContext funcContext, Exception exception)
   at System.Management.Automation.Interpreter.ActionCallInstruction`2.Run(InterpretedFrame frame)
   at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
   at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)

Inner Exception[1]:
System.Management.Automation.MethodInvocationException: Exception calling "Start" with "0" argument(s): "One or more errors occurred." ---> System.AggregateException: One or more errors occurred. ---> Microsoft.Windows.ComputeVirtualization.HcsException: HCS function call returned error. ---> System.Runtime.InteropServices.COMException: The wait operation timed out. (Exception from HRESULT: 0x80070102)
   --- End of inner exception stack trace ---
   at Microsoft.Windows.ComputeVirtualization.HcsFactory.Hcs.ProcessHcsCall(Int32 resultCode, String result)
   at Microsoft.Windows.ComputeVirtualization.HcsFactory.Hcs.Microsoft.Windows.ComputeVirtualization.IHcs.StartComputeSystem(IntPtr computeSystem, String options)
   at Microsoft.Windows.ComputeVirtualization.Container.<StartAsync>d__8.MoveNext()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait()
   at Microsoft.Windows.ComputeVirtualization.Container.Start()
   at CallSite.Target(Closure , CallSite , Object )
   --- End of inner exception stack trace ---
   at System.Management.Automation.ExceptionHandlingOps.CheckActionPreference(FunctionContext funcContext, Exception exception)
   at System.Management.Automation.Interpreter.ActionCallInstruction`2.Run(InterpretedFrame frame)
   at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
   at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
Inner Exception Stack Trace[1]
   at System.Management.Automation.ExceptionHandlingOps.CheckActionPreference(FunctionContext funcContext, Exception exception)
   at System.Management.Automation.Interpreter.ActionCallInstruction`2.Run(InterpretedFrame frame)
   at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
   at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)

Inner Exception[2]:
System.AggregateException: One or more errors occurred. ---> Microsoft.Windows.ComputeVirtualization.HcsException: HCS function call returned error. ---> System.Runtime.InteropServices.COMException: The wait operation timed out. (Exception from HRESULT: 0x80070102)
   --- End of inner exception stack trace ---
   at Microsoft.Windows.ComputeVirtualization.HcsFactory.Hcs.ProcessHcsCall(Int32 resultCode, String result)
   at Microsoft.Windows.ComputeVirtualization.HcsFactory.Hcs.Microsoft.Windows.ComputeVirtualization.IHcs.StartComputeSystem(IntPtr computeSystem, String options)
   at Microsoft.Windows.ComputeVirtualization.Container.<StartAsync>d__8.MoveNext()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait()
   at Microsoft.Windows.ComputeVirtualization.Container.Start()
   at CallSite.Target(Closure , CallSite , Object )
---> (Inner Exception #0) Microsoft.Windows.ComputeVirtualization.HcsException: HCS function call returned error. ---> System.Runtime.InteropServices.COMException: The wait operation timed out. (Exception from HRESULT: 0x80070102)
   --- End of inner exception stack trace ---
   at Microsoft.Windows.ComputeVirtualization.HcsFactory.Hcs.ProcessHcsCall(Int32 resultCode, String result)
   at Microsoft.Windows.ComputeVirtualization.HcsFactory.Hcs.Microsoft.Windows.ComputeVirtualization.IHcs.StartComputeSystem(IntPtr computeSystem, String options)
   at Microsoft.Windows.ComputeVirtualization.Container.<StartAsync>d__8.MoveNext()<---

Inner Exception Stack Trace[2]
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait()
   at Microsoft.Windows.ComputeVirtualization.Container.Start()
   at CallSite.Target(Closure , CallSite , Object )

Inner Exception[3]:
Microsoft.Windows.ComputeVirtualization.HcsException: HCS function call returned error. ---> System.Runtime.InteropServices.COMException: The wait operation timed out. (Exception from HRESULT: 0x80070102)
   --- End of inner exception stack trace ---
   at Microsoft.Windows.ComputeVirtualization.HcsFactory.Hcs.ProcessHcsCall(Int32 resultCode, String result)
   at Microsoft.Windows.ComputeVirtualization.HcsFactory.Hcs.Microsoft.Windows.ComputeVirtualization.IHcs.StartComputeSystem(IntPtr computeSystem, String options)
   at Microsoft.Windows.ComputeVirtualization.Container.<StartAsync>d__8.MoveNext()
Inner Exception Stack Trace[3]
   at Microsoft.Windows.ComputeVirtualization.HcsFactory.Hcs.ProcessHcsCall(Int32 resultCode, String result)
   at Microsoft.Windows.ComputeVirtualization.HcsFactory.Hcs.Microsoft.Windows.ComputeVirtualization.IHcs.StartComputeSystem(IntPtr computeSystem, String options)
   at Microsoft.Windows.ComputeVirtualization.Container.<StartAsync>d__8.MoveNext()

Inner Exception[4]:
System.Runtime.InteropServices.COMException (0x80070102): The wait operation timed out. (Exception from HRESULT: 0x80070102)
[2017-07-25T11:07:56] The full error record is saved in the logs at C:\temp­­­­­­­­­­­­­­­­­­­­­­­­­
EN

回答 1

Stack Overflow用户

发布于 2017-07-29 04:07:57

Windows10创建者更新的最新服务更新(KB4025342,build 15063.483)不幸地在操作系统中引入了一个错误,破坏了桌面应用程序转换器。我们正在努力尽快解决回归问题。因此,在修复此错误之前,您只能在未应用特定服务更新KB4025342的系统上运行Desktop App Converter。

更新

build 15063的新基映像现在已经在这里发布了。请在应用了KB4025342服务更新的计算机上使用BaseImage-15063-UPDATE.wim:https://www.microsoft.com/en-us/download/details.aspx?id=55325

另请参阅关于此问题的博客文章:https://blogs.msdn.microsoft.com/appconsult/2017/08/04/desktop-app-converter-fails-on-windows-10-15063-483-and-later-how-to-solve-it/

票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/45305456

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档