[Bug 34115] New: rotated FillRect problem
http://bugs.winehq.org/show_bug.cgi?id=34115 Bug #: 34115 Summary: rotated FillRect problem Product: Wine Version: 1.6 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: ralf.habacker(a)freenet.de Classification: Unclassified Created attachment 45361 --> http://bugs.winehq.org/attachment.cgi?id=45361 testcase source A filled rectangle drawing with gdi function FillRect() is not drawn correctly when using dc rotation set with SetWorldTransform. -- 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=34115 --- Comment #1 from Ralf Habacker <ralf.habacker(a)freenet.de> 2013-07-23 05:01:45 CDT --- Created attachment 45362 --> http://bugs.winehq.org/attachment.cgi?id=45362 screenshot showing the problem The visible line indicates the left side of the rectangle, which isn't followed by the filled rectangle. -- 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=34115 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase CC| |dank(a)kegel.com --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2013-07-23 11:35:30 CDT --- can you add a screenshot from native windows? Builds with cl drawcircle.cpp user32.lib gdi32.lib but I had to add #define _USE_MATH_DEFINES 1 to avoid drawcircle.cpp(19) : error C2065: 'M_PI' : undeclared identifier -- 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=34115 --- Comment #3 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-07-23 11:45:50 CDT --- Created attachment 45368 --> http://bugs.winehq.org/attachment.cgi?id=45368 Windows XP screenshot -- 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=34115 --- Comment #4 from Ralf Habacker <ralf.habacker(a)freenet.de> 2013-07-23 12:28:58 CDT --- (In reply to comment #2)
Builds with cl drawcircle.cpp user32.lib gdi32.lib but I had to add #define _USE_MATH_DEFINES 1 to avoid drawcircle.cpp(19) : error C2065: 'M_PI' : undeclared identifier
Thanks for this pointer, I cross compiled on linux, seems that mingw defines this by default. -- 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=34115 Ralf Habacker <ralf.habacker(a)freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45361|0 |1 is obsolete| | --- Comment #5 from Ralf Habacker <ralf.habacker(a)freenet.de> 2013-07-24 01:32:29 CDT --- Created attachment 45377 --> http://bugs.winehq.org/attachment.cgi?id=45377 testcase source (including msvc compile fix) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=34115 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download --- Comment #6 from Austin English <austinenglish(a)gmail.com> --- This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.37 or newer) wine? If so, please attach the terminal output in 1.7.37 (see http://wiki.winehq.org/FAQ#get_log). -- 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=34115 --- Comment #7 from Ralf Habacker <ralf.habacker(a)freenet.de> --- Created attachment 50838 --> https://bugs.winehq.org/attachment.cgi?id=50838 testcase binary -- 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=34115 --- Comment #8 from Ralf Habacker <ralf.habacker(a)freenet.de> --- (In reply to Austin English from comment #6)
Is this still an issue in current (1.7.37 or newer) wine? yes. issue is still present in 1.7.37
If so, please attach the terminal output in 1.7.37. Running the test app did not produce any output. Should I add a dedicated WINEDEBUG setting and run again ?
-- 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=34115 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #9 from super_man(a)post.com --- Still valid 1.9.7 and staging 1.9.7 -- 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=34115 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #10 from winetest(a)luukku.com --- (In reply to super_man from comment #9)
Still valid 1.9.7 and staging 1.9.7
Still valid wine 2.11 and staging 2.11 exactly the same bad behaviour as comment 1 shows. -- 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=34115 Bartosz <gang65(a)poczta.onet.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gang65(a)poczta.onet.pl -- 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=34115 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #11 from joaopa <jeremielapuree(a)yahoo.fr> --- Bug still occurs with wine-5.22. -- 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=34115 Sagawa <sagawa.aki+winebugs(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs(a)gmail.c | |om -- 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=34115 --- Comment #12 from Ralf Habacker <ralf.habacker(a)freenet.de> --- See this links - https://www.winehq.org/pipermail/wine-devel/2021-February/180513.html - https://www.winehq.org/pipermail/wine-devel/2021-February/180514.html for associated test cases added to the embedded gdi32 tests. -- 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=34115 --- Comment #13 from Ralf Habacker <ralf.habacker(a)freenet.de> --- Created attachment 69345 --> https://bugs.winehq.org/attachment.cgi?id=69345 Images generated on Windows10 with the patches mentioned https://bugs.winehq.org/show_bug.cgi?id=34115#c12 -- 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=34115 --- Comment #14 from Ralf Habacker <ralf.habacker(a)freenet.de> --- Created attachment 69346 --> https://bugs.winehq.org/attachment.cgi?id=69346 Images generated with wine with the patches mentioned at https://bugs.winehq.org/show_bug.cgi?id=34115#c12 -- 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=34115 Ralf Habacker <ralf.habacker(a)freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #69345|Images generated on |Images generated on description|Windows10 with the patches |Windows10 with the patches |mentioned |mentioned at |https://bugs.winehq.org/sho |https://bugs.winehq.org/sho |w_bug.cgi?id=34115#c12 |w_bug.cgi?id=34115#c12 -- 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=34115 Ralf Habacker <ralf.habacker(a)freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45377|0 |1 is obsolete| | --- Comment #15 from Ralf Habacker <ralf.habacker(a)freenet.de> --- Created attachment 77288 --> https://bugs.winehq.org/attachment.cgi?id=77288 testcase source (update) -- 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=34115 Ralf Habacker <ralf.habacker(a)freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50838|0 |1 is obsolete| | --- Comment #16 from Ralf Habacker <ralf.habacker(a)freenet.de> --- Created attachment 77289 --> https://bugs.winehq.org/attachment.cgi?id=77289 testcase binary -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla