alebum@fajnysklep.pl
2007-Mar-19 18:11 UTC
[Wine] can't print from wine+cups - ENUM PRINTERS PRINTER_ENUM_CONNECTIONS
Hello, To my great satisfaction I managed to run with a windows program which I use in my company (invoices, supplies etc). The program runs well except printing... When I try to print to my cups printers I get the following infos: fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS fixme:psdrv:PSDRV_EndPage Already ended a page? fixme:psdrv:PSDRV_EndPage Already ended a page? my wine config for printing looks like this: [serialports] "Com1" = "/dev/ttyS0" "Com2" = "/dev/ttyS1" "Com3" = "/dev/ttyS2" "Com4" = "/dev/modem" [parallelports] "Lpt1" = "/dev/lp0" [ppdev] ;; key: io-base of the emulated port ;; value : parport-device{,timeout} ;; timeout for auto closing an open device ( not yet implemented) ;"378" = "/dev/parport0" ;"278" = "/dev/parport1" ;"3bc" = "/dev/parport2" [spooler] "FILE:" = "tmp.ps" "LPT1:" = "|lpr" "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -" "LPT3:" = "/dev/lp1" [ppd] "lp0" = "/etc/cups/ppd/lp0.ppd" "pdf" = "/etc/cups/ppd/pdf.ppd" I use debian testing with cups and libwine-print installed. Is there a way I can fix it (this program is the last thing keeping me with windows...)??
Daniel Skorka
2007-Mar-19 18:11 UTC
[Wine] Re: can't print from wine+cups - ENUM PRINTERS PRINTER_ENUM_CONNECTIONS
alebum@fajnysklep.pl wrote:> I use debian testing with cups and libwine-print installed. > > Is there a way I can fix it (this program is the last thing keeping me > with windows...)??If you are using wine from debian testing, it is version 0.9.20 and it is no longer using the config file. See the Wine Users Guide for info on how things are configured now. If your wine is still using the config file, it is way too old. Daniel
Duane Clark
2007-Mar-19 18:11 UTC
[Wine] Re: can't print from wine+cups - ENUM PRINTERS PRINTER_ENUM_CONNECTIONS
alebum@fajnysklep.pl wrote:> Hello, > > To my great satisfaction I managed to run with a windows program which > I use in my company (invoices, supplies etc). > The program runs well except printing... > > When I try to print to my cups printers I get the following infos: > > fixme:winspool:WINSPOOL_EnumPrinters We don't handle > PRINTER_ENUM_CONNECTIONS > fixme:winspool:WINSPOOL_EnumPrinters We don't handle > PRINTER_ENUM_CONNECTIONS > fixme:psdrv:PSDRV_EndPage Already ended a page? > fixme:psdrv:PSDRV_EndPage Already ended a page?Do a "export WINEDEBUG=winspool" and then try printing. What does that print out? Also, what version of Wine are you using?