azagaya / laigter

Laigter: automatic normal map generator for sprites!
https://azagaya.itch.io/laigter
GNU General Public License v3.0
905 stars 62 forks source link

Laigter runtime prompts missing libgomp-1.dll and libmcfgthread-1.dll error #111

Closed wcxu21 closed 1 month ago

wcxu21 commented 1 month ago

I am from China, thanks for the application.

When I download the binary program released and run it, it prompts that libgomp-1.dll and libmcfgthread-1.dll are missing and cannot run. I found the solution on the Internet. I need to download these two files and extract and copy them to the same directory before I can run.

You can download the binary file at https://github.com/niXman/mingw-builds-binaries.

I hope that these two Dll files will be included in the files released in the future, otherwise there may be many users like me who encounter error prompts and cannot run normally.

Thank you all for your work, thank you.

aenerv7 commented 1 month ago

Same issue here. I think these two dlls, which are related to OpenMP, come with gcc compiler and that's why released version doesn't contain them.

azagaya commented 1 month ago

Oh sorry, i forgot to add those...

azagaya commented 1 month ago

would you check this? https://github.com/azagaya/laigter/actions/runs/11333738954/artifacts/2054799022

wcxu21 commented 1 month ago

would you check this? https://github.com/azagaya/laigter/actions/runs/11333738954/artifacts/2054799022

This version can run normally after decompression, and there will be no prompt for missing files. :-)

I looked at the time properties of these two Dll files. Why don't you use the dynamic link library compiled with the newer version?

azagaya commented 1 month ago

I looked at the time properties of these two Dll files. Why don't you use the dynamic link library compiled with the newer version?

Im not sure i understand you. Im using the pre-compiled libraries from qt with mingw, so im grabbing the dlls also from there. Im not building the dlls, just using the prebuilt ones provided by qt installer in the github workflow.

wcxu21 commented 1 month ago

This is not a problem, the software works just fine. Thank you for testing.

azagaya commented 1 month ago

Cool! Im glad it worked! thanks for reporting!