https://bugs.winehq.org/show_bug.cgi?id=57028
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |7034fc297bf730427c6c808cb3f | |574b56f50b60f CC| |piotr@codeweavers.com URL| |https://web.archive.org/web | |/20240804044518/https://lts | |pice.analog.com/software/LT | |spice64.msi Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com --- I can confirm the issue with LTspice in wine-9.0 and wine-9.14. Printing works in wine-8.0, so I performed a regression test, which yields the following result:
7034fc297bf730427c6c808cb3f574b56f50b60f is the first bad commit commit 7034fc297bf730427c6c808cb3f574b56f50b60f Author: Piotr Caban piotr@codeweavers.com Date: Mon May 1 13:11:42 2023 +0200
winspool: Change CUPS printers print processor to wineps.
To reproduce the problem, I installed LTspice using the available installer with default settings specified. Because it performs a user installation by default, LTspice needs to be launched from "C:\users<user>\AppData\Local\Programs\ADI\LTspice\LTspice.exe".
With the demo circuit file 3072_dc1938a.asc extracted from the collection of circuit files available at https://www.analog.com/en/resources/design-tools-and-calculators/ltspice-sim..., I opened it in LTspice and attempted to print to the CUPS PDF printer.
With wine-8.0, printing generates a new "3072_dc1938a-job_<number>.pdf" output file with what appears to be a good rendering of the circuit. With wine-9.0, printing yields a new "_-job_<number>.pdf" output file with no rendered content in the document.