UB-Mannheim/tesseract

Perhaps a problem running v5.0.0 alpha 2021-05-06 on some machines?

niksedk opened this issue · 3 comments

thx for the new alpha version :)

It runs fine for me... but some users seem to have problems with some (missing?) dll files, libgcc_s_dw2-1.dll and libgcc_s_sjlj-1.dll:
SubtitleEdit/subtitleedit#5029 (comment)

Any ideas?

iGom commented

I can confirm it happens for me, but only in 32bit one

Yes, sorry, the 32 bit installer was incomplete. This was caused by a Debian cross compiler update which no longer provides libgcc_s_dw2-1.dll and requires libgcc_s_dw2-1.dll in addition.

I replaced the faulty installer by a new one with the same name and content, but added the two missing DLL files to it.

Please test it and close the issue if it works for you.

Thx Stefan, works great now :)