Got this problem during running from Dos

Hi, I encountered a weird problem which is got an error.

[ INFO:0] global c:\build\master_winpack-build-win64-vc15\opencv\modules\core\src\parallel\registry_parallel.impl.hpp (96) cv::parallel::ParallelBackendRegistry::ParallelBackendRegistry core(parallel): Enabled backends(3, sorted by priority): ONETBB(1000); TBB(990); OPENMP(980)
[ INFO:0] global c:\build\master_winpack-build-win64-vc15\opencv\modules\core\src\utils\plugin_loader.impl.hpp (67) cv::plugin::impl::DynamicLib::libraryLoad load N:\opencv\build\x64\vc15\bin\opencv_core_parallel_onetbb452_64d.dll => FAILED
[ INFO:0] global c:\build\master_winpack-build-win64-vc15\opencv\modules\core\src\utils\plugin_loader.impl.hpp (67) cv::plugin::impl::DynamicLib::libraryLoad load opencv_core_parallel_onetbb452_64d.dll => FAILED
[ INFO:0] global c:\build\master_winpack-build-win64-vc15\opencv\modules\core\src\utils\plugin_loader.impl.hpp (67) cv::plugin::impl::DynamicLib::libraryLoad load N:\opencv\build\x64\vc15\bin\opencv_core_parallel_tbb452_64d.dll => FAILED
[ INFO:0] global c:\build\master_winpack-build-win64-vc15\opencv\modules\core\src\utils\plugin_loader.impl.hpp (67) cv::plugin::impl::DynamicLib::libraryLoad load opencv_core_parallel_tbb452_64d.dll => FAILED
[ INFO:0] global c:\build\master_winpack-build-win64-vc15\opencv\modules\core\src\utils\plugin_loader.impl.hpp (67) cv::plugin::impl::DynamicLib::libraryLoad load N:\opencv\build\x64\vc15\bin\opencv_core_parallel_openmp452_64d.dll => FAILED
[ INFO:0] global c:\build\master_winpack-build-win64-vc15\opencv\modules\core\src\utils\plugin_loader.impl.hpp (67) cv::plugin::impl::DynamicLib::libraryLoad load opencv_core_parallel_openmp452_64d.dll => FAILED

                GRD method for Cost Computation
                GF method for cost aggregation
                Weight-Median Post-processing
--------------------------------------------------------

 Cost Aggregation in Scale Space

--------------------------------------------------------

you’re gonna have to put more care into your question.

for one, there isn’t a question.

for another, you point at all that and wave your hands. half the output is mere INFO lines that can be ignored.

and then you haven’t even thought of explaining WHAT it is you’re doing there, shown any source or pointed at some existing project you’re compiling.

oh and screenshots of text is BAD.

you should anticipate such things. DO NOT make this like pulling teeth.

those messages are not errors.

there is an option in latest master to “hotswap” parallelization engines at runtime, and those info messages are from there (noone actually has those dlls, they’r enot resdistributed)

so, don’t worry, and no messages in RELEASE build…

1 Like

Sorry, I will correct my mistake, I hope it will not happen again. I’m also new to the programming, so I’m still learning to improve myself.

Thanks, I thought it came from coding, and some I didn’t patch with visual studio. Thanks for your answer. I’ve found the solution from your answer.