https://bugs.winehq.org/show_bug.cgi?id=46655
Bug ID: 46655 Summary: Adobe Photoshop CC 2015.5: Tabs show completely black Product: Wine Version: 4.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 Assignee: wine-bugs@winehq.org Reporter: winepala@tradermail.info Distribution: ---
Created attachment 63587 --> https://bugs.winehq.org/attachment.cgi?id=63587 screenshot
This is a regression since wine-3.0 where I last saw it working. Photoshop panels render to pitch black but can still be interacted with.
Confirmed broken in wine/stable (4.0) and wine/master (currently tag:wine-4.2)
I did a git bisect from wine-3.0 (good) to wine-3.10 (bad) and landed on these two commits. The last one I could not tag as it causes Photoshop to crash.
commit 99b64f74320ba11b282a33aad2edc28551501875 (refs/bisect/bad) Date: Wed Apr 4 15:12:55 2018 +0200
gdi32: Build the region object directly instead of making a copy in CreatePolyPolygonRgn.
commit 97f996744eafc4ad640ca3b9d97016625443c8cd (HEAD) (crashes) Date: Wed Apr 4 12:38:29 2018 +0200
gdi32: Pre-allocate the points array in CreatePolyPolygonRgn.