http://bugs.winehq.org/show_bug.cgi?id=22196
Summary: Unable to resize image size in PhotoScape editor Product: Wine Version: 1.1.41 Platform: x86 URL: http://www.photoscape.org/ps/main/index.php OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: richard.huettemann@gmx.net
Since WINE 1.1.41 it's not possible to change the picture size in the editor any more. After you select the new image size (resize button), the selected photo disappears.
http://bugs.winehq.org/show_bug.cgi?id=22196
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Alias|PhotoScape |
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-28 11:20:26 --- If this a regression perform regression testing as described here: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=22196
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #2 from Wylda wylda@volny.cz 2010-03-28 12:23:10 ---
Hmmm...
* 1.1.30 = last working version
* from .31 ~ .37 there is broken UI, i.e. can't test resize
* from .38 ~ .41 UI is OK, but resize does not work.
Such combination makes it pretty hard to find failing resize commit :-/ Hopefully it will be somewhere around .31. We will see soon...
http://bugs.winehq.org/show_bug.cgi?id=22196
--- Comment #3 from Wylda wylda@volny.cz 2010-03-28 15:08:30 ---
So finally i got it. As i wrote above about broken UI, well it's not broken but incredibly slow repainting etc. With this key i did a regression test and well known commit to me, showed up.
commit db3d756c1e4b03b0fb33f2863ab3d2275dcf00c2 Author: Vincent Povirk vincent@codeweavers.com Date: Sun Jan 24 15:18:46 2010 -0600
gdiplus: Prefer the builtin version.
Before this commit, the editor is veeery slow. With this commit is quite fast, but resizing button does not work.
Work around for 1.1.41, run it your editor by command:
WINEDLLOVERRIDES="gdiplus=n;" wine PhotoScape.exe
Slow, but working. Or alternatively stick to wine 1.1.30. Adding Vincent to CC. BTW: first app suffering from this commit which does not need .NET.
http://bugs.winehq.org/show_bug.cgi?id=22196
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=22196
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdiplus
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2010-03-28 15:11:20 --- Attach a before/after screenshot and +gdiplus log please.
http://bugs.winehq.org/show_bug.cgi?id=22196
--- Comment #5 from Wylda wylda@volny.cz 2010-03-28 15:39:48 --- Created an attachment (id=27082) --> (http://bugs.winehq.org/attachment.cgi?id=27082) Commit before and after
http://bugs.winehq.org/show_bug.cgi?id=22196
--- Comment #6 from Wylda wylda@volny.cz 2010-03-28 15:46:41 --- Created an attachment (id=27083) --> (http://bugs.winehq.org/attachment.cgi?id=27083) console log from wine-1.1.37-44-gdb3d756 with +gdiplus
BTW another bugs hit by the same commit... bug 21798 and bug 22051.
Possible hit: bug 22193 and bug 22195.
http://bugs.winehq.org/show_bug.cgi?id=22196
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com 2010-03-28 15:57:14 --- It's not a regression actually. These bug were hidden cause we used native library.
http://bugs.winehq.org/show_bug.cgi?id=22196
--- Comment #8 from Vincent Povirk madewokherd@gmail.com 2010-03-28 19:16:37 --- It looks like it's drawing an image on an ARGB image, then drawing that ARGB image. This fails because we use gdi32 to draw and it does not use the alpha channel. That used to work (for the wrong reasons), so it may be a regression yet.
http://bugs.winehq.org/show_bug.cgi?id=22196
--- Comment #9 from Vincent Povirk madewokherd@gmail.com 2010-03-28 22:38:16 --- Patches sent: http://www.winehq.org/pipermail/wine-patches/2010-March/086602.html http://www.winehq.org/pipermail/wine-patches/2010-March/086603.html
http://bugs.winehq.org/show_bug.cgi?id=22196
--- Comment #10 from Vincent Povirk madewokherd@gmail.com 2010-03-30 09:34:56 --- The patches were committed. Please retest with wine from git or version 1.1.42 when it is released.
http://bugs.winehq.org/show_bug.cgi?id=22196
--- Comment #11 from Wylda wylda@volny.cz 2010-03-30 16:42:30 --- (In reply to comment #10)
The patches were committed. Please retest with wine from git or version 1.1.42 when it is released.
I can confirm ~ FIXED. And as a bonus, program is pretty quick now, maybe faster than before! Good and quick job Vincent :)
Fixed by commit (wine-1.1.41-280-g5433969): http://source.winehq.org/git/wine.git/?a=commit;h=5433969ec8f46d3587658723a3...
http://bugs.winehq.org/show_bug.cgi?id=22196
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #12 from Juan Lang juan_lang@yahoo.com 2010-03-30 17:05:39 --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=22196
--- Comment #13 from richard.huettemann@gmx.net 2010-03-31 11:14:38 --- Many thanks!
http://bugs.winehq.org/show_bug.cgi?id=22196
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2010-04-02 12:52:35 --- Closing bugs fixed in 1.1.42.