http://bugs.winehq.org/show_bug.cgi?id=20770
Summary: FineReader 8 crashes after importing images into an empty batch Product: Wine Version: 1.1.33 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: acheron@front.ru
Created an attachment (id=24860) --> (http://bugs.winehq.org/attachment.cgi?id=24860) Crash log for an empty batch
When I import one or several image files into an empty batch, FineReader 8 adds them to the batch, then crashes (displays a "seroius error" window) and freezes. To stop it I have to press ^C in the terminal window.
When I start FineReader again after the crash, all the imported images are there.
Similar crash happens after saving the batch, but in this case FineReader doesn't freese after I close the error window.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #1 from A.C.Heron acheron@front.ru 2009-11-20 10:22:40 --- Created an attachment (id=24861) --> (http://bugs.winehq.org/attachment.cgi?id=24861) Crash log for saving a batch
Additional note: both logs were recorded for a fresh WINE profile. No other programs installed or non-WINE DLLs.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2009-11-20 10:22:57 --- Hi.
Get a crash log with debug symbols and attach it here. You could find a separate package with debug symbols or build Wine from source.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #3 from A.C.Heron acheron@front.ru 2009-11-20 10:33:25 --- How to build from source with debug symbols? What ./configure options do I need?
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2009-11-20 10:40:48 --- (In reply to comment #3)
How to build from source with debug symbols? What ./configure options do I need?
Nothing special, use defaults - './configure'. Symbols are compiled in by default.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #5 from A.C.Heron acheron@front.ru 2009-11-20 10:58:28 --- Is it enough to disable stripping debug symbols after the compilation?
If no, can you tell which switch in http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.... disables debug symbols?
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com 2009-11-20 11:06:23 --- (In reply to comment #5)
Is it enough to disable stripping debug symbols after the compilation?
I think yes, it's enough, Wine makefiles don't strip by default.
If no, can you tell which switch in http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-1.1.... disables debug symbols?
Sorry, never used gentoo portages.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #7 from A.C.Heron acheron@front.ru 2009-11-20 12:36:49 ---
Sorry, never used gentoo portages.
That's fairly simple. Configuration is done in src_configure(), econf passes all switches to ./configure. Expressions like "$(use_with alsa)" become "--with-alsa" if "alsa" flag is set, or "--without-alsa" if not. Similarly "$(use_with ncurses curses)" becomes "--with-curses" or "--without-curses" depending on "ncurses" flag.
But looks like this time I only had to add "strip" to "RESTRICT" variable. Portage strippes everything, unless told otherwise.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #8 from A.C.Heron acheron@front.ru 2009-11-20 12:36:54 --- Created an attachment (id=24865) --> (http://bugs.winehq.org/attachment.cgi?id=24865) Log for saving a batch, unstripped WINE
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #9 from A.C.Heron acheron@front.ru 2009-11-20 12:36:58 --- Created an attachment (id=24866) --> (http://bugs.winehq.org/attachment.cgi?id=24866) Log for an empty batch, unstripped WINE
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com 2009-11-21 07:58:33 --- What is 'wine --version' output? If it's a 1.1.33 (equals exactly) then please retest with current.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #11 from A.C.Heron acheron@front.ru 2009-11-21 13:13:20 --- Created an attachment (id=24881) --> (http://bugs.winehq.org/attachment.cgi?id=24881) Crash log after saving a batch
Compiled git version (commit: d963e97f32249ba25128be7f890b3eb55e9db9a0, branch: master). Finereader stopped crashing after importing. Thanks.
You even fixed another old problem where Finereader refused to quit with non-empty batch — now it quits after saving it.
But now Finereader crashes and freezes a few seconds after saving a batch. The log is attached.
Also it sometimes crashes after loading a batch. I'll try to reproduce it and save the log.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #12 from A.C.Heron acheron@front.ru 2009-11-21 13:22:51 --- Created an attachment (id=24882) --> (http://bugs.winehq.org/attachment.cgi?id=24882) Crash log for loadind a batch
This crash doesn't reproduce well. The same batch may open fine or crash Finereader. The crash seems more likely, if I move mouse while the batch is being processed and page thumbnails are being created.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com 2009-11-21 13:24:58 --- (In reply to comment #11)
Compiled git version (commit: d963e97f32249ba25128be7f890b3eb55e9db9a0, branch: master). Finereader stopped crashing after importing. Thanks.
You even fixed another old problem where Finereader refused to quit with non-empty batch — now it quits after saving it.
Ok, not me necessary :). Could you please try with native comctl32 to be sure? Use 'winetricks cc580'.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #14 from A.C.Heron acheron@front.ru 2009-11-21 13:52:41 --- Created an attachment (id=24883) --> (http://bugs.winehq.org/attachment.cgi?id=24883) Crash log with comctl32 for FineReader
(In reply to comment #13)
Ok, not me necessary :).
The problem still existed in 1.1.33. It got fixed very recently :)
Could you please try with native comctl32 to be sure? Use 'winetricks cc580'.
Do you mean http://kegel.com/wine/winetricks ?
It downloaded and installed http://download.microsoft.com/download/platformsdk/redist/5.80.2614.3600/w9x... With it FineReader crashed right after the start.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #15 from A.C.Heron acheron@front.ru 2009-11-21 13:52:48 --- Created an attachment (id=24884) --> (http://bugs.winehq.org/attachment.cgi?id=24884) Crash log with comctl32 for winecfg
In the git version even winecfg crashes with comctl32. I'll try clean install again.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #16 from A.C.Heron acheron@front.ru 2009-11-21 14:05:43 --- Created an attachment (id=24885) --> (http://bugs.winehq.org/attachment.cgi?id=24885) Winecfg crash after installing comctl32
Clean Wine profile. winecfg still crashes with external comctl32. The log is the output of the commands: $ WINEPREFIX=~/killme2/ winecfg $ WINEPREFIX=~/killme2/ bash ~/winetricks.sh cc580 $ WINEPREFIX=~/killme2/ winecfg
Or should I file a separate bug for this?
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #17 from Vitaliy Margolen vitaliy@kievinfo.com 2009-11-21 17:00:59 --- (In reply to comment #16)
Or should I file a separate bug for this?
Don't bother, it will be closed as invalid. Any bugs related to using of native dlls are considered invalid.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #18 from Dmitry Timoshkov dmitry@codeweavers.com 2009-11-23 07:25:23 --- winetricks has got some bug fixes recently, please give it a try.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #19 from A.C.Heron acheron@front.ru 2009-11-23 14:29:16 --- The version on http://kegel.com/wine/winetricks has modification date "Thu, 22 Oct 2009 12:24:57 GMT". This is the version I tried. The file "cc32inst.exe" it downloads has modification date "Thu, 22 Mar 2001 18:00:38 GMT". Are there any newer versions?
Similar trouble happens not only to git versions, but also to Wine release 1.1.33.
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #20 from A.C.Heron acheron@front.ru 2009-11-23 14:44:20 --- The only "difference" in the trunk version of winetricks http://winezeug.googlecode.com/svn/trunk/winetricks is that in sets winecfg.exe, explorer.exe and iexplore.exe to use builtin comctl32. Of course that doesn't prevent FineReader from crashing with native comctl32.
http://bugs.winehq.org/show_bug.cgi?id=20770
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lukasz.wojnilowicz@gmail.co | |m
--- Comment #21 from NSLW lukasz.wojnilowicz@gmail.com 2010-06-05 07:19:52 --- I experience no crash when importing image (.jpg 630x474) in FineReader 8.
Steps that I've taken: 1) wine FineReader8.exe 2) Choose "Continue using Try&Buy version" and hit ok 3) Ctrl+0 to open image (the batch is empty) 4) Select image placed on Desktop and click open
no crash at all on Wine 1.2-rc2
http://bugs.winehq.org/show_bug.cgi?id=20770
--- Comment #22 from Austin English austinenglish@gmail.com 2012-03-19 14:53:14 CDT --- This is your friendly reminder that there has been no bug activity for 650 days. Is this still an issue in current (1.4 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=20770
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |adys.wh@gmail.com Resolution| |FIXED
--- Comment #23 from Jerome Leclanche adys.wh@gmail.com 2012-04-19 22:05:29 CDT --- Reported fixed
http://bugs.winehq.org/show_bug.cgi?id=20770
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #24 from Alexandre Julliard julliard@winehq.org 2012-04-27 13:00:28 CDT --- Closing bugs fixed in 1.5.3.