[Bug 26649] New: painting in dialog: wrong aspect ratio
http://bugs.winehq.org/show_bug.cgi?id=26649 Summary: painting in dialog: wrong aspect ratio Product: Wine Version: unspecified Platform: x86 OS/Version: Mac OS X 10.6 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: tom98765x(a)yahoo.com Created an attachment (id=33921) --> (http://bugs.winehq.org/attachment.cgi?id=33921) executable program demonstrating the bug Drawing things inside a modeless dialog box: wrong aspect ratio, and does not show up directly (dialog box has to be moved before). Source was from Petzold sample (colors2), but modified a little. -- 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=26649 --- Comment #1 from tom98765x(a)yahoo.com 2011-04-04 03:18:29 CDT --- Created an attachment (id=33922) --> (http://bugs.winehq.org/attachment.cgi?id=33922) c-source to executable program -- 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=26649 --- Comment #2 from tom98765x(a)yahoo.com 2011-04-04 03:21:13 CDT --- Created an attachment (id=33923) --> (http://bugs.winehq.org/attachment.cgi?id=33923) resource -- 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=26649 --- Comment #3 from tom98765x(a)yahoo.com 2011-04-04 03:22:30 CDT --- Created an attachment (id=33924) --> (http://bugs.winehq.org/attachment.cgi?id=33924) small build script -- 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=26649 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|gdi32 |-unknown Version|unspecified |1.3.17 -- 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=26649 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase -- 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=26649 --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2011-04-14 01:37:58 CDT --- I don't a scaling problem here, where is it? A failure to paint after the dialog creation is probably bug 3297. -- 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=26649 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor --- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2011-04-14 03:05:40 CDT --- Please do not reply to me directly, add the comments in bugzilla instead. === Hello,I attached a screenshot showing the test on osx and on windows 7 (parallels) side by side. The circle is elliptic under wine, and perfect round in windows. But you might remove or change the priority of the bug report as you like.Thanks,Thomas Bonner === You forgot the attachment. The circle is a perfect round here under Linux. What Wine build are you using? Does it include any custom patches? -- 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=26649 --- Comment #6 from tom98765x(a)yahoo.com 2011-04-14 04:22:34 CDT --- Created an attachment (id=34104) --> (http://bugs.winehq.org/attachment.cgi?id=34104) screenshot showng side by side osx and windows(parallels) version Bug occuring under newest OSX with newest wine (1.3.17, standard install by configure/make/make install). -- 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=26649 --- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2011-04-14 05:09:42 CDT --- You forgot to answer this part: What Wine build are you using? Does it include any custom patches? Your screenshot shows that something is wrong with the fonts. Do you have all the Wine built-in fonts installed? -- 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=26649 --- Comment #8 from tom98765x(a)yahoo.com 2011-04-14 07:33:23 CDT --- (In reply to comment #7)
You forgot to answer this part: What Wine build are you using? Does it include any custom patches?
Your screenshot shows that something is wrong with the fonts. Do you have all the Wine built-in fonts installed?
I downloaded the recent 1.3.17 as source, and build wine (configure, make, make install). No other installation like any fonts, just the mentioned download. -- 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=26649 --- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2011-04-14 07:45:46 CDT --- (In reply to comment #8)
I downloaded the recent 1.3.17 as source, and build wine (configure, make, make install). No other installation like any fonts, just the mentioned download.
Did configure complain about any missing packages? -- 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=26649 --- Comment #10 from tom98765x(a)yahoo.com 2011-04-14 08:17:04 CDT --- (In reply to comment #9)
(In reply to comment #8)
I downloaded the recent 1.3.17 as source, and build wine (configure, make, make install). No other installation like any fonts, just the mentioned download.
Did configure complain about any missing packages?
yes some warnings about missing development files: opengl headers gettext libjpeg libpng -- 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=26649 --- Comment #11 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2011-04-15 03:07:22 CDT --- (In reply to comment #10)
Did configure complain about any missing packages?
yes some warnings about missing development files: opengl headers gettext libjpeg libpng
Are there any message at the console when running the sample? -- 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=26649 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.6 |Mac OS 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.
http://bugs.winehq.org/show_bug.cgi?id=26649 --- Comment #12 from Bruno Jesus <00cpxxx(a)gmail.com> --- I can't reproduce this in linux, is this still an issue in wine 1.7.12 (or later) in osx? -- 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=26649 --- Comment #13 from Ken Thomases <ken(a)codeweavers.com> --- I can't reproduce this with current Wine and a clean WINEPREFIX. Mac OS X 10.6.8. There's a weird problem where the circle doesn't draw until the window is dragged mostly off-screen and then back on. It affects both the X11 and Mac drivers. But the circle is circular. -- 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=26649 --- Comment #14 from Bruno Jesus <00cpxxx(a)gmail.com> --- The circle not drawing is present in linux too, in comment 4 Dmitry suggests it may be related to other bug. -- 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=26649 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #15 from super_man(a)post.com --- Circle is not drawn at linux 1.7.51 -- 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=26649 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com, | |xerox_xerox2000(a)yahoo.co.uk --- Comment #16 from winetest(a)luukku.com --- So the problem here is the circle how it is drawn? I don't have clean prefix, I am currently downloading a game to test. I only tried wine-staging 2.6 and I can't see anything wrong with the circle. It's drawn and the shape is perfect. -- 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=26649 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #17 from joaopa <jeremielapuree(a)yahoo.fr> --- Tested by myself too. Reported working 4 times by different users. Missing libraries when compiling for the reporter Can an administrator close this bug as INVALID? -- 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=26649 --- Comment #18 from joaopa <jeremielapuree(a)yahoo.fr> --- No one interested in closing this bugs as FIXED? -- 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