Search Issue Tracker
Won't Fix
Votes
1
Found in
2019.1.0b3
2019.1.0f1
Issue ID
1144367
Regression
Yes
[IET] Editor crashes with "The file 'MemoryStream' is corrupted!" when entering Play Mode in any interactive tutorial
Editor crashes with "The file 'MemoryStream' is corrupted!" when entering Play Mode in any interactive tutorial.
Steps to repro:
1. Open Unity Hub.
2. Go to the Learn section.
3. Download any tutorial > start.
4. Resolve error in the console (MinAttribute).
5. Enter Play Mode
Actual Result:
Editor crashes with "The file 'MemoryStream' is corrupted!"
Expected Result:
Interactive Tutorial starts.
Reproducible on:
2019.2.0a11, 2019.1.0f1, 2019.1.0b3
Works fine on:
2019.1.0b2, 2018.3.0f2
Environment:
Windows and MacOS
Notes:
1. Before entering in Play Mode, editor spams with the following error.
TypeLoadException: Could not resolve type with token 0100000e (from typeref, class/assembly UnityEngine.Experimental.UIElements.VisualElement, UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null)
Unity.InteractiveTutorials.TutorialWindow.ApplyMaskingSettings (System.Boolean applyMask) (at Assets/Framework/Interactive Tutorials/Editor/Editor Windows/TutorialWindow.cs:629)
Unity.InteractiveTutorials.TutorialWindow.ApplyQueuedMask () (at Assets/Framework/Interactive Tutorials/Editor/Editor Windows/TutorialWindow.cs:351)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at C:/buildslave/unity/build/Editor/Mono/EditorApplication.cs:294)
2. Refer Attached video.
Comments (1)
-
EZ87
May 05, 2019 08:48
Can confirm this is happening in version 2019.1.1f1 Personal (windows 10), happens with any "getting started" tutorials.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note:
Won't fix in the tutorial.
This is due to Unity version compatibility with tutorial. In latest version of the Hub, Tutorial will look for compatible version or suggest to install one.
This current issue will be be consider as part of tutorial compatibility issue, and will be resolve with new tutorial UX.