Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.5.0a1
Issue ID
804499
Regression
Yes
[Regression][5.5][Win] InvalidExceptionError is thrown after double clicking on image file in Project folder
Steps to reproduce:
1. Open Unity 5.5 (trunk) on Windows;
2. Double click on 'Sprite' file in "Assets" folder of 'Project' tab.
Actual result:
InvalidOperationException: Operation is not valid due to the current state of the object
System.Collections.Stack.Peek () (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections/Stack.cs:321)
UnityEngine.GUILayoutUtility.EndLayoutGroup () (at C:/buildslave/unity/build/Runtime/IMGUI/Managed/GUILayoutUtility.cs:289)
UnityEditor.DockArea.EndOffsetArea () (at C:/buildslave/unity/build/Editor/Mono/GUI/DockArea.cs:449)
UnityEditor.DockArea.OnGUI () (at C:/buildslave/unity/build/Editor/Mono/GUI/DockArea.cs:358)
is shown in the console.
See attached gif video and screenshot.
Expected result:
This error should not be shown.
Regression introduced in Unity 5.5.
Notes:
- Reproducible only on Windows 10 (checked);
- Not reproducible in OSX 10.11.4;
- Reproducible in 5.5.0a1 (58d06184d89d) trunk;
- Not reproducible in 5.4.0b21, 5.3.5p1;
- Reproducible for any imag file that may be opened by external application.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
Add comment