Giter Site home page Giter Site logo

Comments (5)

Tentacule avatar Tentacule commented on July 20, 2024

Can you run the command below and add the output to this issue
ldconfig -p -v | grep libdl

from pgstosrt.

Tentacule avatar Tentacule commented on July 20, 2024

I cannot reproduce this issue with Ubuntu on Windows.

But you can retry with the latest version (v1.4.0), it has an improved linux support and error logging, by now you should have a more descriptive message than "Exception has been thrown by the target of an invocation".

from pgstosrt.

douglas11534 avatar douglas11534 commented on July 20, 2024

Trying with v1.4.0 gives this output:

$ dotnet PgsToSrt.dll --input test2.sup --output test2.srt --tesseractlanguage eng
PgsToSrt 1.4.0.0

2021/03/05 13:19:40.603|INFO|Detected tesseract language data for language 'eng'.
2021/03/05 13:19:40.647|INFO|Starting OCR for 494 items...
2021/03/05 13:19:40.770|ERROR|Failed: Unable to load shared library 'libtesseract.so.4' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: /snap/core18/current/lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by /lib/x86_64-linux-gnu/libtesseract.so.4) Unable to load shared library 'libtesseract.so.4' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: /snap/core18/current/lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by /lib/x86_64-linux-gnu/libtesseract.so.4)

Checking the current GLIBC version:

$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.2) 2.31
...

from pgstosrt.

Tentacule avatar Tentacule commented on July 20, 2024

Ok, it's not working because you installed dotnet 5 through Snap and libtesseract with apt (or another 'non-snap' package manager).

Unfortunatly that's leading to a situation where this version of dotnet 5 is depending on Snap 'core18' (ie. Ubuntu 18), but libtessract4 is compiled to work on Ubuntu 20 (your Ubuntu installed version).

I may create a Snap version of PgsToStr in the future but the quick fix for now is to install dotnet 5 with apt.

https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu#2004-

from pgstosrt.

douglas11534 avatar douglas11534 commented on July 20, 2024

Thanks for the info.
I have installed dotnet with apt as you suggested and the software now runs without a problem.
Great work!

from pgstosrt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.