Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.4.13
Issue ID
UVSB-985
Regression
Yes
NullReferenceExceptions when Bolt graph window is open
When using 2020.1.1f1 I get the following errors every time I enter play mode.
{code:java}
NullReferenceException: Object reference not set to an instance of an object
Ludiq.LudiqGraphs.get_Resources () (at Assets/Package/Ludiq.Graphs/Editor/Plugin/LudiqGraphs.cs:23)
Ludiq.LudiqGraphs.get_Icons () (at Assets/Package/Ludiq.Graphs/Editor/Plugin/LudiqGraphs.cs:24)
Ludiq.GraphWindow.OnEnable () (at Assets/Package/Ludiq.Graphs/Editor/Windows/GraphWindow.cs:289)
{code}
{code:java}
NullReferenceException: Object reference not set to an instance of an object
Ludiq.GraphWindow.get_showSidebars () (at Assets/Package/Ludiq.Graphs/Editor/Windows/GraphWindow.cs:686)
Ludiq.GraphWindow.OnGUI () (at Assets/Package/Ludiq.Graphs/Editor/Windows/GraphWindow.cs:424)
UnityEditor.HostView.InvokeOnGUI (UnityEngine.Rect onGUIPosition, UnityEngine.Rect viewRect) (at /Users/builduser/buildslave/unity/build/Editor/Mono/HostView.cs:423)
UnityEditor.DockArea.DrawView (UnityEngine.Rect viewRect, UnityEngine.Rect dockAreaRect) (at /Users/builduser/buildslave/unity/build/Editor/Mono/GUI/DockArea.cs:364)
UnityEditor.DockArea.OldOnGUI () (at /Users/builduser/buildslave/unity/build/Editor/Mono/GUI/DockArea.cs:353)
UnityEngine.UIElements.IMGUIContainer.DoOnGUI (UnityEngine.Event evt, UnityEngine.Matrix4x4 parentTransform, UnityEngine.Rect clippingRect, System.Boolean isComputingLayout, UnityEngine.Rect layoutSize, System.Action onGUIHandler, System.Boolean canAffectFocus) (at /Users/builduser/buildslave/unity/build/Modules/UIElements/IMGUIContainer.cs:296)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&) (at /Users/builduser/buildslave/unity/build/Modules/IMGUI/GUIUtility.cs:189)
{code}
Expected: No graph window console errors. No references to Ludiq.
Video: [^GraphWindowCausesErrors.mp4]
Steps to reproduce
- Open this project with Unity 2020.1.1f1 on macOS.
- Open the Bolt graph window (Window > Graph)
- Enter play mode
Notice issue >> Multiple error messages. These errors don't appear if you don't have the graph window open, but that makes using Bolt unuseable.
!Screenshot 2020-08-25 at 17.04.08.png|thumbnail!
Tested Broken: Unity 2020.1.1f1, 2019.4.8f1, macOS, Bolt Main Build
Seems to have regressed in commit 79f15b11cb631bbe3729226ecc79cd41381720a3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Add comment