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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 2021.2):
Fixed profiler throwing BeginSample/EndSample mismatch errors when opening preferences from the profile window while profiling.