printing (cups) not working

Questions about Wine on Linux
Locked
bettylou
Level 1
Level 1
Posts: 8
Joined: Wed Oct 16, 2013 2:34 pm

printing (cups) not working

Post by bettylou »

I have wine working in an Arch install (x86_64). I can print to the CUPs printer.

I have another machine with a Debian x64 install (dpkg --print-foreign-architectures -> amd64 & i386). Precisely the same cups setup. Using a virgin prefix, I cannot print from this machine.

When a app (eg notepad) enters the print dialog, my printer (as labeled in CUPS) appears. Upon affirming the print dialog, the dialog closes without error... but nothing prints. Nothing shows in the CUPS print queue as uncompleted . The printer is available to non-wine apps throughout the session.

I worry that I am missing a package on this AMD64 install, or perhaps a config is glitched.

My next step in troubleshooting is to verify that I can print from a freshly installed and configured Debian x32 machine. Before I take that step (installing the OS, configuring the printer, installing wine, etc.) does anyone already know what I might be doing wrong?
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: printing (cups) not working

Post by oiaohm »

wine --version
also run from terminal wine does have a habit of printing out useful information.

http://wiki.winehq.org/FAQ#get_log
bettylou
Level 1
Level 1
Posts: 8
Joined: Wed Oct 16, 2013 2:34 pm

Re: printing (cups) not working

Post by bettylou »

On the not working Debian the version is version: 1.4.1

Code: Select all

~$ wine notepad
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
#here is where the print was initiated:
err:dc:CreateDCW no driver found for L"wineps.drv"
err:commdlg:PRINTDLG_ChangePrinterW DocumentProperties fails on L"MyCannon780"
fixme:commdlg:PRINTDLG_UpdatePrintDlgW No lpdm ptr?
fixme:commdlg:PRINTDLG_WMCommandW Update printdlg was not successful!
fixme:commdlg:PRINTDLG_UpdatePrintDlgW No lpdm ptr?
fixme:commdlg:PRINTDLG_WMCommandW Update printdlg was not successful!
On the working Arch system:
version: 1.7.8

Code: Select all

~$ wine notepad
#at print initiate:
fixme:winspool:SetJobW Ignoring everything other than the document title
#it prints
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: printing (cups) not working

Post by oiaohm »

bettylou number 1 we no longer support 1.4.1 you need 1.6.x at least to be supported.

We end support of versions of wine over time. Distributions like Debian don't update.
Locked