Asking for Help - Log File

Just finished watching the video on “Asking for Help” in the “Unreal 4.22 C++ Developer: Learn C++ and Make Video Games”. I opened up the UE log file for the game kit BullCowGame. I have done nothing to the game except download the zip file, extracted the contents, and run the game inside the UE editor. The log file shows a few errors at the top of the log (see extract below). I assume these are to be expected or do I have components missing?

Log file open, 05/12/21 00:07:55
LogWindows: Failed to load ‘aqProf.dll’ (GetLastError=126)
LogWindows: File ‘aqProf.dll’ does not exist
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
LogConsoleResponse: Display: Failed to find resolution value strings in scalability ini. Falling back to default.
LogInit: Display: Running engine for game: BullCowGame
LogPakFile: Registered encryption key ‘00000000000000000000000000000000’: 0 pak files mounted, 0 remain pending
LogPlatformFile: Not using cached read wrapper
LogTaskGraph: Started task graph with 5 named threads and 35 total threads with 3 sets of task threads.
LogStats: Stats thread started at 0.543428
LogD3D11RHI: Loaded GFSDK_Aftermath_Lib.x64.dll
LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +0:00, Platform Override: ‘’

Those are all fine.

1 Like

Thank you. I assumed they were Ok but thought I’d just check.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms