https://bugs.winehq.org/show_bug.cgi?id=37288
Bug ID: 37288 Summary: Not implemented feature System.Drawing.Pen.ResetTransform() Product: Wine Version: 1.7.26 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus Assignee: wine-bugs@winehq.org Reporter: mr_wire@mail.ru
Tried to use ComponentOne C1Report library in my .NET application, got the following error.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NotImplementedException: The requested feature is not implemented [GDI+ status: NotImplemented] at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename unknown>:0 at System.Drawing.Pen.ResetTransform () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Drawing.Pen:ResetTransform () at C1.Win.C1Preview.C1PreviewPane.#YQe () [0x00000] in <filename unknown>:0 at C1.Win.C1Preview.C1PreviewPane.#kPe () [0x00000] in <filename unknown>:0 at C1.Win.C1Preview.C1PreviewPane.Init () [0x00000] in <filename unknown>:0 at C1.Win.C1Preview.C1PreviewPane..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) C1.Win.C1Preview.C1PreviewPane:.ctor () at C1.Win.C1Preview.C1PrintPreviewControl.Init () [0x00000] in <filename unknown>:0 at C1.Win.C1Preview.C1PrintPreviewControl..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) C1.Win.C1Preview.C1PrintPreviewControl:.ctor () at C1.Win.C1Preview.C1PrintPreviewDialog.InitializeComponent () [0x00000] in <filename unknown>:0 at C1.Win.C1Preview.C1PrintPreviewDialog..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) C1.Win.C1Preview.C1PrintPreviewDialog:.ctor () [skipped lines]
https://bugs.winehq.org/show_bug.cgi?id=37288
John Tamburo johntam@pedfast.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |johntam@pedfast.com
--- Comment #1 from John Tamburo johntam@pedfast.com --- I can confirm a very similar error in
iPed 5G for Windows 32 bit edition Wine 1.8 RC1 on OSX El Capitan
download at ftp://pedfast.com/pub/iPed5g_setup_x86_1620.msi
Winetricks installed: msxml3 cambria lucida Consolas corefonts dotnet20 dotnet30 dotnet40 win7
Program installs.
Program fires up on the *second* try; the first try glitch caused by the free trial system. Program creates database, logs into "phone home system", creates and edits all record types. The MegaPed function opens a window that fails.
System.NotImplemented Exception in c1.c1Preview.C1PReviewPane system.drawing.pen.resetTransform()
Program does not run at all with Mono.
https://bugs.winehq.org/show_bug.cgi?id=37288
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0f94756728591338dffa569bba9 | |017a28386d70e Status|UNCONFIRMED |RESOLVED CC| |leslie_alistair@hotmail.com Resolution|--- |FIXED
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- ResetTransform has been implemented by http://source.winehq.org/git/wine.git/?a=commit;h=0f94756728591338dffa569bba...
If targeted for 1.8, the series is. a4d95074b9b4b2f30060b9a534cf79e72fe8fef9 (Transform tests) b8449062eb13ed27612ac3df8e05c67587bce12f (Implement GdipGetPenTransform) 36c068193dbc81792621dd0a5240fad43afa2979 (Implement GdipSetPenTransform) 0f94756728591338dffa569bba9017a28386d70e (Implement GdipResetPenTransform)
https://bugs.winehq.org/show_bug.cgi?id=37288
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani@redhat.com Target Milestone|--- |1.8.x
https://bugs.winehq.org/show_bug.cgi?id=37288
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.4.
https://bugs.winehq.org/show_bug.cgi?id=37288
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |---
--- Comment #4 from Michael Stefaniuc mstefani@redhat.com --- Removing 1.8.x milestone from bugs included in 1.8.2.