[Bug 25523] New: printing from wordpad prints an empty page to a cups printers
http://bugs.winehq.org/show_bug.cgi?id=25523 Summary: printing from wordpad prints an empty page to a cups printers Product: Wine Version: 1.3.8 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: advpack AssignedTo: wine-bugs(a)winehq.org ReportedBy: joachim.backes(a)rhrk.uni-kl.de Editing some text in wordpad and then trying to print to a cups IPP printer only prints an empty page. If I print to a (PS) file, that PS file is empty. No msg in /var/log/cups/error_log! NB: If I try to print with IE7, nothing happens: no print dialog appears (I don't know if that has the same reasons as it happens in wordpad). OS: Fedora 14, Kernel 2.6.35.9-64.fc14.i686.PAE. All updates applied! -- 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=25523 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|advpack |-unknown -- 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=25523 --- Comment #1 from JB <joachim.backes(a)rhrk.uni-kl.de> 2010-12-15 23:40:48 CST --- (In reply to comment #0)
Editing some text in wordpad and then trying to print to a cups IPP printer only prints an empty page. If I print to a (PS) file, that PS file is empty.
No msg in /var/log/cups/error_log!
NB: If I try to print with IE7, nothing happens: no print dialog appears (I don't know if that has the same reasons as it happens in wordpad).
OS: Fedora 14, Kernel 2.6.35.9-64.fc14.i686.PAE.
All updates applied!
I have to modify: no IPP printer, but a printer with an address like dnssd://Lexmark%20E120n._printer._tcp.local/ (network printer lexmark e120n) Runs well in Gnome or KDE. -- 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=25523 Andreas Bierfert <andreas.bierfert(a)lowlatency.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas.bierfert(a)lowlatency | |.de -- 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=25523 Joachim Namislow <jfrieben(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jfrieben(a)hotmail.com --- Comment #2 from Joachim Namislow <jfrieben(a)hotmail.com> 2011-04-12 08:12:37 CDT --- This bug was first reported to Red Hat's Bugzilla for wine-1.1.29-1.fc11, see: https://bugzilla.redhat.com/show_bug.cgi?id=524463 . Not that this bug is not necessarily related to CUPS: the -preview- window itself is already empty. -- 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=25523 --- Comment #3 from Joachim Namislow <jfrieben(a)hotmail.com> 2011-04-15 02:57:24 CDT --- According to https://bugzilla.redhat.com/show_bug.cgi?id=524463#c11 "Seems it is caused by the richedit implementation of wine. EM_FORMATRANGE is unimplemented and this should eventually render the font here. See in the 1.3.17 sources: wine-1.3.17/dlls/riched20/editor.c line 3012: UNSUPPORTED_MSG(EM_FORMATRANGE) and wine-1.3.17/programs/wordpad/print.c line 491: fr.chrg.cpMin = SendMessageW(hEditorWnd, EM_FORMATRANGE, TRUE, (LPARAM)&fr); So this is not a bug but a missing feature in richedit." -- 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=25523 --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2011-04-15 03:33:17 CDT --- (In reply to comment #3)
So this is not a bug but a missing feature in richedit."
In that case installing native riched20 with winetricks would help, but for some reason I doubt it does. -- 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=25523 --- Comment #5 from Andreas Bierfert <andreas.bierfert(a)lowlatency.de> 2011-04-15 03:45:14 CDT --- (In reply to comment #4)
In that case installing native riched20 with winetricks would help, but for some reason I doubt it does.
Verified. Installing native riched20 solves 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=25523 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |richedit Ever Confirmed|0 |1 --- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2011-04-15 03:48:04 CDT --- (In reply to comment #5)
Verified. Installing native riched20 solves this.
Good, thanks for testing. -- 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=25523 --- Comment #7 from JB <joachim.backes(a)rhrk.uni-kl.de> 2011-04-15 04:07:34 CDT --- (In reply to comment #5)
(In reply to comment #4)
In that case installing native riched20 with winetricks would help, but for some reason I doubt it does.
Verified. Installing native riched20 solves this.
Helps me too! Thanks! -- 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=25523 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source -- 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=25523 Eugene Savelov <savelov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |savelov(a)gmail.com -- 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=25523 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda(a)volny.cz --- Comment #8 from Wylda <wylda(a)volny.cz> --- Is this still an issue in wine-1.7.29 or higher? -- 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=25523 --- Comment #9 from JB <joachim.backes(a)rhrk.uni-kl.de> --- (In reply to Wylda from comment #8)
Is this still an issue in wine-1.7.29 or higher?
No :-) Seems to be resolved. -- 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=25523 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #10 from Wylda <wylda(a)volny.cz> --- Many thanks for re-test :c) -- 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=25523 JB <joachim.backes(a)rhrk.uni-kl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #11 from JB <joachim.backes(a)rhrk.uni-kl.de> --- (In reply to Wylda from comment #10) Addendum: The following is valid for wine-1.7.28 and wine-1.7.29: After removing the riched* DLL's by winecfg, printing by wordpad still only prints empty pages. And after reinstalling the riched* DLLs, printing by wordpad is OK again! So I guess that riched* should be an inherent part of wine! Ergo: the issue doesn't seem to be resolved totally. Kind regards Joachim Backes -- 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=25523 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev(a)web.de -- 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=25523 --- Comment #12 from Rosanne DiMesio <dimesio(a)earthlink.net> --- Still present in 1.7.46. -- 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=25523 JB <joachim.backes(a)rhrk.uni-kl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |joachim.backes(a)rhrk.uni-kl. | |de Resolution|--- |FIXED --- Comment #13 from JB <joachim.backes(a)rhrk.uni-kl.de> --- works with riched30 -- 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=25523 --- Comment #14 from Nikolay Sivov <bunglehead(a)gmail.com> --- (In reply to JB from comment #13)
works with riched30
Do you mean it works with native richedit dll? -- 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=25523 --- Comment #15 from JB <joachim.backes(a)rhrk.uni-kl.de> --- Yes, I installed it by "winetricks riched30" -- 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=25523 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #16 from Nikolay Sivov <bunglehead(a)gmail.com> --- This is not a solution, FIXED means Wine was 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.
https://bugs.winehq.org/show_bug.cgi?id=25523 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |DUPLICATE --- Comment #17 from Detlef Riekenberg <wine.dev(a)web.de> --- Merge EM_FORMATRANGE bugs *** This bug has been marked as a duplicate of bug 6254 *** -- 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=25523 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #18 from Bruno Jesus <00cpxxx(a)gmail.com> --- Closing duplicate bugs. -- 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