Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2021.1.X
Votes
0
Found in
2021.1.0a2
Issue ID
1286545
Regression
Yes
[Linux] Non-matching Profiler marker error thrown on selecting "Preferences" option from "Additional Options" in the Profiler
On clicking "Preferences" in Profiler window editor throws Non-matching Profiler error, refer the attached video.
Steps to Repro:
1. Create a new project
2. Window > Anaysis > Profiler
3. Profiler window > Burger button(Right-side on window ) > Preferences > Click
Actual Result:
"Non-matching Profiler" error thrown on selecting " Preferences" option from the "Additional Options" in Profiler window
Expected Result:
Preferences window should be open gracefully
Working Fine in:
2021.1.0a1
Reproducible in:
2021.1.0a2
Environment: Ubuntu 18.04 LTS
Stack trace:
Non matching Profiler.EndSample (BeginSample and EndSample count must match): UnityEditor.CoreModule.dll!UnityEditor::ContainerWindow.Internal_BringLiveAfterCreation()
Previous 5 samples:
UnityEngine.IMGUIModule.dll!UnityEngine::Event.Internal_SetNativeEvent()
mscorlib.dll!System::Object.wbarrier_conc()
UnityEngine.IMGUIModule.dll!UnityEngine::Event.set_current()
UnityEditor.CoreModule.dll!UnityEditor::EditorGUIUtility.get_magnifyGestureEventType()
UnityEngine.IMGUIModule.dll!UnityEngine::Event.get_type()
In the scope:
EditorLoop
Main Thread
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
- 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
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
Resolution Note (fix version 2021.2):
Fixed profiler throwing BeginSample/EndSample mismatch errors when opening preferences from the profile window while profiling.