[Bug 18625] New: Everest Poker startup text slightly off-centre
http://bugs.winehq.org/show_bug.cgi?id=18625 Summary: Everest Poker startup text slightly off-centre Product: Wine Version: 1.1.22 Platform: PC URL: http://www.EverestPoker.org.uk OS/Version: Linux Status: NEW Keywords: download Severity: trivial Priority: P3 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: kennybobs(a)o2.co.uk Created an attachment (id=21316) --> (http://bugs.winehq.org/attachment.cgi?id=21316) Wine 1.1.22 +gdiplus The "Starting up..." text during the startup of Everest Poker is off-centre. Native gdiplus fixes this. -- 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=18625 --- Comment #1 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-05-25 19:57:37 --- Created an attachment (id=21317) --> (http://bugs.winehq.org/attachment.cgi?id=21317) Screenshots The font is also different because "winetricks corefonts" is needed with native gdiplus (but not builtin) or it won't start. -- 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=18625 --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-05-25 20:06:41 --- You could try to apply this: http://www.winehq.org/pipermail/wine-patches/2008-July/057054.html It's old enough, so auto patch may fail and you need to do it by hand. http://bugs.winehq.org/show_bug.cgi?id=14244 -- 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=18625 --- Comment #3 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-05-25 20:30:20 --- Applied patch (just trace parts failed, nothing functional as such), but it didn't affect the misaligned text. -- 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=18625 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdiplus -- 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=18625 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-07-07 08:59:27 --- What about 1.1.25? Some alignment fixes got in. -- 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=18625 --- Comment #5 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-07-07 15:56:23 --- Still present in 1.1.25 and latest git. -- 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=18625 --- Comment #6 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-08-17 04:55:06 --- Created an attachment (id=23137) --> (http://bugs.winehq.org/attachment.cgi?id=23137) wine-1.1.27-221-g4e1a4ec console output Latest git seems to offer a bit more insight: fixme:gdiplus:GdipGetLineSpacing ignoring style fixme:gdiplus:GdipSetStringFormatMeasurableCharacterRanges stub: 0x182560, 1, 0x33f654 fixme:gdiplus:GdipMeasureCharacterRanges stub: 0x181e70 L"STARTING UP..." 14 0x182458 0x33f634 0x182560 1 0xb21d78 -- 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=18625 --- Comment #7 from Vincent Povirk <madewokherd(a)gmail.com> 2010-01-01 15:04:32 --- GdipSetStringFormatMeasurableCharacterRanges is implemented, so I guess we just need GdipMeasureCharacterRanges. -- 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=18625 --- Comment #8 from Vincent Povirk <madewokherd(a)gmail.com> 2010-01-01 16:15:08 --- Patch sent: http://www.winehq.org/pipermail/wine-patches/2010-January/083403.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=18625 --- Comment #9 from Ken Sharp <kennybobs(a)o2.co.uk> 2010-02-04 11:48:31 --- Still present in latest git. Something to do with the GdipMeasureCharacterRanges stub? -- 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=18625 --- Comment #10 from Vincent Povirk <madewokherd(a)gmail.com> 2010-05-08 16:05:57 --- GdipMeasureCharacterRanges is implemented now. Please retest. -- 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=18625 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #11 from Ken Sharp <kennybobs(a)o2.co.uk> 2010-05-10 11:48:22 --- Yup. The text is centred as it should be now. -- 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=18625 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2010-05-21 14:39:22 --- Closing bugs fixed in 1.2-rc1. -- 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