http://bugs.winehq.org/show_bug.cgi?id=15425
--- Comment #9 from Vincent Povirk madewokherd@gmail.com 2009-03-07 12:11:41 --- If I stub GdipCloneBitmapAreaI, it gets a little further before crashing in non-Wine code.
From the log, I saw that it was failing to load an image from a stream because
the stream was (apparently) empty, except that it clearly wasn't. I found that I can make the load succeed by seeking the stream to 0 in GdipLoadImageFromStream. I don't know if the proper fix for this is in gdiplus or ole32, or if the real failure is even earlier.
With the seek to 0, it STILL crashes just after GdipCloneBitmapAreaI, probably because that function isn't implemented.