ParameterControllerView.CreateSearchParameterList NullReferenceException

Whenever I open an existing project or create a new one I’m getting this error:

NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Graphs.ParameterControllerView.CreateSearchParameterList (System.String newSearch, Int32 searchMode) (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/Animation/ParameterControllerView.cs:509)
UnityEditor.Graphs.ParameterControllerView.RebuildList () (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/Animation/ParameterControllerView.cs:456)
UnityEditor.Graphs.ParameterControllerView.ResetUI () (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/Animation/ParameterControllerView.cs:268)
UnityEditor.Graphs.AnimatorControllerTool.set_animatorController (UnityEditor.Animations.AnimatorController value) (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/Animation/AnimatorControllerTool.cs:60)
UnityEditor.Graphs.AnimatorControllerTool.DetectAnimatorControllerFromSelection () (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/Animation/AnimatorControllerTool.cs:270)
UnityEditor.Graphs.AnimatorControllerTool.OnEnable () (at C:/buildslave/unity/build/Editor/Graphs/UnityEditor.Graphs/Animation/AnimatorControllerTool.cs:300)
UnityEditorInternal.InternalEditorUtility:LoadSerializedFileAndForget(String)
UnityEditor.WindowLayout:LoadWindowLayout(String, Boolean)

Filed a bugreport #710067.

Hi!

We are aware of this bug and are working on a fix. For now, simply reset your layout and the problem should be gone.

cheers.

pp

Thanks for the quick reply. Reverting to factory settings does indeed fix the issue, after you restarted Unity as well.