[Bug 14244] New: Wine ignores StringFormat alignment
http://bugs.winehq.org/show_bug.cgi?id=14244 Summary: Wine ignores StringFormat alignment Product: Wine Version: 1.1.0 Platform: All URL: http://mighmos.org/wine/stringformat-example.tar.bz2 OS/Version: All Status: UNCONFIRMED Severity: trivial Priority: P2 Component: gdiplus AssignedTo: wine-bugs(a)winehq.org ReportedBy: adam(a)tpetaccia.com Created an attachment (id=14537) --> (http://bugs.winehq.org/attachment.cgi?id=14537) Wrong result An example program is posted in URL: its based off of MSDN documentation. Wine displays the result wrong. -- 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=14244 --- Comment #1 from Adam Petaccia <adam(a)tpetaccia.com> 2008-07-02 14:03:03 --- Created an attachment (id=14538) --> (http://bugs.winehq.org/attachment.cgi?id=14538) Windows executing the 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=14244 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |other Platform|All |Other --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-07-02 17:28:48 --- Please attach the source of the program. Or at least the relevant part. -- 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=14244 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase OS/Version|other |All Platform|Other |All --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-07-02 17:30:16 --- The source is in the download url, along with a compiled exe. -- 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=14244 --- Comment #4 from Adam Petaccia <adam(a)tpetaccia.com> 2008-07-02 17:45:40 --- Sorry, must have closed the window before sending was complete. My mentor advised I keep track of closed bugs, and said I should create a bug for the demo program I was fixing. The patch which fixes this is http://winehq.org/pipermail/wine-patches/2008-July/057054.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=14244 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14537|0 |1 is obsolete| | --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-12-30 09:55:47 --- Created an attachment (id=18329) --> (http://bugs.winehq.org/attachment.cgi?id=18329) screenshot in 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=14244 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-12-30 09:56:26 --- Even worse now. Adam, can you add a conformance test to that patch and resubmit? http://wiki.winehq.org/ConformanceTests -- 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=14244 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead(a)gmail.com --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-01-28 09:44:14 --- (In reply to comment #6)
Even worse now. Adam, can you add a conformance test to that patch and resubmit?
I can't even start it :) with current. I'm using native msvcr80: --- fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\mrlarch\\dev\\stringformat.exe" failed, status c0000142 --- -- 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=14244 --- Comment #8 from Vincent Povirk <madewokherd(a)gmail.com> 2009-07-24 15:19:25 --- I had to install vcrun2005sp1 to start the exe. The alignment flags are implemented now, but I can't tell if they work because the text does not appear. -- 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=14244 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Vincent Povirk <madewokherd(a)gmail.com> 2009-07-24 16:32:08 --- The text shows with corefonts installed. Seems it needs a font it can't get normally. String alignment also works. -- 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=14244 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2009-08-07 12:27:11 --- Closing bugs fixed in 1.1.27. -- 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=14244 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other OS/Version|All |other --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:13:25 CST --- Removing deprecated 'All' Platform/OS. -- 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