Created
June 22, 2019 19:59
-
-
Save SoylentGraham/1a7efe023a81ca0442f678482727261b to your computer and use it in GitHub Desktop.
Hololens failed deploy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1>------ Deploy started: Project: HolographicApp1, Configuration: Release Win32 ------ | |
Bootstrapping for deployment, version 4. | |
BootstrapAsync-Deploying: START | |
BootstrapAsync-Deploying: Bootstrapping.TargetHash = PII(192.168.0.36) | |
ConnectTo-Device: START | |
Connecting to the device '192.168.0.36' using SSH. | |
Project architecture: X86 | |
Target processor architecture: X86 | |
Target supported architectures: X86 | |
Connected to the device '192.168.0.36'. Execution time: 0:00:04.466. | |
ConnectTo-Device: END (Success, 0:00:04.477) | |
Download-Packages: START | |
Compressing 3 package files: START | |
Compressing package files: END Execution time: 0:00:00.037. | |
Copying compressed packages to remote device: START | |
Copying compressed packages to remote device: END Execution time: 0:00:05.759. | |
Uncompressing packages on remote device: START | |
Unzipping files on device with command: LaunchForDeploy "C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\VSRemoteTools\x86\TailoredDeploy.exe" "/_u C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\RemoteDevTools.-1809526762.X86.zip C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles /_se Global\201c22cc-86aa-44a8-95e7-64df43e33a41" Global\201c22cc-86aa-44a8-95e7-64df43e33a41 | |
Uncompressing packages on remote device: END Execution time: 0:00:00.383. | |
Deploying packages. Execution time: 0:00:08.601. | |
Download-Packages: END (Success, 0:00:08.611) | |
Deploying packages. Execution time: 0:00:08.611. | |
Launching remote debugger with the following command: 'DevToolsLauncher.exe LaunchForDeploy "C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\VSRemoteTools\X86\msvsmon.exe" "/nowowwarn /noauth /anyuser /nosecuritywarn /__dbgautolaunch /port:8116 /LaunchCompleteEventName:Global\e29c9794-0bcc-445a-a66e-1155578fcccf" Global\e29c9794-0bcc-445a-a66e-1155578fcccf' | |
Device endpoint: 192.168.0.36:8116 | |
Starting remote debugger. Execution time: 0:00:00.354. | |
BootstrapAsync-Deploying: END (Success, 0:00:13.734) | |
Bootstrapping complete (0:00:14.99). | |
Starting remote deployment... | |
Deploy: START | |
Deploy: Bootstrapping.TargetHash = PII(192.168.0.36) | |
Deploy: Target.OSMajor = 10 | |
Deploy: Target.OSMinor = 0 | |
Deploy: Target.OSBuildNumber = 17763 | |
Deploy: Target.ProcessorArchitecture = X86 | |
Deploy: Target.UapVersion = 10.0.17763 | |
Deploy: BootstrappingSucceed = True | |
Deploy: TimeToBootstrapping = 14990 | |
Deploy: CorrelationVector = jUgL9hkuQ0iRJWoYmanlig.0 | |
Deploy: RemoteTargetInfo.DevFilesShareName = | |
Deploy: RemoteTargetInfo.DeviceFamily = Windows.Holographic | |
Deploy: RemoteTargetInfo.DevToolsPath = C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles | |
Deploy: RemoteTargetInfo.ProcessorArchitecture = X86 | |
Deploy: RemoteTargetInfo.SupportedProtocols = SSH | |
Deploy: RemoteTargetInfo.SupportsNewPipeline = True | |
Deploy: DeploymentOptions.RegisterFromNetwork = False | |
Deploy: DeploymentOptions.RemoveNonLayoutFiles = False | |
DeployAsync: START | |
Reading package recipe file "X:\HoloApp2\HolographicApp1\Release\HolographicApp1\HolographicApp1.build.appxrecipe"... | |
DEP0100: Please ensure that target device has developer mode enabled. Could not obtain a developer license on 192.168.0.36 due to error 80004005. | |
Deploy: Target.DeviceFamily = Windows.Holographic | |
Deploy: DeploymentSucceeded = False | |
Deploy: DeploymentError = Err_DevLicense_Failed | |
Deploy: DeploymentHRESULT = 2147500037 | |
Deploy: HasSharedCode = False | |
Deploy: Target.Id = 1024 | |
Deploy: ProjectGuid = {ae319e08-cdf7-41b5-8d8c-b1d69cf16e07} | |
Deploy: Project.TargetPlatformVersion = 10.0.17134.0 | |
Deploy: Project.TargetPlatformMinVersion = 10.0.15063.0 | |
Deleting file "vs.appxrecipe" from layout... | |
DeployAsync: END (Failure, 0:00:01.218) | |
========== Deploy: 0 succeeded, 1 failed, 0 skipped ========== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment