So many warnings in Unity5.5!

I’ve just patched to 5.5.p1 thinking it would get rid of some of the mess that appears in the console window but it seems to have got worse. I’m on 5.5.0.p1 on OSX.

The first red warning is every time I open the editor, in a project or even totally blank project:

ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
System.Collections.Generic.List`1[UnityEditor.EditorWindow].get_Item (Int32 index) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:633)
UnityEditor.DockArea.OnGUI () (at /Users/builduser/buildslave/unity/build/Editor/Mono/GUI/DockArea.cs:332)

Then when you try and import an asset from the store,it does this before you press import:

Timestamps (209) and assets (177) maps out of sync - repairing...
UnityEditor.Web.JSProxyMgr:smile:oTasks()

Then a bucket load of these:

The AssetDatabase contains a timestamp for '/Applications/Unity55/Unity.app/Contents/UnityExtensions/Unity/VR/Win64/openvr_api.dll', but no mapped GUID. This timestamp will be removed from the database.
UnityEditor.Web.JSProxyMgr:smile:oTasks()

I am amazed that Unity can release something twice and still not either encounter these warnings or fix them. Or did they see them and ignore them? Or has the editor not been tested on OSX? Do you windows guys see these warnings too?

Have you tried nuking library folder? Because “timestamp” errors is what I got when I downgraded 5.5.0p1 project to 5.4.3

P.S. Just in case: nuking library folder would mean full project reimport.

Thanks, I just tried that and the first red warning still shows up 8 times on every time I open Unity editor.

I’d hazard guess that it is either an os specific (haven’t seen this one), or layout specific. I think I may have experienced something similar, but honestly I’m not sure.

Have you tried resetting window layout? It is somewhere within “window” menu, I believe.

Thanks neginfinity. That was the cause. I reset to factory layout and then rearranged them how I like them. Re saved the custom layout and the dock warning has gone away. Wont know if it’s fixed the other warnings until i import an package again.