Errors when running profiler
See original GitHub issueI’m using outlines with URP, and when opening the profiler, I get spammed with errors:
Non matching Profiler.EndSample (BeginSample and EndSample count must match): OutlinePass
Previous 5 samples:
Gfx.SetRenderTarget
Outline-1024
Gfx.SetRenderTarget
OutlinePass
Outline-1024
In the scope:
Outline-1024
ScriptableRenderer.Execute: BaseRenderer
UniversalRenderPipeline.RenderSingleCamera: Main Camera
Render Thread
If I comment out the using (new ProfilingScope(cmd, _profilingSampler))
lines in OutlinePass.cs
, the errors go away. Not sure if this is an issue with Unity or the OutlinePass.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Trace Errors And Exceptions Using Profiler
Using SQL Server profiler is the easiest way to capture the errors and exceptions occurring in a single or multiple databases.
Read more >Troubleshoot profiling errors - Visual Studio (Windows)
Troubleshoot profiling errors and fix issues · In this article · No results · Taking a long time for the results to complete...
Read more >How to Avoid SQL Server Profiler Pitfalls and Errors
Another common pitfall when using SQL Server Profiler is to run traces on production servers, which are the servers that host your live...
Read more >How to find what caused errors reported in a SQL Server ...
Don't worry about the 208 errors. 208 is "Object not found". Profiler picks up these due to what's called 'deferred name resolution'.
Read more >How To: Use SQL Profiler to Monitor Login Failures on The ...
Click on Run. 9. Wait until the error is reproduced, then click on Stop selected trace. You can view the results now. 10....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try installing is as local package (https://docs.unity3d.com/Manual/upm-ui-local.html). This should allow editing it as you like.
Thanks @abogarsukov-braingames