Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Language and DLL problem

skyboating
Beginner
550 Views

today, i am working on a program which works perfect before.

But when i run it now, there is such bug report.

OMP: Warning #2: Cannot open message catalog "2052\\libiomp5ui.dll"

it is also strange that the console language changes to Janpanese, which i don't want to.

I am not sure what happens with the environment.

0 Kudos
1 Solution
JenniferJ
Moderator
550 Views

This is a known bug and is fixed. But the fix is not available now. It should be in the next coming update 6.

In "Debug" build you may have some msg to output. In this case the omp runtime will look for the matching text to display. If you have Japanese locale settting, it will be looking for 1041 subfolder and if no such subfolder exists, it displays this msg.

There are several work-arounds for this. See this article about it.

Jennifer

View solution in original post

0 Kudos
3 Replies
skyboating
Beginner
550 Views

I have tried in release mode, it works at least without error message,

but in debug mode

it always report the error message.

OMP: Warning #2: Cannot open message catalog "2052\libiomp5ui.dll":
OMP: System error #126: The specified module could not be found.
OMP: Info #3: Default messages will be used

I don't know if if any one has the experience about the problem, thank you very much in advance!

0 Kudos
JenniferJ
Moderator
551 Views

This is a known bug and is fixed. But the fix is not available now. It should be in the next coming update 6.

In "Debug" build you may have some msg to output. In this case the omp runtime will look for the matching text to display. If you have Japanese locale settting, it will be looking for 1041 subfolder and if no such subfolder exists, it displays this msg.

There are several work-arounds for this. See this article about it.

Jennifer

0 Kudos
skyboating
Beginner
550 Views
It works now, thank you very much
0 Kudos
Reply