When the ZeroMeasurementAnalyser runs a report on a machine not using an OS with a supported "CpuDetector" it throws a null reference exception. This occurs on the line var currentFrequency = summary.HostEnvironmentInfo.Cpu.Value.MaxFrequency();, because Cpu.Value is null when using that OS.