http://bugs.winehq.org/show_bug.cgi?id=23960
Summary: ABScreen.exe needs gdi+ System.Drawing.Region.GetRegionScans Product: Wine Version: 1.3.0 Platform: x86 URL: http://minemap.golbarg.fr/ABBackground/ABScreen.exe OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: adys.wh@gmail.com
On startup:
System.NotImplementedException: Not implemented. at System.Drawing.Region.GetRegionScans(Matrix matrix) at System.Windows.Forms.LinkLabel.OnPaint(PaintEventArgs e) at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs) at System.Windows.Forms.Control.WmPaint(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.Label.WndProc(Message& m) at System.Windows.Forms.LinkLabel.WndProc(Message& msg) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
minor since it doesn't seem to crash the app or anything.