http://bugs.winehq.org/show_bug.cgi?id=15534
--- Comment #26 from Vincent Povirk madewokherd@gmail.com 2009-06-30 14:28:01 --- Strange, the only division in OLEPictureImpl_SetBitmap is by GetDeviceCaps(hdcRef, LOGPIXELSX) or GetDeviceCaps(hdcRef, LOGPIXELSY). That really shouldn't be 0.
I guess CreateCompatibleDC(0) is failing.