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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment