Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2020.1.0a24
Issue ID
1219282
Regression
No
[Profiler Standalone] Missing Profiler.EndSample errors are thrown on opening Standalone Profiler
Missing Profiler.EndSample errors are thrown on opening Standalone Profiler.
Steps to repro:
1. Create a new Project.
2. Windows > Analysis > Profiler (Standalone Process).
Actual Result:
Missing Profiler.EndSample errors thrown in the console.
Expected Result:
No errors in the console.
Reproducible in:
2020.1.0a24(79162fef2e73).
Working Fine in:
2020.1.0a23.
Note: Standalone Profiler introduced in 2020.1.0a21.
Environment:
Occurring on Windows 10 & Mac 10.15.
Stack trace:
Missing Profiler.EndSample (BeginSample and EndSample count must match): UnityEditor.dll!UnityEditor::EditorApplication.Internal_CallDelayFunctions()
Previous 5 samples:
Mono.JIT
GC.Alloc
Mono.JIT
GC.Alloc
Mono.JIT
In the scope:
UnityEditor.dll!UnityEditor::EditorApplication.Internal_CallDelayFunctions()
Inspector.Tick
Application.Tick
EditorLoop
Main Thread
Missing Profiler.EndSample (BeginSample and EndSample count must match): Inspector.Tick
Missing Profiler.EndSample (BeginSample and EndSample count must match): Application.Tick
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment