zdenop / qt-box-editor

QT4 editor of tesseract-ocr box files
https://zdenop.github.io/qt-box-editor/
Apache License 2.0
170 stars 66 forks source link

Cannot run on Windows 8 #51

Closed bliet closed 5 years ago

bliet commented 8 years ago

When I run the exe (in the same folder like the dependecies) I get a Runtime Error. runtimeerror

SeriousM commented 7 years ago

same here. downloaded the editor and added the dependencies to it

kubaizi commented 6 years ago

any news guys on this issue ?

zdenop commented 6 years ago

Do you have 32 or 64 bit windows?

kubaizi commented 6 years ago

64

zdenop commented 6 years ago

Try this: https://github.com/zdenop/qt-box-editor/releases/tag/v1.12rc1 I do not use qt-box-editor for a long time and building it on windows it huge pain...

binarydata commented 5 years ago

Try this: https://github.com/zdenop/qt-box-editor/releases/tag/v1.12rc1 I do not use qt-box-editor for a long time and building it on windows it huge pain...

In regards to this as a fix, here's what happens when you run it. qt_box_error

zdenop commented 5 years ago

Did you install Microsoft Visual C++ 2017 Redistributable package?

binarydata commented 5 years ago

msft_redist These are all the Microsoft Visual C++ packages I have installed.

zdenop commented 5 years ago

Can you try qt-box-editor-1.12rc1a-portable.zip? It works for me.

binarydata commented 5 years ago

Can you try qt-box-editor-1.12rc1a-portable.zip? It works for me.

On my work laptop, it screams about the Qt Plugins not being found. On my personal laptop, I haven't tried. I've been super slammed at work, I'll have time to try it tonight/tomorrow.

axltfytx commented 5 years ago

12rca

Windows 10 Qt5.11 qt-box-editor-1.12rc1a-portable.zip It doesn't work

zdenop commented 5 years ago

I am sorry, I can not reproduce problem on my computer, so we need to play this game "download and try": Here is another package qt-box-editor-1.12rc1b-portable.zip - please try it ;-)

binarydata commented 5 years ago

I am sorry, I can not reproduce problem on my computer, so we need to play this game "download and try": Here is another package qt-box-editor-1.12rc1b-portable.zip - please try it ;-)

Sorry for the late reply. I checked the dependencies and it all checks out. So I'm running Windows 10, not windows 8. However, I found v1.08, and it works. I'm going to try v1.09 and v1.10 when I get home. I'm not sure what's changed between v1.08 and v1.12 but for some reason, it does not like it.

zdenop commented 5 years ago

I am building and running it on Windows 10 with QT 5.11 and VS 2017... Old version was build with mingw, but it is very difficult to build recent tesseract on windows with mingw

binarydata commented 5 years ago

I'll see if I can provide you with any more information. What build of Windows 10 are you on, and what do you have of VS 2017 installed?

I have everything on VS 2017 installed. I'm rocking the latest release of Windows 10. I'll see if I can't send a dxdiag over.

zdenop commented 5 years ago

I have:

I still believe that there is just missing some lib, but I have problem to find computer without installed QT ;-)

zdenop commented 5 years ago

OK. Another try: I found out that QT has tool windeployqt.exe that should help to solve QT dependencies. So I created new (64bit) package qt-box-editor-1.12rc1c-portable.zip. I hope it will works now... Please test it let me know results....

zdenop commented 5 years ago

Can somebody check it?

binarydata commented 5 years ago

qt_box_1_12rc1

Works for me now. Though, I've gotta now figure out how to compile tesseract-ocr and some other stuff together.