[Bug 22196] New: Unable to resize image size in PhotoScape editor
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(a)winehq.org ReportedBy: richard.huettemann(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Alias|PhotoScape | --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-03-28 11:20:26 --- If this a regression perform regression testing as described here: http://wiki.winehq.org/RegressionTesting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda(a)volny.cz --- Comment #2 from Wylda <wylda(a)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... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 --- Comment #3 from Wylda <wylda(a)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(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdiplus --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-03-28 15:11:20 --- Attach a before/after screenshot and +gdiplus log please. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 --- Comment #5 from Wylda <wylda(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 --- Comment #6 from Wylda <wylda(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-03-28 15:57:14 --- It's not a regression actually. These bug were hidden cause we used native library. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 --- Comment #8 from Vincent Povirk <madewokherd(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 --- Comment #9 from Vincent Povirk <madewokherd(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 --- Comment #10 from Vincent Povirk <madewokherd(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 --- Comment #11 from Wylda <wylda(a)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... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #12 from Juan Lang <juan_lang(a)yahoo.com> 2010-03-30 17:05:39 --- Reported fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 --- Comment #13 from richard.huettemann(a)gmx.net 2010-03-31 11:14:38 --- Many thanks! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=22196 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2010-04-02 12:52:35 --- Closing bugs fixed in 1.1.42. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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