http://bugs.winehq.org/show_bug.cgi?id=20163
Summary: Wine freezes when using application menus Product: Wine Version: 1.1.29 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: scallegari@arces.unibo.it
To reproduce:
- Install Foxit pdf editor demo free download from http://www.foxitsoftware.com/pdf/editor/ either version 2.0 or 2.1 - Run the application - Try using the menus (File, etc...) from the top menubar - The application freezes.
http://bugs.winehq.org/show_bug.cgi?id=20163
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine freezes when using |Foxit pdf editor - freezes |application menus |when using application | |menus
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-09-26 12:24:41 --- Please attach (as a plain text file) complete terminal output. http://wiki.winehq.org/FAQ#get_log
http://bugs.winehq.org/show_bug.cgi?id=20163
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=20163
Rein Klazes wijn@online.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #2 from Rein Klazes wijn@online.nl 2009-09-27 02:06:56 --- I installed 2.1 ( needed "winetricks mfc42") and confirm a nasty hang with the program looping over GetMenuItemID() calls with an invalid menu handle.
Reason why the menu handle is invalid is familiar: it has called DestroyMenu() on it before. In windows the menu is "locked" because the menu is a submenu in another menu. In wine does not "lock" menus.
So this bug is a duplicate.
*** This bug has been marked as a duplicate of bug 18175 ***
http://bugs.winehq.org/show_bug.cgi?id=20163
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2009-09-27 11:10:02 --- Closing
https://bugs.winehq.org/show_bug.cgi?id=20163
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20110708101925/http://cdn0 | |1.foxitsoftware.com/pub/fox | |it/editor/desktop/win/2.x/2 | |.1/enu/FoxitPDFEditor21_enu | |_Setup.exe CC| |focht@gmx.net Summary|Foxit pdf editor - freezes |Foxit PDF Editor 2.x |when using application |freezes when using main |menus |menu
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive:
https://web.archive.org/web/20110708101925/http://cdn01.foxitsoftware.com/pu...
Foxit PDF Editor 2.1.0 build 702
I can't reproduce the hang with old Wine 1.4, 1.5.x, 1.6 and 1.7 releases. The main menu interaction is fine. I clicked main and sub-menus, hovered over menu items etc. Loaded PDF. No freezes/hangs.
There is a problem with text rendering of some popup-menu/sub-menu items. The menu item text is not drawn, only the accelerator character and the icon on left side. That problem disappeared in Wine 1.5.x series.
This bug is marked as dupe of bug 18175. Comments there indicate the problem still present up to Wine 1.7.x releases. That doesn't correspond with my testing.
Whatever ...
$ sha1sum FoxitPDFEditor21_enu_Setup.exe 324b85a374f0a3bb0e5a04ce7cd4cbdb5b0a52cf FoxitPDFEditor21_enu_Setup.exe
$ du -sh FoxitPDFEditor21_enu_Setup.exe 3.4M FoxitPDFEditor21_enu_Setup.exe
$ wine --version wine-1.4
Regards