http://bugs.winehq.org/show_bug.cgi?id=21604
Summary: Office 2003: can no longer insert picture from file without manually setting override for gdiplus Product: Wine Version: 1.1.38 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: dimesio@earthlink.net
Trying to insert a jpeg in Word, Excel, or Powerpoint 2003 now causes a crash in gdiplus. Inserting a png or gif doesn't crash, but it inserts a solid black box.
The regression test identified the following:
db3d756c1e4b03b0fb33f2863ab3d2275dcf00c2 is first bad commit commit db3d756c1e4b03b0fb33f2863ab3d2275dcf00c2 Author: Vincent Povirk vincent@codeweavers.com Date: Sun Jan 24 15:18:46 2010 -0600
gdiplus: Prefer the builtin version.
:040000 040000 f697af8a8f1f28485cb41662835069206b23cf58 dc52b6e519488f4fec677577cb113cf08e1da028 M dlls
Manually setting an override for gdiplus obviously solves the problem.
Possibly a WONTFIX, but if so, bug 14980 should also be one.