[Bug 25107] New: When panning on SeaClear, bits of the chart get 'left behind'
http://bugs.winehq.org/show_bug.cgi?id=25107 Summary: When panning on SeaClear, bits of the chart get 'left behind' Product: Wine Version: 1.3.6 Platform: x86 URL: http://www.sping.com/seaclear/index.htm OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: leighmanthegreat(a)hotmail.com CC: dmitry(a)codeweavers.com Originally reported at https://bugs.launchpad.net/ubuntu/+source/wine1.2/+bug/672739 When panning a chart around in the program, bits of the chart are not redrawn correctly and instead the edge is repeated. There also seems to be a problem with the display of the sidebar. Regression testing shows 7864ade5a8306c0078e16ae6d7e40bdece29395b is the first bad commit commit 7864ade5a8306c0078e16ae6d7e40bdece29395b Author: Dmitry Timoshkov <dmitry(a)codeweavers.com> Date: Tue Sep 14 14:24:11 2010 +0900 winex11.drv: Avoid copying invalid window bits. :040000 040000 095ed4273818c8096ed3ff1ca095f535c984ac4a 9ff019bebb41eaf474ea7449b9a38c46916802c5 M dlls Reverting this commit seems to solve the problem for me -- 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=25107 leighman <leighmanthegreat(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression -- 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=25107 --- Comment #1 from leighman <leighmanthegreat(a)hotmail.com> 2010-11-10 17:50:26 CST --- Affects 1.2.1 due to ab8b8356164743d9e4a5981a5e87a610507be193 -- 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=25107 --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-12-15 02:47:19 CST --- Sorry for the delay. I made several attempts to reproduce this bug but failed. Could you please provide step by step instructions how to replicate it? -- 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=25107 --- Comment #3 from leighman <leighmanthegreat(a)hotmail.com> 2010-12-15 03:38:10 CST --- Download sc_setup.exe Install Open SeaClear II Click OK on dialog about communication port File -> Chart -> List all Select one. Hope this helps -- 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=25107 --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-12-15 05:23:00 CST --- (In reply to comment #3)
Download sc_setup.exe Install Open SeaClear II Click OK on dialog about communication port File -> Chart -> List all Select one. Hope this helps
Thanks, I see the problem now. For some reason invalid window bits are no more repainted after SetWindowPos(). -- 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=25107 Hein van Dam <h.t.vandam(a)online.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |h.t.vandam(a)online.nl --- Comment #5 from Hein van Dam <h.t.vandam(a)online.nl> 2011-01-19 05:32:48 CST --- (In reply to comment #4)
(In reply to comment #3)
Download sc_setup.exe Install Open SeaClear II Click OK on dialog about communication port File -> Chart -> List all Select one. Hope this helps
Thanks, I see the problem now. For some reason invalid window bits are no more repainted after SetWindowPos().
Is there any progress? I now have to use wine-1.0.1 instead of wine-1.2.2. Should I try wine-1.3.1? -- 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=25107 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2011-01-19 22:48:07 CST --- (In reply to comment #5)
Is there any progress? I now have to use wine-1.0.1 instead of wine-1.2.2. Should I try wine-1.3.1?
I haven't made much progress on this unfortunately. -- 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=25107 --- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2011-01-27 02:37:32 CST --- The following patch should fix the regression: http://www.winehq.org/pipermail/wine-patches/2011-January/098269.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=25107 --- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2011-01-31 06:17:14 CST --- Here is hopefully a more correct fix: http://www.winehq.org/pipermail/wine-patches/2011-January/098391.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=25107 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2011-02-01 13:12:29 CST --- Should be fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=38167e71d1ccff264d269c... -- 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=25107 Scott Ritchie <scott(a)open-vote.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |scott(a)open-vote.org Target Milestone|--- |1.2.x --- Comment #10 from Scott Ritchie <scott(a)open-vote.org> 2011-02-02 01:11:58 CST --- Nominating 1.2.x since it worked in 1.2.0 -- 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=25107 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2011-02-04 13:21:11 CST --- Closing bugs fixed in 1.3.13. -- 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=25107 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.2.x |--- -- 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