https://bugs.winehq.org/show_bug.cgi?id=57716
Bug ID: 57716 Summary: Adobe Illustrator CS6 (16): Crash after GdipSetEffectParameters when dragging panels with built-in gdiplus Product: Wine Version: 10.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus Assignee: wine-bugs@winehq.org Reporter: bugs.winehq.org@zetafleet.com Distribution: Debian
Created attachment 77921 --> https://bugs.winehq.org/attachment.cgi?id=77921 WINEDEBUG=gdiplus trace from Wine startup until crash
Reproduction:
1. Open Illustrator 2. Drag the Tools panel to undock it
Expected: No crash Actual: Crash
Using native gdiplus, there is no crash.
Attached is WINEDEBUG=gdiplus trace from application startup until crash.
For expedience, the last gdiplus call before crash is `GdipSetEffectParameters (0000000015A932A0,000000000011CBF8,8)`.
WineDbg says no backtrace is available.
Please let me know if I can provide other information.
https://bugs.winehq.org/show_bug.cgi?id=57716
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=57716
--- Comment #1 from Esme Povirk madewokherd@gmail.com --- 0158:trace:gdiplus:GdipCreateEffect ({633c80a4-1843-482b-9ef2-be2834c5fdd4}, 0000000017774680) 0158:trace:gdiplus:GdipSetEffectParameters (0000000015A932A0,000000000011CBF8,8) wine: Unhandled exception 0x40000015 in thread 158 at address 000000007BED61C9 (thread 0158), starting debugger...
OK, so that code is STATUS_FATAL_APP_EXIT. Quick search indicates it means something called abort(). So calling code is unhappy about something.
GdipSetEffectParameters is a stub returning NotImplemented, so that's probably why.
https://bugs.winehq.org/show_bug.cgi?id=57716
Bartosz gang65@poczta.onet.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gang65@poczta.onet.pl
--- Comment #2 from Bartosz gang65@poczta.onet.pl --- The GdipSetEffectParameters function was implemented with commit:
https://gitlab.winehq.org/wine/wine/-/commit/51542a740dea
Can you double check if it is still crashing for you?