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
- URPPreprocessBuild.OnPostProcessBuild is never executed when building the Player
- [Linux] Using CTRL+Shift+A shortcut for Add Component throws GUI Rendering Errors
- Crash on MonoBehaviour::Transfer<YAMLRead> when upgrading the Magic Leap XR Plugin
- Image is distorted when VisualElement is scaled and Scale Mode set to scale-and-crop
- Euler angles return different values during Animation Event when using Playables API and the time is 0
Resolution Note (fix version 2021.2):
Fixed profiler throwing BeginSample/EndSample mismatch errors when opening preferences from the profile window while profiling.