http://bugs.winehq.org/show_bug.cgi?id=33384
--- Comment #11 from Dmitry Timoshkov dmitry@baikal.ru 2013-04-15 23:59:23 CDT --- Created attachment 44194 --> http://bugs.winehq.org/attachment.cgi?id=44194 IMILBitmapSource forwarding implementation
Attached IMILBitmapSource forwarding implementation seems to work, but the app now crashes with:
Unhandled Exception: System.OverflowException: The image data generated an overflow during processing. ---> System.ArithmeticException: Overflow or underflow in the arithmetic operation. --- End of inner exception stack trace --- at MS.Internal.HRESULT.Check(Int32 hr) at System.Windows.Media.Composition.DUCE.Channel.SendCommandBitmapSource(ResourceHandle imageHandle, BitmapSourceSafeMILHandle pBitmapSource, Boolean shareBitmap, Boolean systemMemoryBitmap) ...