ABGT 5.6 Beta Null Pointer Exceptions

Issue #13 closed
Sam Narain created an issue

A variety of Null Pointer exceptions occur with the ABGT tool in 5.6.0 B3. The GraphEditor window will not populate after spawning its window.

Tailing Editor.log indicates EditorGUIUtilityBindings.gen.cs:31 has the culprit. Here is an excerpt of the output.

(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/editor/EditorGUIUtilityBindings.gen.cs Line: 318)

NullReferenceException: Object reference not set to an instance of an object
  at UnityEditor.EditorGUIUtility.TempContent (System.String[] texts) [0x00001] in /Users/builduser/buildslave/unity/build/artifacts/generated/common/editor/EditorGUIUtilityBindings.gen.cs:318 
  at UnityEditor.EditorGUI.Popup (Rect position, Int32 selectedIndex, System.String[] displayedOptions, UnityEngine.GUIStyle style) [0x00015] in /Users/builduser/buildslave/unity/build/artifacts/generated/common/editor/EditorGUIBindings.gen.cs:552 
  at UnityEditor.EditorGUILayout.Popup (Int32 selectedIndex, System.String[] displayedOptions, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) [0x00019] in /Users/builduser/buildslave/unity/build/Editor/Mono/EditorGUI.cs:6356 
  at AssetBundleGraph.AssetBundleGraphEditorWindow.DrawGUIToolBar () [0x00163] in /Users/sam/Projects/UNITY/Testing Ground/Testing Ground/Assets/AssetBundleGraph/Editor/GUI/AssetBundleGraphEditorWindow.cs:571 
  at AssetBundleGraph.AssetBundleGraphEditorWindow.OnGUI () [0x00002] in /Users/sam/Projects/UNITY/Testing Ground/Testing Ground/Assets/AssetBundleGraph/Editor/GUI/AssetBundleGraphEditorWindow.cs:820 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000d0] in /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222 
  • OSX 10.11.6, using the editor with force-metal.

Comments (6)

  1. Log in to comment