http://bugs.winehq.org/show_bug.cgi?id=22171
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet CC| |focht@gmx.net Summary|BizAgi Process Modeler |BizAgi Process Modeler |under Mono 2.4 requires |requires |implemented GdipWidenPath |gdiplus.GdipWidenPath() | |implementation (Mono, MS | |.NET)
--- Comment #2 from Anastasius Focht focht@gmx.net 2010-08-18 11:07:03 --- Hello,
same issue when using MS .NET Framework 2.0, adding 'dotnet' keyword and adjusting summary reflecting this.
--- snip --- 0009:Call gdiplus.GdipWidenPath(001ae3d0,001d8480,00000000,3f2aaaab) ret=04f02657 0009:fixme:gdiplus:GdipWidenPath (0x1ae3d0,0x1d8480,(nil),0.67) 0009:Ret gdiplus.GdipWidenPath() retval=00000006 ret=04f02657 0009:Call KERNEL32.GetLastError() ret=04f0265d 0009:Ret KERNEL32.GetLastError() retval=00000000 ret=04f0265d 0009:Call KERNEL32.VirtualAlloc(00ab2000,00010000,00001000,00000004) ret=79e74a2b 0009:Ret KERNEL32.VirtualAlloc() retval=00ab2000 ret=79e74a2b 0009:Call KERNEL32.RaiseException(e0434f4d,00000001,00000001,0032ed58) ret=79f97065 0009:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b835ad2 ip=7b835ad2 tid=0009 ... --- snip ---
--- snip --- Unhandled Exception: System.NotImplementedException: Not implemented. at System.Drawing.Drawing2D.GraphicsPath.Widen(Pen pen, Matrix matrix, Single flatness) at System.Drawing.Drawing2D.GraphicsPath.Widen(Pen pen) at DevComponents.DotNetBar.Office2007RibbonForm.?(Rectangle ?) at DevComponents.DotNetBar.Office2007RibbonForm.GetRegion() at DevComponents.DotNetBar.Office2007Form.OnResize(EventArgs e) at System.Windows.Forms.Control.OnSizeChanged(EventArgs e) at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight) at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height) at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) at System.Windows.Forms.Form.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) at DevComponents.DotNetBar.Office2007RibbonForm.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) ... --- snip ---
$ wine --version wine-1.3.0-335-g1afc16e
Regards