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]