[Bug 12402] New: Reversed printing of vertical text using wineps.drv
http://bugs.winehq.org/show_bug.cgi?id=12402 Summary: Reversed printing of vertical text using wineps.drv Product: Wine Version: 0.9.58. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wineps.drv AssignedTo: wine-bugs(a)winehq.org ReportedBy: kadlecf(a)fzu.cz I am using with wine a custom-made program for windows which can produce a page-like output for printing. I use the 'wineps printer using CUPS' for generating postscript. This works, except one feature: whenever the page to be printed contains vertical text from bottom to top, that one will print starting at the right place but from top to bottom. (If the text is a single letter, it is easy to correct in the output postscript file-the lines 900 10 div matrix rotate can be changed to 900 3.333 div matrix rotate which fixes the problem. However, this simple trick will not work for a longer text.) The program is custom-made under Virtual Pascal, and the text is printed here using the function CreateFontIndirect. For the screen, it is called with lfEscapement=900; however, for printing, this has to be set to -900 because of reverse y coordinates. It seems that wine is not in line with this convention of Windows... -- 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=12402 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |printing --- Comment #1 from Detlef Riekenberg <wine.dev(a)web.de> 2008-05-04 08:56:31 --- Please add the Program to the AppDB. Is a Download-URL available? -- By by ... Detlef -- 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=12402 --- Comment #2 from kadlecf(a)fzu.cz 2008-05-13 06:10:01 --- Created an attachment (id=13004) --> (http://bugs.winehq.org/attachment.cgi?id=13004) zip archive with executable for debugging purposes -- 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=12402 --- Comment #3 from kadlecf(a)fzu.cz 2008-05-13 06:11:52 --- (In reply to comment #1)
Please add the Program to the AppDB. Is a Download-URL available?
-- By by ... Detlef
Sorry, adding to the AppDB is not possible, since the application is not public domain. However, I am attaching a saving-disabled (demo) version which should be useful for testing. 1. Launch the exe file 2. Open the file .ts1 3. Print the page to any printer /file. This will work correctly under Windows but not with wine. -- 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=12402 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-05-13 12:43:24 --- (In reply to comment #2)
Created an attachment (id=13004) --> (http://bugs.winehq.org/attachment.cgi?id=13004) [details] zip archive with executable for debugging purposes
Please don't attach stuff you don't own the copyright to. Bugzilla admins, please delete this file. (In reply to comment #3)
Sorry, adding to the AppDB is not possible, since the application is not public domain. You can add non downloadable programs to the AppDB. Someone else may have the program and want to run it under wine.
-- 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=12402 --- Comment #5 from kadlecf(a)fzu.cz 2008-05-14 01:53:44 ---
(In reply to comment #2)
Created an attachment (id=13004) --> (http://bugs.winehq.org/attachment.cgi?id=13004) [details] [details] zip archive with executable for debugging purposes
Please don't attach stuff you don't own the copyright to.
Bugzilla admins, please delete this file.
(In reply to comment #3)
Sorry, adding to the AppDB is not possible, since the application is not public domain. You can add non downloadable programs to the AppDB. Someone else may have the program and want to run it under wine.
Surely it is possible to add a prog to the AppDB even if there are literally only a couple of users, as it is the case here, but I see no point in it. The aim here is to trace and remove a maybe minor but quite probably general bug, that is why I have attached the crippled version for testing. Now, I am ready to send this zip for anybody for debugging purposes. -- 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=12402 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-11-12 13:49:03 --- Is this still an issue in current (1.1.8 or newer) wine? -- 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=12402 --- Comment #7 from kadlecf(a)fzu.cz 2008-11-13 02:06:22 --- Yes. I have checked that the vertical printing still does not work correctly with wine 1.1.8. FK -- 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=12402 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2009-05-18 10:47:36 --- Is this still an issue in current (1.1.21 or newer) wine? -- 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=12402 --- Comment #9 from kadlecf(a)fzu.cz 2009-05-19 03:45:14 --- Yes, in wine-1.1.21 the problem still persists. In the meantime, I have a workaround which can be activated in the Windows executable specially to circumvent it. However, to my mind, the driver still does not work properly for a code written according to Windows specifications. -- 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=12402 --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-11-19 12:52:26 --- This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.1.33 or newer) wine? -- 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=12402 --- Comment #11 from Alexander Scott-Johns <alexander.scott.johns+winebug(a)googlemail.com> 2009-11-19 16:03:49 --- (In reply to comment #10)
This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.1.33 or newer) wine?
Might have been fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=eed649a5e18aaabef42e58... Original reporter, 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=12402 Alexander Scott-Johns <alexander.scott.johns+winebug(a)googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexander.scott.johns+wineb | |ug(a)googlemail.com --- Comment #12 from Alexander Scott-Johns <alexander.scott.johns+winebug(a)googlemail.com> 2009-11-19 16:06:48 --- (In reply to comment #11)
Original reporter, please retest.
... with current git, or in Wine 1.1.34, when it is released. -- 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=12402 kadlecf(a)fzu.cz changed: What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.58. |1.1.34 OS/Version|other |Linux --- Comment #13 from kadlecf(a)fzu.cz 2009-12-16 05:57:48 --- I have installed wine-1.1.34 and tested. Unfortunately, the bug is still there. FK -- 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=12402 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.34 |0.9.58. --- Comment #14 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-12-16 07:50:51 --- Adding a comment is enough. -- 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=12402 Matze <mjh(a)kabelmail.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #15 from Matze <mjh(a)kabelmail.de> 2010-05-12 15:28:41 --- *** This bug has been confirmed by popular vote. *** -- 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=12402 Matze <mjh(a)kabelmail.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjh(a)kabelmail.de --- Comment #16 from Matze <mjh(a)kabelmail.de> 2010-05-12 15:34:26 --- I can confirm this bug with latest Wine version 1.1.44. It happens to me with "BILD Steuer", a german tax declaration software. It happens with printing of the form pages: the master document is rendered correctly, but the text in the formular is put upside-down. -- 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=12402 Nick Law <nlaw(a)naad.fsnet.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nlaw(a)naad.fsnet.co.uk --- Comment #17 from Nick Law <nlaw(a)naad.fsnet.co.uk> 2011-01-04 18:36:10 CST --- (In reply to comment #16)
I can confirm this bug with latest Wine version 1.1.44. It happens to me with "BILD Steuer", a german tax declaration software. It happens with printing of the form pages: the master document is rendered correctly, but the text in the formular is put upside-down.
(In reply to comment #16)
I can confirm this bug with latest Wine version 1.1.44. It happens to me with "BILD Steuer", a german tax declaration software. It happens with printing of the form pages: the master document is rendered correctly, but the text in the formular is put upside-down.
It sounds like this is the same bug as found in Family Historian bug #25685 http://bugs.winehq.org/show_bug.cgi?id=25685 -- 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=12402 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |29295e98e61021028a79212748d | |1d904cbedc742 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> 2011-11-04 12:20:51 CDT --- Fixed. -- 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=12402 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #19 from Alexandre Julliard <julliard(a)winehq.org> 2011-11-04 14:14:54 CDT --- Closing bugs fixed in 1.3.32. -- 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