Search Issue Tracker
Fixed
Votes
0
Found in
6000.0.0f1
Issue ID
UUM-71403
Regression
Yes
Error is thrown when entering play mode with build profiles docked and standalone profiler open
Steps to reproduce:
- Create a new project
- Open Build Profiles window (File > Build Profiles)
- Dock Build Profiles window next to the Inspector tab
- Click on the Inspector tab
- Open Standalone Profiler (Window > Analysis > Profiler (Standalone Process))
- Enter Play Mode
- If the error is not shown, open standalone profiler again (Window > Analysis > Profiler (Standalone Process)) and enter play mode again.
Expected results: No errors are thrown
Actual results: An error is thrown:
{code:java}
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.Build.Profile.BuildProfileWindow.SendWorkflowReport () (at /Users/bokken/build/output/unity/unity/Modules/BuildProfileEditor/BuildProfileWindow.cs:501)
UnityEditor.Build.Profile.BuildProfileWindow.OnDisable () (at /Users/bokken/build/output/unity/unity/Modules/BuildProfileEditor/BuildProfileWindow.cs:159){code}
Tested on (OS): macOS Intel
Comments (1)
-
liveasnotes
May 06, 2024 07:36
A similar problem was confirmed on Windows 10.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Fixed by another internal issue: UUM-71078: Build Profiles - SendWorkflowReport() NullReferenceException if window is docked, but not active