http://bugs.winehq.org/show_bug.cgi?id=25581
--- Comment #4 from fhmanas fhmanas@yahoo.com 2011-08-06 01:48:31 CDT --- Doing a WINEDEBUG=+PSDRV wine TestPrint
I found the difference between the first Print Setup that works vs the second Print Setup that does not wtork are the ff output.
1st Debug Output (this works) ... trace:psdrv:PSDRV_StartDocA using output: "CUPS:Canon-iP2700-series" fixme:winspool:SetJobW Ignoring everything other than document title ...
2nd Debug Output (does not print) ...
trace:psdrv:PSDRV_StartDocA using output: "CUPS:" fixme:winspool:SetJobW Ignoring everything other than document title ...
Any reason why the second can't find the output printer?