Wine: Print Spooler not found.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
JuanPabloCuervo
Level 2
Level 2
Posts: 26
Joined: Wed Aug 31, 2011 4:39 pm

Wine: Print Spooler not found.

Post by JuanPabloCuervo »

Hi...

problem is:
i have a software that needs a printer.
http://www.ollydbg.de/Paperbak/index.html

i try to install a Windows XP printer... Canon iP1800
but the driver instalation asks for a Print Spooler... or wont install.

any ideas?

In other Ubuntu 10 lts 32bit PC i have installed the iP1800 as iP1900.
it works ok.
could not make it work in a 64bit Linux.

XP drivers:
http://usa.canon.com/cusa/support/consu ... ndSoftware

Linux drivers:
http://tips-linux.net/en/linux-ubuntu/l ... 1900ip1800
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine: Print Spooler not found.

Post by dimesio »

JuanPabloCuervo wrote: problem is:
i have a software that needs a printer.
http://www.ollydbg.de/Paperbak/index.html

i try to install a Windows XP printer... Canon iP1800
but the driver instalation asks for a Print Spooler... or wont install.
Windows hardware drivers don't work in Wine. You need to install the Linux driver for your printer. If it's installed in CUPS, Wine apps should just see it.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Wine: Print Spooler not found.

Post by jjmckenzie »

On 9/5/11 3:13 PM, dimesio wrote:
JuanPabloCuervo wrote:
problem is:
i have a software that needs a printer.
http://www.ollydbg.de/Paperbak/index.html

i try to install a Windows XP printer... Canon iP1800
but the driver instalation asks for a Print Spooler... or wont install.
Windows hardware drivers don't work in Wine. You need to install the Linux driver for your printer. If it's installed in CUPS, Wine apps should just see it.
You can download the Linux printer driver from here (Canon Europe Site)

http://software.canon-europe.com/products/0010455.asp

First check if a printer driver is included with your Linux distribution
(some do include various printer drivers.)

James
JuanPabloCuervo
Level 2
Level 2
Posts: 26
Joined: Wed Aug 31, 2011 4:39 pm

Post by JuanPabloCuervo »

Hi,

the Europe files are .rpm
im using Ubuntu & Kxstudio "Debian"
alien converts to .deb
but drivers v2.7 don`t work,
only the iP1900 v3.0 work.

anyway.... Linux printer works... with Linux software.
But... the windows software... only letters..

i have installed a PDF printer to see if its a Wine fault or the Canon driver..

Code: Select all

sudo apt-get install cups-pdf
Windows detects the PDF printer but does not detect: Print-to-PDF.

:roll:
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

JuanPabloCuervo wrote:But... the windows software... only letters..
What do you mean by "only letters"?
Windows detects the PDF printer but does not detect: Print-to-PDF.
I don't understand what you mean by this, either. Is cups-pdf showing up in the list of printers in the print dialog of apps running in Wine? If so, what is the problem? If not, then exactly what is happening?
JuanPabloCuervo
Level 2
Level 2
Posts: 26
Joined: Wed Aug 31, 2011 4:39 pm

Post by JuanPabloCuervo »

after configuration:
http://localhost:631/admin

The PDF printer works OK,...
output directory is: ~/PDF

The paperbak print file should contain a barcoded signal... and letters (header&footer)
but only contains Letters* & blank space.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

JuanPabloCuervo wrote:after configuration:
http://localhost:631/admin
We can't see files that are on your computer.
The paperbak print file should contain a barcoded signal... and letters (header&footer)
but only contains Letters* & blank space.
So text prints, but graphics don't? Post terminal output.

Also, what version of Wine are you using? If it's not the latest development release, upgrade.
JuanPabloCuervo
Level 2
Level 2
Posts: 26
Joined: Wed Aug 31, 2011 4:39 pm

Post by JuanPabloCuervo »

dimesio wrote: So text prints, but graphics don't? Post terminal output.

Also, what version of Wine are you using? If it's not the latest development release, upgrade.
jpc@jpc-P-7811FX:~/Escritorio/paperbak$ wine PaperBak.exe
fixme:winspool:SetJobW Ignoring everything other than document title
fixme:bitmap:SetDIBitsToDevice unimplemented on hdc 0x28f4
Locked