Failed to load ‘aqProf.dll’ , ‘VtuneApi.dll’ , ‘VtuneApi32e.dll’

Hi,

We are trying to clean up unnecessary logs, errors in particular, as they cause confusion for some of our users. Whenever we run our packaged project, the engine always logs the following errors:

LogWindows: Failed to load 'aqProf.dll' (GetLastError=126)
LogWindows: File 'aqProf.dll' does not exist
LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64).
LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126)
LogWindows: File 'VtuneApi.dll' does not exist
LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126)
LogWindows: File 'VtuneApi32e.dll' does not exist

I found this post on EPS: [Log cleanup - missing aqProf.dll, VtuneApi.dll, [Content removed] that suggests modifying the engine’s plugins and using a global definition along with a unique build environment, either of which would require a source build.

Is there any way to disable these messages in our project without building the engine from source (other than adding the unnecessary profiling modules)?

[Attachment Removed]

Steps to Reproduce
Launch any packaged project without the relevant profiling modules enabled.

[Attachment Removed]

Hello!

It is possible to change the verbosity of logging channels but this happens after the external profilers are initialized. There is unfortunately no way to avoid those log entries when the external profiling code is active.

Regards,

Martin

[Attachment Removed]