http://bugs.winehq.org/show_bug.cgi?id=27415
Summary: The Geometer's Sketchpad 5.03 does not display pictures. "fixme:gdiplus:GdipCreateMetafileFromEmf not implemented" Product: Wine Version: 1.3.21 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: nifgraup@gmail.com CC: madewokherd@gmail.com
Created an attachment (id=35060) --> (http://bugs.winehq.org/attachment.cgi?id=35060) A test document for sketchpad containing a picture.
Download the application here, http://www.keypress.com/x24795.xml, install and open attached file using it. A picture is not displayed. Pictures are displayed when using a native gdiplus.dll.
output when opening file:
fixme:gdiplus:GdipCreateMetafileFromEmf not implemented
http://bugs.winehq.org/show_bug.cgi?id=27415
Björgvin Ragnarsson nifgraup@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nifgraup@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=27415
--- Comment #1 from Björgvin Ragnarsson nifgraup@gmail.com 2011-06-07 20:59:03 CDT --- Created an attachment (id=35061) --> (http://bugs.winehq.org/attachment.cgi?id=35061) gdiplus debug messages
http://bugs.winehq.org/show_bug.cgi?id=27415
Björgvin Ragnarsson nifgraup@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #35061|0 |1 is obsolete| |
--- Comment #2 from Björgvin Ragnarsson nifgraup@gmail.com 2011-06-07 21:26:47 CDT --- Created an attachment (id=35062) --> (http://bugs.winehq.org/attachment.cgi?id=35062) unfinished implementation based on GdipCreateMetafileFromWmf
http://bugs.winehq.org/show_bug.cgi?id=27415
--- Comment #3 from Björgvin Ragnarsson nifgraup@gmail.com 2011-06-07 21:31:00 CDT --- Created an attachment (id=35063) --> (http://bugs.winehq.org/attachment.cgi?id=35063) gdiplus debug messages after applying patch
N.B. picture is still missing.
http://bugs.winehq.org/show_bug.cgi?id=27415
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|madewokherd@gmail.com |
http://bugs.winehq.org/show_bug.cgi?id=27415
--- Comment #4 from Austin English austinenglish@gmail.com 2013-11-13 16:51:35 CST --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.6 or newer) wine? If so, please attach the terminal output in 1.7.6 (see http://wiki.winehq.org/FAQ#get_log).
https://bugs.winehq.org/show_bug.cgi?id=27415
roger@mailinator.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |roger@mailinator.com
--- Comment #5 from roger@mailinator.com --- I think this is fixed now. I installed the program, opened the test file and could see lines in 4 different directions, they constructed a box basically.
Also the GdipCreateMetafileFromEmf is stdcall nowadays.
But I did get stub message.
fixme:gdiplus:GdipGetMetafileHeaderFromMetafile not implemented
maybe it would be worth to convert this bug into that?
wine 1.7.30
https://bugs.winehq.org/show_bug.cgi?id=27415
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to roger from comment #5)
I think this is fixed now. I installed the program, opened the test file and could see lines in 4 different directions, they constructed a box basically.
Not really fixed, actually it's very present according to the tests with and without gdiplus.
https://bugs.winehq.org/show_bug.cgi?id=27415
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com --- Created attachment 49967 --> https://bugs.winehq.org/attachment.cgi?id=49967 Wine comparison with winetricks gdiplus
https://bugs.winehq.org/show_bug.cgi?id=27415
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #8 from super_man@post.com --- Still an issue 1.7.55
https://bugs.winehq.org/show_bug.cgi?id=27415
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |91a3e5fc10b7fb0faae5498ae8b | |fb0d83478514b Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #9 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- http://source.winehq.org/git/wine.git/?a=commit;h=91a3e5fc10b7fb0faae5498ae8...
https://bugs.winehq.org/show_bug.cgi?id=27415
Björgvin Ragnarsson nifgraup@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED Summary|The Geometer's Sketchpad |The Geometer's Sketchpad |5.03 does not display |5.03 does not display |pictures. |pictures. |"fixme:gdiplus:GdipCreateMe |"fixme:gdiplus:GdipGetMetaf |tafileFromEmf not |ileHeaderFromMetafile not |implemented" |implemented"
--- Comment #10 from Björgvin Ragnarsson nifgraup@gmail.com --- Reopened since the picture isn't displayed and updated the title to reflect the current fixme message.
https://bugs.winehq.org/show_bug.cgi?id=27415
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/gdiplus-GdipCr | |eateMetafileFromStream CC| |dmitry@baikal.ru, | |erich.e.hoover@wine-staging | |.com, michael@fds-team.de, | |sebastian@fds-team.de Status|REOPENED |STAGED
https://bugs.winehq.org/show_bug.cgi?id=27415
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |NEW
--- Comment #11 from Sebastian Lackner sebastian@fds-team.de --- GdipGetMetafileHeaderFromMetafile has been implemented with http://source.winehq.org/git/wine.git/commit/259837a19976f7cd6a59fa316b6593e.... Could someone please retest if this bug can be closed?
https://bugs.winehq.org/show_bug.cgi?id=27415
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Keywords| |download URL| |https://web.archive.org/web | |/20110517075559/http://gsp5 | |.s3.amazonaws.com/InstallSk | |etchpad.zip Fixed by SHA1|91a3e5fc10b7fb0faae5498ae8b |259837a19976f7cd6a59fa316b6 |fb0d83478514b |593eda1dd60dd
--- Comment #12 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Sebastian Lackner from comment #11)
GdipGetMetafileHeaderFromMetafile has been implemented with http://source.winehq.org/git/wine.git/commit/ 259837a19976f7cd6a59fa316b6593eda1dd60dd. Could someone please retest if this bug can be closed?
The rendering is now perfect.
https://bugs.winehq.org/show_bug.cgi?id=27415
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.19.
https://bugs.winehq.org/show_bug.cgi?id=27415
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.8.x
https://bugs.winehq.org/show_bug.cgi?id=27415
--- Comment #14 from Michael Stefaniuc mstefani@redhat.com --- Remove 1.8.x target milestone from bugs that didn't make it into 1.8.x for one reason or another. This are all included in the stable 2.0 release.
https://bugs.winehq.org/show_bug.cgi?id=27415
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |---