Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  ArgumentException: Getting control 0's position in a group with only 0 controls when
#1
I keep getting flooded with the error below and don't really know what to do since I can't even figure out how to use your tool properly. It happens when I enter Edit path mode with a newly created Solver/Rope GameObject which has a Very Long Cable Blueprint applied. Edit mode itself is missing all gui's but I can see/modify control points.

I just bought this today and I'm pretty disappointed that there are no quick, easy to follow tutorials (that get updated). This tool is more complicated than it needs to be, so there should be better documentation and tutorials available to get people using it quicker.


ArgumentException: Getting control 0's position in a group with only 0 controls when doing repaint
Aborting
UnityEngine.GUILayoutGroup.GetNext () (at C:/buildslave/unity/build/Modules/IMGUI/LayoutGroup.cs:122)
UnityEngine.GUILayoutUtility.DoGetRect (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) (at C:/buildslave/unity/build/Modules/IMGUI/GUILayoutUtility.cs:428)
UnityEngine.GUILayoutUtility.GetRect (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) (at C:/buildslave/unity/build/Modules/IMGUI/GUILayoutUtility.cs:385)
UnityEngine.GUILayout.DoToggle (System.Boolean value, UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) (at C:/buildslave/unity/build/Modules/IMGUI/GUILayout.cs:108)
UnityEngine.GUILayout.Toggle (System.Boolean value, UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) (at C:/buildslave/unity/build/Modules/IMGUI/GUILayout.cs:105)
Obi.ObiPathEditor.DrawToolButtons () (at Assets/Obi/Editor/RopeAndRod/ObiPathEditor.cs:513)
Obi.ObiPathEditor.DrawUIWindow (System.Int32 windowID) (at Assets/Obi/Editor/RopeAndRod/ObiPathEditor.cs:502)
UnityEngine.GUILayout+LayoutedWindow.DoWindow (System.Int32 windowID) (at C:/buildslave/unity/build/Modules/IMGUI/GUILayout.cs:444)
UnityEngine.GUI.CallWindowDelegate (UnityEngine.GUI+WindowFunction func, System.Int32 id, System.Int32 instanceID, UnityEngine.GUISkin _skin, System.Int32 forceRect, System.Single width, System.Single height, UnityEngine.GUIStyle style) (at C:/buildslave/unity/build/Modules/IMGUI/GUI.cs:1643)
UnityEngine.GUIUtilityLenguarocessEvent(Int32, IntPtr) (at C:/buildslave/unity/build/Modules/IMGUI/GUIUtility.cs:179)
Reply


Messages In This Thread
ArgumentException: Getting control 0's position in a group with only 0 controls when - by adamamtiam - 26-11-2019, 09:16 PM