Server micro profiler not working until you change either FPS or STR

When attempting to use the ServerProfiler, if you immediately press “Start Recording” it will return a broken result. If you modify the Frames Per Second and/or Seconds to Record options and then record, suddenly the logs work as intended.

The browser console error is:

Cannot read properties of undefined (reading ‘framestart’)
at InitViewerVars (log_A8750_microprofile_20241024-163724.html:513:40)
at InitMain (log_A8750_microprofile_20241024-163724.html:8124:5)
at log_A8750_microprofile_20241024-163724.html:8162:9

Hi. The problem definitely exists. I think the fact that changing these options leads to valid dumps is more of a coincidence. I recently found this workaround: right after the first (non-functional) dump is done, start recording the second one right away, and it should be valid.
I go into more detail in this thread.

1 Like