[Bug 18635] New: Menu bar is hidden in Adobe Lightroom 2.3
http://bugs.winehq.org/show_bug.cgi?id=18635 Summary: Menu bar is hidden in Adobe Lightroom 2.3 Product: Wine Version: 1.1.22 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: thomas+wine(a)stromberg.org With the Adobe Lightroom 2.3 demo, the menu bar titles (File, etc.) do not display. If you click on the area that they should be, the menu does appear however. Lightroom 2.3 can be downloaded from https://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_lightroom (free Adobe login required) I'm not sure where to go about tracing the issue down to, but I did notice the following calls that show that it is calling DrawMenuBar(). 0009:Call user32.GetMenu(0002003c) ret=60030cbe 0009:Ret user32.GetMenu() retval=000000f0 ret=60030cbe 0009:Call user32.GetMenuBarInfo(0002003c,fffffffd,00000000,0032e1a4) ret=60030cec fixme:menu:GetMenuBarInfo (0x2003c,0xfffffffd,0x00000000,0x32e1a4) 0009:Ret user32.GetMenuBarInfo() retval=00000000 ret=60030cec 0009:Call user32.GetSystemMenu(0002003c,00000000) ret=60030beb 0009:Ret user32.GetSystemMenu() retval=00000280 ret=60030beb 0009:Call user32.GetSystemMenu(0002003c,00000000) ret=60030c06 0009:Ret user32.GetSystemMenu() retval=00000280 ret=60030c06 0009:Call user32.GetMenuItemInfoW(00000280,0000f060,00000000,0032e08c) ret=60030c22 0009:Ret user32.GetMenuItemInfoW() retval=00000001 ret=60030c22 0009:Call user32.DrawMenuBar(0002003c) ret=6008d171 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18635 --- Comment #1 from Thomas Stromberg <thomas+wine(a)stromberg.org> 2009-05-26 15:15:10 --- Created an attachment (id=21340) --> (http://bugs.winehq.org/attachment.cgi?id=21340) A selection of user32/menu related calls from Lightroom 2.3 (WINEDEBUG=+relay) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18635 Thomas Stromberg <thomas+wine(a)stromberg.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |user32 Platform|Other |PC-x86-64 OS/Version|other |Linux -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18635 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.adobe.com/cfusio | |n/tdrc/index.cfm?product=ph | |otoshop_lightroom Severity|enhancement |trivial -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18635 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-05-26 21:55:38 --- Looks like GetMenuBarInfo() needs to be implemented. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18635 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|trivial |minor -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18635 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.adobe.com/cfusio |http://trials.adobe.com/App |n/tdrc/index.cfm?product=ph |lications/LTRM/2/LTRM2_WWEF |otoshop_lightroom |G_win.exe -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18635 --- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-07-09 10:55:26 --- Does the following patch for the bug 18776 help? http://www.winehq.org/pipermail/wine-patches/2009-June/074119.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18635 Jeff Polk <polk(a)DELOS.COM> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |polk(a)DELOS.COM --- Comment #4 from Jeff Polk <polk(a)DELOS.COM> 2009-10-21 19:34:16 --- I tested with that patch on the latest version from git today (47ec8ab) and it does not resolve the problem. The menu bar is still missing but clicking where the tabs should be brings up the menus. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18635 Steve Rencontre <q.winehq(a)rsn-tech.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |q.winehq(a)rsn-tech.co.uk --- Comment #5 from Steve Rencontre <q.winehq(a)rsn-tech.co.uk> 2010-05-26 06:37:57 --- I'm using LR 2.7 and Wine 1.1.41 with Fedora 12/64-bit and Nvidia graphics. I found the menu bar displays correctly if you set the Windows version to Vista or Win7. (Still have other graphics problems which make the app unusable.) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18635 --- Comment #6 from Thomas Stromberg <thomas+wine(a)stromberg.org> 2010-08-24 09:11:57 --- I wanted to confirm that this issue still exists in Lightroom 3.0 and wine 1.2, and is fixed by setting the winever to vista. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18635 --- Comment #7 from Roland Baudin <roland65(a)free.fr> 2012-01-18 15:17:04 CST --- Created attachment 38432 --> http://bugs.winehq.org/attachment.cgi?id=38432 Hidden menubar patch I fixed the issue by mixing two patches I found on the Internet. Here is the patch for wine 1.3.35. Note the Vista trick is not a solution because there are several problems like dialog not displayed etc. with this Windows version. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18635 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |37756 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18635 --- Comment #8 from Austin English <austinenglish(a)gmail.com> --- http://download.adobe.com/pub/adobe/lightroom/win/2.x/LTRM2_WWEFG_win_2_3.ex... Still present. austin(a)debian-home:~$ sha1sum LTRM2_WWEFG_win_2_3.exe d7e63cb0d2651dd7dcab753bcef8001d152dd6ae2 LTRM2_WWEFG_win_2_3.exe austin(a)debian-home:~$ du -h LTRM2_WWEFG_win_2_3.exe 132M LTRM2_WWEFG_win_2_3.exe austin(a)debian-home:~$ wine --version wine-1.7.33-31-gcacc9ae -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18635 Teras <teras(a)luukku.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |teras(a)luukku.com --- Comment #9 from Teras <teras(a)luukku.com> --- Still an issue wine-1.7.38-186-g0e24c33 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18635 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://trials.adobe.com/App |http://download.adobe.com/p |lications/LTRM/2/LTRM2_WWEF |ub/adobe/lightroom/win/2.x/ |G_win.exe |LTRM2_WWEFG_win_2_3.exe -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18635 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #10 from super_man(a)post.com --- (In reply to Teras from comment #9)
Still an issue
wine-1.7.38-186-g0e24c33
wine 1.9.7 and staging 1.9.6 and it also crashes while starting. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18635 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net URL|http://download.adobe.com/p |https://web.archive.org/web |ub/adobe/lightroom/win/2.x/ |/20150910201220/http://down |LTRM2_WWEFG_win_2_3.exe |load.adobe.com/pub/adobe/li | |ghtroom/win/2.x/LTRM2_WWEFG | |_win.exe Summary|Menu bar is hidden in Adobe |Adobe Lightroom 2.3: Menu |Lightroom 2.3 |bar is hidden -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18635 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://web.archive.org/web |https://web.archive.org/web |/20150910201220/http://down |/20110814225143/http://down |load.adobe.com/pub/adobe/li |load.adobe.com/pub/adobe/li |ghtroom/win/2.x/LTRM2_WWEFG |ghtroom/win/2.x/LTRM2_WWEFG |_win.exe |_win_2_3.exe -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18635 Tomáš Bžatek <bugs(a)bzatek.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugs(a)bzatek.net --- Comment #11 from Tomáš Bžatek <bugs(a)bzatek.net> --- Menu bars have been working fine for the past several wine releases and Lightroom versions. Lightroom 2.3 is an ancient history now, I guess this bugreport can be peacefully closed. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18635 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |z.figura12(a)gmail.com Fixed by SHA1| |a205401b385d06ed8204c5f3ed3 | |abccdebbeb129 --- Comment #12 from Zeb Figura <z.figura12(a)gmail.com> --- (In reply to Tomáš Bžatek from comment #11)
Menu bars have been working fine for the past several wine releases and Lightroom versions. Lightroom 2.3 is an ancient history now, I guess this bugreport can be peacefully closed.
Thanks for testing. Based on the patch from comment 7, I'm guessing that this was fixed by Wine commits [1] and [2]. I'm going to go ahead and mark the later commit as the fixed-by SHA1. [1] https://source.winehq.org/git/wine.git/commitdiff/cd08b5a40abfe33bae339d4514... [2] https://source.winehq.org/git/wine.git/commitdiff/a205401b385d06ed8204c5f3ed... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18635 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 7.8. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla