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
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
Add comment