http://bugs.winehq.org/show_bug.cgi?id=20034
Summary: Photos are not displayed in Adobe Photoshop Lightroom Product: Wine Version: 1.1.29 Platform: PC URL: http://www.adobe.com/go/trylightroom OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: vesuri@jormas.com
When photos are imported into Adobe Photoshop Lightroom 2.x they appear as empty gray boxes. It seems that the photos themselves do not get drawn at all which makes the photo editor rather useless.
It does not make a difference whether native or builtin gdiplus library is used. With native gdiplus the UI is rendered correctly but the photos are missing; with builtin gdiplus there are other problems in the UI as well but the photos are also missing.
http://bugs.winehq.org/show_bug.cgi?id=20034
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-09-13 16:08:26 --- Attach (as a plain text file DO NOT paste) complete terminal output of running this program. http://wiki.winehq.org/FAQ#get_log
http://bugs.winehq.org/show_bug.cgi?id=20034
--- Comment #2 from Vesa Halttunen vesuri@jormas.com 2009-09-26 05:48:27 --- Created an attachment (id=23762) --> (http://bugs.winehq.org/attachment.cgi?id=23762) Output of wine lightroom.exe &> ~/tmp/log.txt
Any debug options that might give a more informative log?
http://bugs.winehq.org/show_bug.cgi?id=20034
Mike mike@angryteeth.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Mike mike@angryteeth.net 2009-11-25 10:42:26 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=20034
Matti Hämäläinen ccr@tnsp.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ccr@tnsp.org
--- Comment #4 from Matti Hämäläinen ccr@tnsp.org 2011-09-12 20:03:18 CDT --- This issue is also present in Lightroom 3.3 (and probably other versions as well.)
http://bugs.winehq.org/show_bug.cgi?id=20034
--- Comment #5 from Matti Hämäläinen ccr@tnsp.org 2011-09-13 10:08:32 CDT --- I think I've found a solution to the problem, at least for Lightroom 3.3: The lack of image display is due to missing sRGB ICM profile that Lightroom requires from the "OS" aka Wine. To solve the lack of it, one can be copied, for example, from ImageMagick package. In Debian GNU/Linux (Testing):
$ sudo apt-get install imagemagick-common
and copy the profile file to correct location:
$ cp /etc/ImageMagick/sRGB.icm "$HOME/.wine/drive_c/windows/system32/spool/drivers/color/srgb color space profile.icm"
You will also need to install native Windows gdiplus.dll and set the override, due to Wine's gdiplus implementation bugs. Other native components may be necessary as well (see my posting on the AppDb Lightroom 3.3 page.)
I hope this helps.
http://bugs.winehq.org/show_bug.cgi?id=20034
--- Comment #6 from Hans Leidekker hans@meelstraat.net 2011-09-13 12:34:28 CDT --- (In reply to comment #5)
I think I've found a solution to the problem, at least for Lightroom 3.3: The lack of image display is due to missing sRGB ICM profile that Lightroom requires from the "OS" aka Wine. To solve the lack of it, one can be copied, for example, from ImageMagick package. In Debian GNU/Linux (Testing):
$ sudo apt-get install imagemagick-common
and copy the profile file to correct location:
$ cp /etc/ImageMagick/sRGB.icm "$HOME/.wine/drive_c/windows/system32/spool/drivers/color/srgb color space profile.icm"
You will also need to install native Windows gdiplus.dll and set the override, due to Wine's gdiplus implementation bugs. Other native components may be necessary as well (see my posting on the AppDb Lightroom 3.3 page.)
/usr/share/color/icc seems to be place where applications look for system-wide ICC profiles on Linux. Wine should perhaps scan that in addition to c:\windows\system32\spool\drivers\color.
http://bugs.winehq.org/show_bug.cgi?id=20034
--- Comment #7 from Matti Hämäläinen ccr@tnsp.org 2011-09-16 04:37:50 CDT --- More search paths seem like a good idea, though I would also like if there was some kind of warning message presented to the user if no color profile(s) are found and the application uses color management.
I am not sure how practical this kind of warning is to implement, though.
http://bugs.winehq.org/show_bug.cgi?id=20034
--- Comment #8 from Hans Leidekker hans@meelstraat.net 2011-09-16 07:24:16 CDT --- (In reply to comment #7)
More search paths seem like a good idea, though I would also like if there was some kind of warning message presented to the user if no color profile(s) are found and the application uses color management.
I am not sure how practical this kind of warning is to implement, though.
Can you attach a WINEDEBUG=+icm,+mscms trace? That should tell us which color management functions are called.
http://bugs.winehq.org/show_bug.cgi?id=20034
--- Comment #9 from Matti Hämäläinen ccr@tnsp.org 2011-09-17 02:26:15 CDT --- Created an attachment (id=36425) --> (http://bugs.winehq.org/attachment.cgi?id=36425) WINEDEBUG="+icm,+mscms" trace WITH sRGB profile file installed
Sorry for the delay, here's the trace.
http://bugs.winehq.org/show_bug.cgi?id=20034
--- Comment #10 from Matti Hämäläinen ccr@tnsp.org 2011-09-17 02:27:55 CDT --- Created an attachment (id=36426) --> (http://bugs.winehq.org/attachment.cgi?id=36426) WINEDEBUG="+icm,+mscms" trace WITHOUT sRGB profile file
Same, but without the file installed. Not much of difference, though.
Oh, and the traces are from Lightroom 3.3. No idea if other versions differ, but I doubt that somewhat.
http://bugs.winehq.org/show_bug.cgi?id=20034
--- Comment #11 from Austin English austinenglish@gmail.com 2011-09-20 14:02:58 CDT --- Should be fixed by http://source.winehq.org/git/wine.git/commitdiff/7200072622dc14873bd0a9430c5...
http://bugs.winehq.org/show_bug.cgi?id=20034
--- Comment #12 from Matti Hämäläinen ccr@tnsp.org 2011-09-23 03:35:53 CDT --- (In reply to comment #11)
Should be fixed by http://source.winehq.org/git/wine.git/commitdiff/7200072622dc14873bd0a9430c5...
Doesn't make a difference, the color profile file needs still to be present, obviously.
http://bugs.winehq.org/show_bug.cgi?id=20034
--- Comment #13 from Hans Leidekker hans@meelstraat.net 2011-09-23 03:46:14 CDT --- (In reply to comment #12)
(In reply to comment #11)
Should be fixed by http://source.winehq.org/git/wine.git/commitdiff/7200072622dc14873bd0a9430c5...
Doesn't make a difference, the color profile file needs still to be present, obviously.
It doesn't fix this bug but it does let Lightroom find the profile since it specifies a relative path in a call to OpenColorProfile. So these warnings should be gone now:
warn:mscms:OpenColorProfileW Unable to open color profile 2
http://bugs.winehq.org/show_bug.cgi?id=20034
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.adobe.com/go/try |http://www.adobe.com/suppor |lightroom |t/downloads/product.jsp?pro | |duct=113&platform=Windows CC| |imwellcushtymelike@gmail.co | |m
--- Comment #14 from Ken Sharp imwellcushtymelike@gmail.com --- Still present in Wine 1.7.12. Affects all versions of Lightroom.
http://bugs.winehq.org/show_bug.cgi?id=20034
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #15 from hanska2@luukku.com --- Care to try with wine 1.7.24?
https://bugs.winehq.org/show_bug.cgi?id=20034
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.adobe.com/suppor |http://download.adobe.com/p |t/downloads/product.jsp?pro |ub/adobe/lightroom/win/4.x/ |duct=113&platform=Windows |Lightroom_4_LS11_win_4_4.ex | |e
https://bugs.winehq.org/show_bug.cgi?id=20034
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.adobe.com/p |https://web.archive.org/web |ub/adobe/lightroom/win/4.x/ |/20150907024606/https://dow |Lightroom_4_LS11_win_4_4.ex |nload.adobe.com/pub/adobe/l |e |ightroom/win/4.x/Lightroom_ | |4_LS11_win_4_4.exe Summary|Photos are not displayed in |Adobe Lightroom 4.4 - |Adobe Photoshop Lightroom |Photos are not displayed CC| |focht@gmx.net
https://bugs.winehq.org/show_bug.cgi?id=20034
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mscms Resolution|--- |DUPLICATE Summary|Adobe Lightroom 4.4 - |Adobe Lightroom 4.4 - |Photos are not displayed |Photos are not displayed | |(needs 'sRGB Color Space | |Profile.icm') Status|NEW |RESOLVED
--- Comment #16 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 37396
Even if this bug is older the other has more dupes merged. There are probably more dupes still in Bugzilla to be discovered.
Regards
*** This bug has been marked as a duplicate of bug 37396 ***
https://bugs.winehq.org/show_bug.cgi?id=20034
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.