https://bugs.winehq.org/show_bug.cgi?id=37827
Bug ID: 37827 Summary: print to pdf failure Product: Wine Version: 1.6.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comdlg32 Assignee: wine-bugs@winehq.org Reporter: lurchgs@gmail.com Distribution: ---
Created attachment 50375 --> https://bugs.winehq.org/attachment.cgi?id=50375 error output from wine notepad attempt to print to pdf
Wine 1.6.2, ubuntu 14.10
calling up print dialog in various apps works fine. Printing to my Samsung 1665 works ok. Printing to PDF fails. Dialog opens, clicking on "Ok/Print" shows no visible result, dialog does not close, no file created.
https://bugs.winehq.org/show_bug.cgi?id=37827
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |printing Component|comdlg32 |-unknown
--- Comment #1 from Austin English austinenglish@gmail.com --- Please retest in 1.7.33. Is that a cups-pdf printer?
https://bugs.winehq.org/show_bug.cgi?id=37827
--- Comment #2 from erik kloeppel lurchgs@gmail.com --- (In reply to Austin English from comment #1)
Please retest in 1.7.33. Is that a cups-pdf printer?
was avoiding the beta stream on this machine because it's my work machine. However, have upgraded wineto 1.7.33. No difference
Yes, cups-pdf
https://bugs.winehq.org/show_bug.cgi?id=37827
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com --- I can't reproduce here, the pdf file is created and I don't have any of the log lines. Please attach a +commdlg,+winspool log.
https://bugs.winehq.org/show_bug.cgi?id=37827
--- Comment #4 from erik kloeppel lurchgs@gmail.com --- (In reply to Bruno Jesus from comment #3)
I can't reproduce here, the pdf file is created and I don't have any of the log lines. Please attach a +commdlg,+winspool log.
Bruno, thank you. Did what you suggested... I find the log file.... interesting
https://bugs.winehq.org/show_bug.cgi?id=37827
--- Comment #5 from erik kloeppel lurchgs@gmail.com --- (In reply to erik kloeppel from comment #4)
(In reply to Bruno Jesus from comment #3)
I can't reproduce here, the pdf file is created and I don't have any of the log lines. Please attach a +commdlg,+winspool log.
Bruno, thank you. Did what you suggested... I find the log file.... interesting
+winspool: command not found
that's the total contents of the file
https://bugs.winehq.org/show_bug.cgi?id=37827
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com --- Hi, please try again, check for possible extra spaces in the command:
WINEDEBUG=+commdlg,+winspool wine notepad >> /tmp/log.txt 2>&1
You probably typed it like:
WINEDEBUG=+commdlg, +winspool wine notepad >> /tmp/log.txt 2>&1
https://bugs.winehq.org/show_bug.cgi?id=37827
--- Comment #7 from erik kloeppel lurchgs@gmail.com --- Created attachment 50396 --> https://bugs.winehq.org/attachment.cgi?id=50396 log file requested by Bruno
https://bugs.winehq.org/show_bug.cgi?id=37827
erik kloeppel lurchgs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #50396|0 |1 is obsolete| |
--- Comment #8 from erik kloeppel lurchgs@gmail.com --- Created attachment 50397 --> https://bugs.winehq.org/attachment.cgi?id=50397 more correct file Bruno asked for
https://bugs.winehq.org/show_bug.cgi?id=37827
--- Comment #9 from erik kloeppel lurchgs@gmail.com --- I'm presuming from the lack of further comment that I've done something... less than bright, and that the fix is something anybody with a bit more experience could handle.
https://bugs.winehq.org/show_bug.cgi?id=37827
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev@web.de
https://bugs.winehq.org/show_bug.cgi?id=37827
--- Comment #10 from Bruno Jesus 00cpxxx@gmail.com --- I forgot to mention that the log didn't gave me any idea what could be the problem. One thing to ask is in which program this was tested and if this is still an issue in wine 1.9.18 (or later).
https://bugs.winehq.org/show_bug.cgi?id=37827
--- Comment #11 from Detlef Riekenberg wine.dev@web.de --- There is something wrong with the default DEVMODE (size is 0) and the DocumentProperties function failed.
After two hit at "OK" in the Print dialog, the "Cancel" Button was selected, so there was no output.
I will try to reproduce the failure later this month
https://bugs.winehq.org/show_bug.cgi?id=37827
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|print to pdf failure |print to pdf failure (Size | |of the saved DEVMODE is 0)
--- Comment #12 from Detlef Riekenberg wine.dev@web.de --- The broken DEVMODE with size 0 is strange.