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@winehq.org ReportedBy: joachim.backes@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!
http://bugs.winehq.org/show_bug.cgi?id=25523
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|advpack |-unknown
http://bugs.winehq.org/show_bug.cgi?id=25523
--- Comment #1 from JB joachim.backes@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.
http://bugs.winehq.org/show_bug.cgi?id=25523
Andreas Bierfert andreas.bierfert@lowlatency.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas.bierfert@lowlatency | |.de
http://bugs.winehq.org/show_bug.cgi?id=25523
Joachim Namislow jfrieben@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jfrieben@hotmail.com
--- Comment #2 from Joachim Namislow jfrieben@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.
http://bugs.winehq.org/show_bug.cgi?id=25523
--- Comment #3 from Joachim Namislow jfrieben@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."
http://bugs.winehq.org/show_bug.cgi?id=25523
--- Comment #4 from Dmitry Timoshkov dmitry@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.
http://bugs.winehq.org/show_bug.cgi?id=25523
--- Comment #5 from Andreas Bierfert andreas.bierfert@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.
http://bugs.winehq.org/show_bug.cgi?id=25523
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |richedit Ever Confirmed|0 |1
--- Comment #6 from Dmitry Timoshkov dmitry@codeweavers.com 2011-04-15 03:48:04 CDT --- (In reply to comment #5)
Verified. Installing native riched20 solves this.
Good, thanks for testing.
http://bugs.winehq.org/show_bug.cgi?id=25523
--- Comment #7 from JB joachim.backes@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!
http://bugs.winehq.org/show_bug.cgi?id=25523
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
https://bugs.winehq.org/show_bug.cgi?id=25523
Eugene Savelov savelov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |savelov@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=25523
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #8 from Wylda wylda@volny.cz --- Is this still an issue in wine-1.7.29 or higher?
https://bugs.winehq.org/show_bug.cgi?id=25523
--- Comment #9 from JB joachim.backes@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.
https://bugs.winehq.org/show_bug.cgi?id=25523
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #10 from Wylda wylda@volny.cz --- Many thanks for re-test :c)
https://bugs.winehq.org/show_bug.cgi?id=25523
JB joachim.backes@rhrk.uni-kl.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |---
--- Comment #11 from JB joachim.backes@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
https://bugs.winehq.org/show_bug.cgi?id=25523
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev@web.de
https://bugs.winehq.org/show_bug.cgi?id=25523
--- Comment #12 from Rosanne DiMesio dimesio@earthlink.net --- Still present in 1.7.46.
https://bugs.winehq.org/show_bug.cgi?id=25523
JB joachim.backes@rhrk.uni-kl.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |joachim.backes@rhrk.uni-kl. | |de Resolution|--- |FIXED
--- Comment #13 from JB joachim.backes@rhrk.uni-kl.de --- works with riched30
https://bugs.winehq.org/show_bug.cgi?id=25523
--- Comment #14 from Nikolay Sivov bunglehead@gmail.com --- (In reply to JB from comment #13)
works with riched30
Do you mean it works with native richedit dll?
https://bugs.winehq.org/show_bug.cgi?id=25523
--- Comment #15 from JB joachim.backes@rhrk.uni-kl.de --- Yes, I installed it by "winetricks riched30"
https://bugs.winehq.org/show_bug.cgi?id=25523
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |---
--- Comment #16 from Nikolay Sivov bunglehead@gmail.com --- This is not a solution, FIXED means Wine was fixed.
https://bugs.winehq.org/show_bug.cgi?id=25523
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #17 from Detlef Riekenberg wine.dev@web.de --- Merge EM_FORMATRANGE bugs
*** This bug has been marked as a duplicate of bug 6254 ***
https://bugs.winehq.org/show_bug.cgi?id=25523
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Bruno Jesus 00cpxxx@gmail.com --- Closing duplicate bugs.