http://bugs.winehq.org/show_bug.cgi?id=22277
Summary: Pool Sharks requires implemented GdipSetImageAttributesWrapMode Product: Wine Version: 1.1.42 Platform: x86 URL: http://www.poolsharks.com/PoolSharksInstaller.exe OS/Version: Linux Status: NEW Keywords: dotnet, download Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com
Created an attachment (id=27214) --> (http://bugs.winehq.org/attachment.cgi?id=27214) Pool Sharks .NET unhandled exception output
After installing dotnet20 from winetricks and installing Pool Sharks, starting its launcher yields a managed exception:
System.NotImplementedException: Not implemented. at System.Drawing.Imaging.ImageAttributes.SetWrapMode(WrapMode mode, Color color, Boolean clamp) at System.Drawing.Imaging.ImageAttributes.SetWrapMode(WrapMode mode) at System.Windows.Forms.ControlPaint.DrawBackgroundImage(Graphics g, Image backgroundImage, Color backColor, ImageLayout backgroundImageLayout, Rectangle bounds, Rectangle clipRect, Point scrollOffset, RightToLeft rightToLeft) ...
Using native gdiplus successfully works around this exception.