Search Issue Tracker
Not Reproducible
Votes
0
Found in
2017.1.0a5
Issue ID
894532
Regression
Yes
[OSX][Regression] InvalidOperationException thrown after creating new project on OSX
Steps to repro:
1. Open Unity on OSX;
2. Create new project through Launcher;
3. Observe the console.
Expected result:
No errors are thrown in the console.
Actual result:
Error:
'InvalidOperationException: Operation is not valid due to the current state of the object
System.Collections.Stack.Pop () (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections/Stack.cs:329)'
is thrown after creating new project (see attached screenshot).
Regression introduced in Unity 2017.1.0a5.
Workaround is to reset Editor's layout to Default.
Notes:
- Reproducible in 2017.1.0a5 trunk, 2017.1.0a6(dev branch);
- Not reproducible in 2017.1.0a4, 5.6.0f2, 5.5.2p1;
- Reproducible only on OSX 10.12.3 (GlCore), not reproducible on Windows 10 (DX11);
- Reproducible only when creating new project through Launcher / not reproducible when upgrading project or creating new project in already opened Editor;
- This error is also shown when opening Play mode.
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 RaiseException when terrain detail instancing is excessive
- Prefab variant reference is lost when assigned by click-and-drag in Prefab Editor mode
- Opening any dropdown in Shader Graph stops the Nodes preview but it still plays in the background
- GPU utilization increases when a GameObject is selected
- Motion Blur has sharp edges when object is moving in the foreground of another object
Add comment