ogkalu2 / comic-translate

Desktop app for automatically translating comics - BDs, Manga, Manhwa, Fumetti and more in a variety of formats (Image, Pdf, Epub, cbr, cbz, etc) and in multiple languages.
Apache License 2.0
1.01k stars 94 forks source link

Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized. #79

Open s87343472 opened 3 months ago

s87343472 commented 3 months ago

OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or silently produce incorrect results. For more information, please see http://www.intel.com/software/products/support/. PS G:\comic-translate-main\comic-translate-main>

ogkalu2 commented 2 months ago

Can you try running this again with the latest update ?

Try running it in a virtual environment also: I added the instructions for that in the Readme https://github.com/ogkalu2/comic-translate#installation

s87343472 commented 2 months ago

I'll try it, thanks for the reply