SUMMARY Crow-translate crash when I try to open settings menu. Version of the Crow-translate: 3.1.0 STEPS TO REPRODUCE 1. Click in Settings (context menu or in application window) OBSERVED RESULT Crow-translate crash EXPECTED RESULT Open the menu settings SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20250222 KDE Plasma Version: 6.3.1 KDE Frameworks Version: 6.11.0 Qt Version: 6.8.2 Kernel Version: 6.13.3-1-default (64-bit) Graphics Platform: Wayland ADDITIONAL INFORMATION Log of Crow-translate from a Konsole terminal ~ crow qt.qpa.wayland: Wayland does not support QWindow::requestActivate() terminate called after throwing an instance of ‘std::filesystem::__cxx11::filesystem_error’ what(): filesystem error: recursive directory iterator cannot open directory: No existe el fichero o el directorio [/usr/share/tessdata/]
Hi - based on that last message about looking for /usr/share/tessdata/ , if you install tesseract-ocr, does it the crash still occur?
I installed: tesseract-ocr 5.5.0-1.3 tesseract-ocr-traineddata-eng 4.1.0+git.20240801.8741641-1.2 Now works and don't crash anymore. Maybe is necessary that the packager add these two packages as required dependency to avoid the crash? (I know more people with the problem).
Yep, that would be it - the dependency on tesseract-ocr must just be missing in the openSUSE Tumbleweed packaging for Crow Translate - the openSUSE Factory maintainers would be the right contacts there to help make sure that's in place for others. Thanks!
(In reply to John Kizer from comment #3) > Yep, that would be it - the dependency on tesseract-ocr must just be missing > in the openSUSE Tumbleweed packaging for Crow Translate - the openSUSE > Factory maintainers would be the right contacts there to help make sure > that's in place for others. > > Thanks! Do you take care of saying it?
That should come from you or another Tumbleweed user to be able to verify the fix - the openSUSE bug reporting information is located here: https://en.opensuse.org/openSUSE:Submitting_bug_reports
(In reply to John Kizer from comment #5) > That should come from you or another Tumbleweed user to be able to verify > the fix - the openSUSE bug reporting information is located here: > https://en.opensuse.org/openSUSE:Submitting_bug_reports Thanks. I said it in https://bugzilla.opensuse.org/show_bug.cgi?id=1236838.
tesseract-ocr is not listed as a requirement in openSuse leap 15.6 either. installing 'fixed' crow-translation crash for me too. Thanks.