[Bug 47217] Adobe Lightroom 7.2, 7.5 and 8.1 with GPU Acceleration enabled crash when opening import module (d2d_effect_GetValue is a stub)

WineHQ Bugzilla wine-bugs at winehq.org
Sun Dec 27 09:12:37 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=47217

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
            Summary|Adobe Lightroom crashes in  |Adobe Lightroom 7.2, 7.5
                   |d2d:d2d_device_context_Draw |and 8.1 with GPU
                   |Image                       |Acceleration enabled crash
                   |                            |when opening import module
                   |                            |(d2d_effect_GetValue is a
                   |                            |stub)
                 CC|                            |focht at gmx.net
     Ever confirmed|0                           |1
                URL|                            |https://prodesigntools.com/
                   |                            |prdl-download/Nimbus/8B6881
                   |                            |3B39A14CCD91DDCE8D93225574/
                   |                            |1548399558333/LRCC_2.1_2018
                   |                            |1129-0106-61a316d_win64_Rel
                   |                            |ease_ESD.zip
           Keywords|                            |download

--- Comment #2 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

confirming. Refining some fields.

Direct download link for 'Lightroom CC 2019':

https://prodesigntools.com/adobe-cc-2019-direct-download-links.html

https://prodesigntools.com/prdl-download/Nimbus/8B68813B39A14CCD91DDCE8D93225574/1548399558333/LRCC_2.1_20181129-0106-61a316d_win64_Release_ESD.zip

Wine source:

https://source.winehq.org/git/wine.git/blob/e377786a71c3b6eab5bc11c0b1c9c7c3dc309398:/dlls/d2d1/effect.c#l179

--- snip ---
 132 static HRESULT STDMETHODCALLTYPE d2d_effect_GetValue(ID2D1Effect *iface,
UINT32 index, D2D1_PROPERTY_TYPE type,
 133         BYTE *value, UINT32 value_size)
 134 {
 135     FIXME("iface %p, index %u, type %#x, value %p, value_size %u stub!\n",
iface, index, type,
 136             value, value_size);
 137 
 138     return E_NOTIMPL;
 139 }
--- snip ---

$ sha1sum LRCC_2.1_20181129-0106-61a316d_win64_Release_ESD.zip 
bff2ef23ed6e90b57072129d55a5f81a2ca00bc9 
LRCC_2.1_20181129-0106-61a316d_win64_Release_ESD.zip

$ du -sh LRCC_2.1_20181129-0106-61a316d_win64_Release_ESD.zip 
909M    LRCC_2.1_20181129-0106-61a316d_win64_Release_ESD.zip

$ wine --version
wine-6.0-rc4

Regards

-- 
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.


More information about the wine-bugs mailing list