[Bug 37288] New: Not implemented feature System.Drawing.Pen.ResetTransform()
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(a)winehq.org Reporter: mr_wire(a)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] -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37288 John Tamburo <johntam(a)pedfast.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |johntam(a)pedfast.com --- Comment #1 from John Tamburo <johntam(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37288 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0f94756728591338dffa569bba9 | |017a28386d70e Status|UNCONFIRMED |RESOLVED CC| |leslie_alistair(a)hotmail.com Resolution|--- |FIXED --- Comment #2 from Alistair Leslie-Hughes <leslie_alistair(a)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) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37288 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani(a)redhat.com Target Milestone|--- |1.8.x -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37288 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.4. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37288 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |--- --- Comment #4 from Michael Stefaniuc <mstefani(a)redhat.com> --- Removing 1.8.x milestone from bugs included in 1.8.2. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org