-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Program closes without any error message during an encounter #7
Comments
This is an issue that has affected a very small number of users that I've not managed to figure out so far. I've narrowed it down somewhat, but the root cause seems to be in either the VC++ installation or in the OCR framework and outside of code under my control. |
After a bit of research and testing, it looks like there's an issue with the one of Tesseract's dependent libraries (Leptonica) and processors that don't support AVX instructions (introduced in 2011). @Soruk has a pull request in the Tesseract wrapper library that contains a build of Leptonica that works with CPU's that don't support AVX, although it doesn't appear to have been accepted yet. I am able to run a working version of TemTemTracker using @Soruk's updated Tesseract library. |
Thanks for letting me know. |
Hi I can use my fork on the develop branch with compiled Leptonica DLLs for x86 / x64. |
There is no error message and no log file (that I can find) to help determine the cause of the issue.
The text was updated successfully, but these errors were encountered: