https://bugs.winehq.org/show_bug.cgi?id=56800
--- Comment #4 from Xj xj@wp.pl --- I made mistake when reporting this issue. Good version was wine 9.8. Sorry about that. I also made git bisect and it seems that bad commit is:
6b19838162ca5af5211ec3cbce78442a95b6411a is the first bad commit commit 6b19838162ca5af5211ec3cbce78442a95b6411a Author: Esme Povirk esme@codeweavers.com Date: Thu May 2 16:17:35 2024 -0500
gdiplus: Do not create gdi32 objects for Bitmap objects.
dlls/gdiplus/gdiplus_private.h | 4 ++-- dlls/gdiplus/graphics.c | 102 +++++++++++++++++++++++++++++++++------------------------------------------------------------ dlls/gdiplus/image.c | 81 +++++++------------------------------------------------------------------- dlls/gdiplus/tests/graphics.c | 2 +- 4 files changed, 46 insertions(+), 143 deletions(-)