[Wine] Re: REPOST: No printing possible in wine 0.9.15

Derlef Riekenberg wine-users at web.de
Sun Jul 2 16:26:59 CDT 2006


Sven Rudolph wrote:

> "fixme:commdlg:PRINTDLG_UpdatePrintDlgW No lpdm ptr?
> fixme:commdlg:PRINTDLG_WMCommandW Update printdlg was not successful!"
> 
> which means nothing to me.

"+wineps" does not work for WINEDEBUG. "+psdrv" is correct:
WINEDEBUG="+winspool,+psdrv,+file" wine app.exe 2>log.txt


You will see the Failure from "DocumentProperties":
--- cut ---
trace:winspool:DocumentPropertiesA
((nil),(nil),<your_printername>,(nil),(nil),0)
err:commdlg:PRINTDLG_ChangePrinterW DocumentProperties fails on
L"<your_printername>"
fixme:commdlg:PRINTDLG_UpdatePrintDlgW No lpdm ptr?
--- cut ---


You need a PPD-File for your Printer, as I already mentioned in:
http://www.winehq.org/pipermail/wine-users/2006-June/022383.html



With a PPD-File, you find the results from PSDRV_ParsePPD:
--- cut ---
trace:psdrv:PSDRV_ParsePPD file '/var/tmp/44a835909b8f2'
trace:psdrv:PSDRV_ParsePPD NickName = 
--- cut ---


Does it work now?


-- 
By By ...
      ... Detlef




More information about the wine-users mailing list