http://bugs.winehq.org/show_bug.cgi?id=18317
Summary: Flash CS3 crash due to unimplemented function gdiplus.dll.GdipSetPathGradientPresetBlend Product: Wine Version: 1.1.20 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: prahal@yahoo.com
Created an attachment (id=20862) --> (http://bugs.winehq.org/attachment.cgi?id=20862) GdipSetPathGradientPresetBlend stub implementation
Attach patch fix the crash which happens when on test the animationi (ctrl+enter) or open the "actions" panel. This is a cut n paste from GdipSetPathGradientBlend. Note that one have to dll overrides gdiplus to use wine version. Flash CS3 ships its own version of gdiplus and loads it otherwise (which segfaults).
I managed to install this software by adding the change told in : http://bugs.winehq.org/show_bug.cgi?id=8945#c4 that is add CoInitialize(NULL); and CoUninitialize(); into dlls/msi/custom.c. Don't know why this change was lost (too hackish ?). And thanks to recents changes in jscript it completed while it was not in previous wine (I am running 1.1.20 + git until 66d04f8eb6ee0d9a1bdbc3f2c364126d8bb52010.