-
Notifications
You must be signed in to change notification settings - Fork 122
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
Scanner crashed immediately after start scanning #53
Comments
try #40 |
Restart the game? Still failed. |
Have the same issue. Scanner closes the paimon menu, attacks once, then opens it again, then crashes. UI is not compressed and I have attempted multiple restarts. |
The application was crashing for me as well on Windows 10. I found that the OCR engine (Tesseract) requires that the Microsoft Visual C++ redistributable be installed on the system. I installed the x86 redistributable and it stopped crashing. The redistributable can be downloaded from Microsoft at the following location: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 |
Thanks for the info. I will include that into my readme and maybe project |
@mai-pai Thanks for the reply! Unfortuntately, it still failed. |
@sagelga What you can try since the application doesn't have any logging, is to run the application using dnSpy to capture the error to help determine why it's crashing. That's what I used to determine I was missing the redistributable on my machine. |
@mai-pai Interesting...
Isn't these dependencies should be listed to be install before using? |
@sagelga That's should be part of the Tesseract component and should be in the x86 folder under the application folder. That error is a false positive, I got the same error when the microsoft redistributable wasn't installed. It doesn't mean the dll is missing, it just means it can't load that dll. When you said you installed the redistributable did you install the x64 version or the x86 version? This application is 32bit so it needs the 32bit (x86) redistributable. If you've already installed the redistributable then it's possible "leptonica-1.80.0.dll" is dependent on something else that may not be on your system. |
It worked! I only install x64 and got that error. Dear @Andrewthe13th this is quite crucial that you should tell other people to download the C++ redistributable! Since this issue has been resolved, I will close this issue and might send you a PR for the instruction update. |
I currently unable to scan with the 0.9 version of the game. No clue on how.
How to reproduce
Information about the PC
The text was updated successfully, but these errors were encountered: