Skip to content
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

Open
asadsnowman opened this issue Sep 27, 2020 · 4 comments
Open

Program closes without any error message during an encounter #7

asadsnowman opened this issue Sep 27, 2020 · 4 comments

Comments

@asadsnowman
Copy link

There is no error message and no log file (that I can find) to help determine the cause of the issue.

@mculig
Copy link
Owner

mculig commented Sep 27, 2020

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.

@asadsnowman
Copy link
Author

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.

@mculig
Copy link
Owner

mculig commented Sep 28, 2020

Thanks for letting me know.
I imagine it will be a while before this fix makes its way all the way to TemtemTracker, but I'll keep an eye out for updated builds of the .NET wrapper for Tesseract I use.

@Soruk
Copy link

Soruk commented Sep 28, 2020

Hi

I can use my fork on the develop branch with compiled Leptonica DLLs for x86 / x64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants