https://bugs.winehq.org/show_bug.cgi?id=47217
Bug ID: 47217 Summary: Adobe Lightroom crashes in d2d:d2d_device_context_DrawImage Product: Wine Version: 4.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: d2d Assignee: wine-bugs@winehq.org Reporter: bugs@bzatek.net Distribution: ---
Created attachment 64488 --> https://bugs.winehq.org/attachment.cgi?id=64488 gzipped console log
When the GPU Acceleration is switched on in the Lightroom configuration, opening Import module crashes wine. This bug has been sitting there for some time, spanning from Lightroom releases 7.2, 7.5 and 8.1 (all 64b) and wine releases back to 3.20 AFAIR. Switching the GPU Acceleration off makes the Import module work as expected (albeit slow).
Not exactly sure this is a D2D issue, the traces usually look like this:
0029:fixme:d2d:d2d_device_context_CreateEffect iface 0x401aa400, effect_id {1feb6d69-2fe6-4ac9-8c58-1d7f93e7a6a5}, effect 0x23e1e0 stub! 0029:fixme:d2d:d2d_effect_SetInput iface 0x7ff01d4c8780, index 0, input 0x7ff03fb35380, invalidate 1 stub! 0029:fixme:d2d:d2d_effect_SetValue iface 0x7ff01d4c8780, index 2, type 0, value 0x23e370, value_size 4 stub! 0029:fixme:d2d:d2d_effect_SetValue iface 0x7ff01d4c8780, index 0, type 0, value 0x23e370, value_size 4 stub! 0029:fixme:d2d:d2d_effect_GetOutput iface 0x7ff01d4c8780, output 0x23e370 stub! 0029:fixme:d2d:d2d_device_context_DrawImage iface 0x401aa400, image (nil), target_offset {2.66799965e+01, 1.46500000e+02}, image_rect (null), interpolation_mode 0x1, composite_mode 0 stub! wine: Unhandled page fault on read access to 0x00000000 at address 0x572ebed (thread 0029), starting debugger...
Let me know in case any other information is needed.