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.