The bug
When enabling the F3 pie chart using Shift+F3, I was spammed with the following error:
Tried to pop one too many times! Mismatched push() and pop()?I also received these errors, though they weren't spammed like the one above:
Profiler tick already started - missing endTick()?
Profiler tick ended before path was fully popped (remainder: 'root'). Mismatched push/pop?
Cannot push 'mouse' to profiler if profiler tick hasn't started - missing startTick()?
Cannot pop from profiler if profiler tick hasn't started - missing startTick()?
Cannot push 'fpslimit_wait' to profiler if profiler tick hasn't started - missing startTick()?
Cannot pop from profiler if profiler tick hasn't started - missing startTick()?
Profiler tick already ended - missing startTick()?Comments 0
No comments.