diff --git a/renderdoc/driver/ihv/nv/nv_counter_enumerator.cpp b/renderdoc/driver/ihv/nv/nv_counter_enumerator.cpp index ddef6f73d..ff4971e7d 100644 --- a/renderdoc/driver/ihv/nv/nv_counter_enumerator.cpp +++ b/renderdoc/driver/ihv/nv/nv_counter_enumerator.cpp @@ -430,6 +430,7 @@ bool NVCounterEnumerator::InitializeNvPerf() { RDCWARN("NvPerf could not set library search path"); } + nv::perf::UserLogEnableStderr(false); return nv::perf::InitializeNvPerf(); }