MSG_FILE_OPENFAILED

%s

Windows could not open this file.

Error code: [%u] %s

Indicates that an attempt to open a source file failed. The Windows error code is included in the message.

Parameters

%s
Path to the source file
%u
Windows error code
%s
Windows error message

Solution

You should study the additional error information in the message and use that as a guide for any remedial action. It may be that the source file's path is invalid.