http://bugs.winehq.org/show_bug.cgi?id=17985
--- Comment #2 from Austin English austinenglish@gmail.com 2009-04-09 17:52:52 --- (In reply to comment #0)
Created an attachment (id=20352)
--> (http://bugs.winehq.org/attachment.cgi?id=20352) [details]
wine-1.1.18-199-ga9c0c24 console output
Slingplayer 2.0 US causes an unhandled exception in gdiplus, apparently due to GdipCreateTexture2I.
"winetricks dotnet20" is required before installation. The installation fails at the end but installation is complete.
1 0x7e0f50b3 GdipCreateTexture2I+0xcb(image=0x278dc98, wrapmode=WrapModeTile, x=350, y=0, width=57, height=200, texture=0x32dde8) [/usr/src/wine-git/dlls/gdiplus/brush.c:706] in gdiplus (0x0032ddbc)
"<vpovirk> there's not a memcpy on that line according to source.winehq.org"
Optimization may be moving some of the code around. You could try with -O0 and see if it improves.