Git Product home page Git Product logo

Comments (10)

mai-pai avatar mai-pai commented on June 6, 2024 1

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

from inventory_kamera.

ShadowScaleFTL avatar ShadowScaleFTL commented on June 6, 2024

try #40

from inventory_kamera.

sagelga avatar sagelga commented on June 6, 2024

Restart the game? Still failed.

from inventory_kamera.

Hypn0tyk avatar Hypn0tyk commented on June 6, 2024

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.

from inventory_kamera.

Andrewthe13th avatar Andrewthe13th commented on June 6, 2024

Thanks for the info. I will include that into my readme and maybe project

from inventory_kamera.

sagelga avatar sagelga commented on June 6, 2024

@mai-pai Thanks for the reply! Unfortuntately, it still failed.
I have installed Visual Studio 2015, 2017, 2019, and 2022 C++ Redistributable packages and it still crash.
is there's anything that I can help? @Andrewthe13th Maybe some crash log or something like that?

from inventory_kamera.

mai-pai avatar mai-pai commented on June 6, 2024

@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.

from inventory_kamera.

sagelga avatar sagelga commented on June 6, 2024

@mai-pai Interesting...
I compiled the code via VS in debugger mode and it throw me this.

Failed to find library leptonica.dll
devenv_Q9DInMHbc2

Isn't these dependencies should be listed to be install before using?

from inventory_kamera.

mai-pai avatar mai-pai commented on June 6, 2024

@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.

from inventory_kamera.

sagelga avatar sagelga commented on June 6, 2024

It worked! I only install x64 and got that error.
Since I have install x84 and redo everything, it worked perfectly! Every single thing!

Dear @Andrewthe13th this is quite crucial that you should tell other people to download the C++ redistributable!
Genshin Impact nor other game all requires this, so you have to manually download it in order for it to work,

Since this issue has been resolved, I will close this issue and might send you a PR for the instruction update.

from inventory_kamera.

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.