In Ubuntu 24.04 OS PCL6 printer driver print is failing
Created a Linux PCL6 Printer Driver in Ubuntu 20.04 using Ghostscript interpreter and it's worked fine till Ubuntu 22.04. After checking in Ubuntu 24.04 the PCL6 printer driver created using ghostscript is not working. Print is failing.
Using Cups Version - 2.4.7 Ghostscript Version - GPL Ghostscript 10.02.1 (2023-11-01)
Error: universal filter failed.
Please find the attached log for reference. Linux_Error_Log_20241003.txt
Could you please let us know what changes have been done and how to resolve this issue.
Hi @udayy ,
thank you for reporting the issue.
- please try the issue with the latest version of CUPS - 2.4.11 - if the issue still stands,
- the error log does not contain job debug logs, only the status of the printer - please attach file with debug logs which will contain the whole job processing,
- attach your PPD file as well.
Thank you in advance!
Hi @zdohnal,
Thank you so much for your response. Will try with the latest cups version for sure. Please find the attached error_log and PPD file and let me know if this is ok. Changed the extension to txt file for uploading. We can have good view if the files are opened using Notepad++ application.
This is actually a cups-filters bug - the banner format isn't supported when converting to PCL XL (PCL 6) with this filter for some reason. Sending over there but not sure why it is advertised as supported when not...
Hi @michaelrsweet, Thank you so much for your response. Could you please let us know whom to contact regarding this.
@udayy Well, the cups-filters project is responsible for this code and that’s where I moved it.
Perhaps @tillkamppeter can shed some light on the problem?
Hi @tillkamppeter, Could you please let us know how to resolve this issue mentioned above. Michael has updated that it's because of the cups-filter bug.