http://bugs.winehq.org/show_bug.cgi?id=17331
Summary: ABBYY ScanTo Office 1.0 Demo: program doesn't run, no output on console Product: Wine Version: 1.1.14 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: a.strich.b@web.de
ABBYY ScanTo Office 1.0 is a GUI application. I got the demo at http://fr7.abbyy.com/scanto/Scanto01TB.exe The install works (with lots of fixme's and err's), but when I try to run ScanToOffice.exe, nothing happens. No log output on console, even with WINEDBG="+trace,+all"
http://bugs.winehq.org/show_bug.cgi?id=17331
--- Comment #1 from Andreas Hermann Braml a.strich.b@web.de 2009-02-09 14:53:49 --- Created an attachment (id=19355) --> (http://bugs.winehq.org/attachment.cgi?id=19355) console log of the installer run
http://bugs.winehq.org/show_bug.cgi?id=17331
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=17331
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com URL| |http://www.abbyy.com/scantoo | |ffice/?param=36274 Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |Installer
--- Comment #2 from Dan Kegel dank@kegel.com 2009-02-10 05:40:59 --- Note: if you try running the installer from some other directory, you may get an error "Invalid parameters in the command line.". Best to be in the same directory as the downloaded installer before starting it. This tripped me up for a while.
I see the problem, too; ScanToOffice.exe exits quickly and silently. Looking at the +seh,+relay log, I see
003f:Call advapi32.RegOpenKeyExW(80000001,003b0990 L"Software\ABBYY\Fine Objects",00000000,00020019,0032fc30) ret=39427cde 003f:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=39427cde ... 003f:Call msvcrt._CxxThrowException(0032fca4,39441158) ret=3940ec18 ... 003f:Call KERNEL32.WriteFile(00000008,003b0990,00000040,0032f40c,00000000) ret=39425292 Some files are corrupted. Please reinstall ABBYY ScanTo Office^M
For some reason, that error message doesn't make it anywhere visible.
It kind of seems like the app is upset that a registry key isn't set, RegOpenKeyExW returns ERROR_FILE_NOT_FOUND.
Looking for that key with $ grep "Fine Objects" .wine/*.reg I see .wine/system.reg:[Software\ABBYY\TrigrammsInstaller\7.00\Fine Objects] 1234265049
so perhaps it's just being created in the wrong place? Next step might be to install on Windows and see where the Fine Objects registry key gets put.
http://bugs.winehq.org/show_bug.cgi?id=17331
--- Comment #3 from Andreas Hermann Braml a.strich.b@web.de 2009-02-13 06:18:56 --- Unfontunately, I don't have any (virtual) Windows machines around to test :(
http://bugs.winehq.org/show_bug.cgi?id=17331
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|Installer |
--- Comment #4 from Austin English austinenglish@gmail.com 2010-08-26 11:42:11 --- Still in wine-1.3.1-182-g56b8d5d.
http://bugs.winehq.org/show_bug.cgi?id=17331
--- Comment #5 from butraxz@gmail.com 2013-04-23 15:32:51 CDT --- No update for 900 days. Is this still an issue in 1.5.28 or higher or should this be closed as abandoned ?
https://bugs.winehq.org/show_bug.cgi?id=17331
Jarkko K jarkko_korpi@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jarkko_korpi@hotmail.com
--- Comment #6 from Jarkko K jarkko_korpi@hotmail.com --- I just tried this with 1.7.18
and I got the error
Some files are corrupted. Please reinstall ABBYY ScanTo Office
https://bugs.winehq.org/show_bug.cgi?id=17331
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #7 from winetest@luukku.com --- Still valid wine 2.4
https://bugs.winehq.org/show_bug.cgi?id=17331
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|ABBYY ScanTo Office 1.0 |ABBYY ScanTo Office 1.0 |Demo: program doesn't run, |demo installer reports |no output on console |corrupted installation Keywords| |Installer CC| |focht@gmx.net URL|http://www.abbyy.com/scanto |https://web.archive.org/web |office/?param=36274 |/20060512221236/http://fr7. | |abbyy.com/scanto/Scanto01TB | |.exe
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive:
https://web.archive.org/web/20060512221236/http://fr7.abbyy.com/scanto/Scant...
I don't think the app did ever properly install. Although the installer claims success with very old Wine versions such as 1.2.x and 1.3.x, the console contains:
--- snip --- ... Internal Program Error: C:\FineReader7\FineObjects\SRC\ResourceInfo.cpp, 406. Some files are corrupted. Please reinstall ABBYY ScanTo Office ... --- snip ---
If you got this message when running the application after installation via WINEDEBUG usage as Dan highlighted in comment #2, well there is your problem.
The installer problem is still present. Newer Wine versions display the last line 'Some files are corrupted. Please reinstall ABBYY ScanTo Office' via error message box. That's due to msi internal UI implemented a long time ago.
I will rechristen the bug for the partial/corrupted installation problem because that's very likely the root cause for the app not working.
$ sha1sum Scanto01TB.exe 410f4da7b7e2d1a188ce760f3e44291f531c583a Scanto01TB.exe
$ du -sh Scanto01TB.exe 38M Scanto01TB.exe
$ wine --version wine-6.0-rc4-13-gc20d49026fb
Regards