microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

MRTK Feature tool fails to install WLT Core 1.3.0 #9640

Closed camnewnham closed 9 months ago

camnewnham commented 3 years ago

Describe the bug

Attempting to install WLT Core 3.1.0 via the MRTK Feature tool appears to fail to correctly install. It appears that the downloaded .tar.gz is invalid based on both the error message in Unity and attempting to open the .tar.gz with 7Zip.

To reproduce

Steps to reproduce the behavior:

  1. Download feature tool
  2. Add WLT Core 1.3.0 to project via tool
  3. Launch project
  4. Observe it doesn't work
  5. Install WLT Core 1.2.6
  6. Observe it does work.

Screenshots

If applicable, add screenshots to help explain your problem. image

image

Your setup (please complete the following information)

Target platform (please complete the following information)

keveleigh commented 3 years ago

@davidkline-ms FYI

david-c-kline commented 3 years ago

Thanks for the report @camnewnham! What version of the Feature Tool are you running? There were some recent changes to attempt to help resolve this issue (catch 0 length files).

To help diagnose, can you send us the contents of the MixedRealityFeatureTool.log file? (c:\users\\AppData\Local\MixedRealityFeatureTool)

camnewnham commented 3 years ago

No worries @davidkline-ms here is the log:

Mixed Reality Feature Tool 1.0.2103.3
[14/04/2021 3:22:20 PM] Loading feature catalog.
[14/04/2021 3:22:25 PM] Loading the project manifest.
[14/04/2021 3:22:25 PM] Project manifest successfully loaded.
[14/04/2021 3:22:25 PM] Looking for previously imported features.
[14/04/2021 3:22:25 PM] Found 3 imported features.
Project Unity version 2020.3.3f1
[14/04/2021 3:22:31 PM] Downloading 1 feature packages. (overwrite: False)
[14/04/2021 3:22:31 PM] Downloading com.microsoft.mixedreality.worldlockingtools 1.3.0
[14/04/2021 3:22:31 PM] Downloaded com.microsoft.mixedreality.worldlockingtools 4882432 bytes (00:00:00.0026613)
[14/04/2021 3:22:31 PM] Download complete (00:00:00.0036116).
[14/04/2021 3:22:34 PM] Loading the project manifest for preview.
[14/04/2021 3:22:34 PM] Project manifest successfully loaded.
[14/04/2021 3:22:34 PM] Adding com.microsoft.mixedreality.worldlockingtools-1.3.0.tgz to the project manifest.
[14/04/2021 3:22:44 PM] Saving curent manifest as C:\Users\<me>\Documents\<myproject>\Packages\manifest.json.backup
[14/04/2021 3:22:44 PM] Copying feature packages into the project (remove previous: True).
[14/04/2021 3:22:44 PM] Copying com.microsoft.mixedreality.worldlockingtools-1.3.0.tgz to MixedReality.
[14/04/2021 3:22:44 PM] Feature package copy complete.
[14/04/2021 3:22:44 PM] Writing updated project manifest
[14/04/2021 3:22:44 PM] Project manifest updated

The file isn't zero length, just appears to be corrupt. In 7Zip:

image

If you'd like to inspect the exact file that's getting downloaded I've uploaded it here: https://drive.google.com/file/d/1niCxkyk0Gb8-IzLMJZ-a_KrF8OMgytjy/view?usp=sharing

stale[bot] commented 2 years ago

This issue has been marked as stale by an automated process because it has not had any recent activity. It will be automatically closed in 30 days if no further activity occurs. If this is still an issue please add a new comment with more recent details and repro steps.

IssueSyncBot commented 9 months ago

We appreciate your feedback and thank you for reporting this issue.

Microsoft Mixed Reality Toolkit version 2 (MRTK2) is currently in limited support. This means that Microsoft is only fixing high priority security issues. Unfortunately, this issue does not meet the necessary priority and will be closed. If you strongly feel that this issue deserves more attention, please open a new issue and explain why it is important.

Microsoft recommends that all new HoloLens 2 Unity applications use MRTK3 instead of MRTK2.

Please note that MRTK3 was released in August 2023. It features an all new architecture for developing rich mixed reality experiences and has a minimum requirement of Unity 2021.3 LTS. For more information about MRTK3, please visithttps://www.mixedrealitytoolkit.org.

Thank you for your continued support of the Mixed Reality Toolkit!