Closed Saucy closed 5 years ago
Hey @Saucy, thanks for the report. This error is due to the package download timing out. core-static-fullylinked-arm-ios.zip
is a particularly large package.
Some of the work we are doing for publishing the GDK as NPM packages (#894) should solve this problem as the packages will be downloaded from a different service. This is planned to be released in v0.2.5
.
In the meantime, I'll pass on the report to the team which owns the spatial
tool to see if we can solve the underlying problem.
Thanks for the update. It could time out because my internet isn't the best. I'll give it another try once v0.2.5 is out!
We are accepting issues and we want your feedback.
Description
Failing to install Core SDK version 13.7.1-gdk-for-unity. When I open the FPS starter project or the Blank project it fails to download and install Core SDK version 13.7.1-gdk-for-unity.
Expected behaviour
Download and install the SDK during/after opening the projects.
Current behaviour
I open the project to set it up but it fails downloading SDK.
Possible solution
-
Steps to reproduce
Environment
Install and setup the blank project available on GitHub.
`Downloading core-dynamic-x86-win32 to H:\dev\game\Unity\gdk-for-unity-blank-project\workers\unity\build\CoreSdk\13.7.1-gdk-for-unity\core-dynamic-x86-win32.zip...
Successfully retrieved package type 'worker_sdk' with name 'core-dynamic-x86-win32' and version '13.7.1-gdk-for-unity' to 'H:\dev\game\Unity\gdk-for-unity-blank-project\workers\unity\build\CoreSdk\13.7.1-gdk-for-unity\core-dynamic-x86-win32.zip'
Downloading core-dynamic-x86_64-win32 to H:\dev\game\Unity\gdk-for-unity-blank-project\workers\unity\build\CoreSdk\13.7.1-gdk-for-unity\core-dynamic-x86_64-win32.zip...
Successfully retrieved package type 'worker_sdk' with name 'core-dynamic-x86_64-win32' and version '13.7.1-gdk-for-unity' to 'H:\dev\game\Unity\gdk-for-unity-blank-project\workers\unity\build\CoreSdk\13.7.1-gdk-for-unity\core-dynamic-x86_64-win32.zip'
Downloading core-dynamic-x86_64-linux to H:\dev\game\Unity\gdk-for-unity-blank-project\workers\unity\build\CoreSdk\13.7.1-gdk-for-unity\core-dynamic-x86_64-linux.zip...
Successfully retrieved package type 'worker_sdk' with name 'core-dynamic-x86_64-linux' and version '13.7.1-gdk-for-unity' to 'H:\dev\game\Unity\gdk-for-unity-blank-project\workers\unity\build\CoreSdk\13.7.1-gdk-for-unity\core-dynamic-x86_64-linux.zip'
Downloading core-bundle-x86_64-macos to H:\dev\game\Unity\gdk-for-unity-blank-project\workers\unity\build\CoreSdk\13.7.1-gdk-for-unity\core-bundle-x86_64-macos.zip...
Successfully retrieved package type 'worker_sdk' with name 'core-bundle-x86_64-macos' and version '13.7.1-gdk-for-unity' to 'H:\dev\game\Unity\gdk-for-unity-blank-project\workers\unity\build\CoreSdk\13.7.1-gdk-for-unity\core-bundle-x86_64-macos.zip'
Downloading core-static-fullylinked-arm-ios to H:\dev\game\Unity\gdk-for-unity-blank-project\workers\unity\build\CoreSdk\13.7.1-gdk-for-unity\core-static-fullylinked-arm-ios.zip...
Downloading...
Encountered an error during command execution.
System.Exception: Exit code 1 while running:
H:\dev\programs.improbable\spatial\spatial.exe
UnityEngine.Debug:LogError(Object) Improbable.Gdk.Tools.RedirectedProcess:Run() (at H:/dev/game/Unity/gdk-for-unity/workers/unity/Packages/com.improbable.gdk.tools/RedirectedProcess.cs:156) Improbable.Gdk.Tools.DownloadCoreSdk:Download() (at H:/dev/game/Unity/gdk-for-unity/workers/unity/Packages/com.improbable.gdk.tools/DownloadCoreSdk.cs:133) Improbable.Gdk.Tools.DownloadCoreSdk:TryDownload() (at H:/dev/game/Unity/gdk-for-unity/workers/unity/Packages/com.improbable.gdk.tools/DownloadCoreSdk.cs:111) Improbable.Gdk.Tools.GenerateCode:Generate() (at H:/dev/game/Unity/gdk-for-unity/workers/unity/Packages/com.improbable.gdk.tools/GenerateCode.cs:76) Improbable.Gdk.Tools.GenerateCode:InitializeOnLoad() (at H:/dev/game/Unity/gdk-for-unity/workers/unity/Packages/com.improbable.gdk.tools/GenerateCode.cs:49) `
Failed to download SpatialOS Core Sdk version 13.7.1-gdk-for-unity. You can use SpatialOS -> Download CoreSDK (force) to retry this. UnityEngine.Debug:LogError(Object) Improbable.Gdk.Tools.DownloadCoreSdk:Download() (at H:/dev/game/Unity/gdk-for-unity/workers/unity/Packages/com.improbable.gdk.tools/DownloadCoreSdk.cs:139) Improbable.Gdk.Tools.DownloadCoreSdk:TryDownload() (at H:/dev/game/Unity/gdk-for-unity/workers/unity/Packages/com.improbable.gdk.tools/DownloadCoreSdk.cs:111) Improbable.Gdk.Tools.GenerateCode:Generate() (at H:/dev/game/Unity/gdk-for-unity/workers/unity/Packages/com.improbable.gdk.tools/GenerateCode.cs:76) Improbable.Gdk.Tools.GenerateCode:InitializeOnLoad() (at H:/dev/game/Unity/gdk-for-unity/workers/unity/Packages/com.improbable.gdk.tools/GenerateCode.cs:49)
Windows 10 64bit, Unity 2019.1.3f1 (as installation guide say)