[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-11 Thread Daniel J Blueman
With both Gutenprint and Canon drivers, I have found that going to the 'Print Preview' dialog and printing from there works around the issue, proving this is an issue with Inkscape. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-10 Thread Daniel J Blueman
Marking as confirmed, since the requested data has been supplied and to prevent this getting overlooked. ** Changed in: ghostscript (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-10 Thread Till Kamppeter
Daniel, your Ghostscript command line is broken and does not work with any driver. It contains -dDEVICEWIDTHPOINTS=0 -dDEVICEHEIGHTPOINTS=0 which means a page of zero width and zero height. The problem is the application or its print dialog. It seems that a custom page size was selected and then

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-07 Thread Till Kamppeter
For me your test case looks bogus. The Ghostscript command line is cat testcase.ps | gs -sstdout=%stderr -r600 -g0x0 -q -dNOPROMPT -dSAFER -sDEVICE=ppmraw -sOutputFile=%stdout - /dev/null The -g0x0 means that the dimensions of the output bitmap should be 0 pixels wide and 0 pixels high. So it

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-07 Thread Till Kamppeter
The messages D [07/Apr/2012:15:50:11 +0200] [Job 51] prnt/hpcups/HPCupsFilter.cpp 528: cupsRasterOpen failed, fd = 0 D [07/Apr/2012:15:50:11 +0200] [Job 51] prnt/backend/hp.c 839: ERROR: null print job total=0 in the error_log of the original poster are due to no data arriving at the HPLIP

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-07 Thread Till Kamppeter
I need that everyone of you follows the instructions of comment #5 and attaches both the error_log and the file of captured print data. This is needed for me to reproduce this bug. ** Changed in: ghostscript (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-07 Thread Daniel J Blueman
I was running into the rangecheck on the Gutenprint driver also, so looks like this and the Canon driver both set this. I'll develop and test a clean (non-micro) reproducer and attach the error_log tonight. Thanks for the feedback! -- You received this bug notification because you are a member

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-07 Thread Daniel J Blueman
Reproducer: 1. boot into ubuntu 12.04 x64 live usb 2. apply all updates, install inkscape 3. install Canon iP3680 with default GIMP+Gutenprint drivers 4. print testpage - succeeds 5. print (eg) blank page in inkscape - fails Cups debug error logs were captured in both cases; we see the rangecheck

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-07 Thread Daniel J Blueman
** Attachment added: error_log-fail.txt https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/975972/+attachment/3179359/+files/error_log-fail.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-07 Thread Daniel J Blueman
Attaching clean error logs from the preferred Canon driver (reasoning: colour rendition, ink density are resolution are far better; printing is always correct unlike intermittent misrendering with Gutenprint) ** Attachment added: error_log-success-canon.txt

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-07 Thread Daniel J Blueman
** Attachment added: error_log-fail-canon.txt https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/975972/+attachment/3179385/+files/error_log-fail-canon.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-07 Thread garybrlow
I confirm this. I have an Epson T13 and all the pdf files generated from vectors done with inkscape are not printed at all. Instead I get the rendering complete message. I think this is related to this bug https://bugs.launchpad.net/ubuntu/+source/cups/+bug/998156. -- You received this bug

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-07 Thread Daniel J Blueman
BTW, the Canon printer driver (cnijfilter-common-3.00) was taken from the Oneric packages at: https://launchpad.net/~michael-gruz/+archive/canon -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975972

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-06 Thread Daniel J Blueman
I also experience this high-impact issue in Ubuntu 12.04 LTS x64 also. It does look like CUPS cannot print any output from poppler (used eg by inkscape). I've attached a simple blank page (testcase.ps) from poppler (generated through Inkscape) that fails to render with the driver script

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-06 Thread Daniel J Blueman
** Attachment added: testcase.sh https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/975972/+attachment/3177652/+files/testcase.sh ** Changed in: ghostscript (Ubuntu) Status: Incomplete = Confirmed ** Changed in: hplip (Ubuntu) Status: Incomplete = Invalid -- You

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-06 Thread Daniel J Blueman
Marking connection with hplip as invalid, as this is likely a poppler (ie broken postscript generation) or ghostscript (ie broken postscript interpretation) issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-06 Thread Daniel J Blueman
For completeness, I'm attaching one of the PPDs I'm trying to render with (though gs doesn't get as far as openinig it). ** Attachment added: Canon_iP3600_series.ppd https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/975972/+attachment/3177654/+files/Canon_iP3600_series.ppd -- You

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-06-06 Thread Daniel J Blueman
This is the preferred PPD file that unlocks the microweaving to access print resolutions beyond 600dpi, as supplied by Canon. ** Attachment added: iP3600-series.ppd https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/975972/+attachment/3177655/+files/iP3600-series.ppd -- You received

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-05-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: hplip (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975972 Title:

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-05-30 Thread BoD
I also have the same problem when printing with Inkscape. Printing from other apps works fine. This problem appeared after upgrading from 10.04 to 12.04 :( It used to work fine. D [30/May/2012:13:46:59 +0200] [Job 1241] Ghostscript command line: /usr/bin/gs -dQUIET -dPARANOIDSAFER -dNOPAUSE

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-05-30 Thread Till Kamppeter
It seems that Ghostscript is not able to render the output of Inkskape. Can you follow the instructions of the sections CUPS error_log and Capturing print job data on https://wiki.ubuntu.com/DebuggingPrintingProblems for one of the failing Inkskape print jobs? ** Also affects: ghostscript

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-04-08 Thread goutam kodu
Hi Dawid, I believe this could be problem with Inkscape application which might be generation a wrong cups input file (pdf/ps) . hpcups filter accepts the raster file genereated by the ghostscript. GIMP might be generating the correct cups input file (pdf/ps) so it might be getting passed

[Bug 975972] Re: cupsRasterOpen failed error when printing vector graphics

2012-04-07 Thread Dawid Wróbel
** Attachment added: error_log https://bugs.launchpad.net/bugs/975972/+attachment/3022766/+files/error_log ** Also affects: hplip Importance: Undecided Status: New ** Description changed: - I attempted to print a simple SVG graphics today from Inkscape and I was surpsised that it