20 Feb
2023
20 Feb
'23
9:42 p.m.
https://bugs.winehq.org/show_bug.cgi?id=54379 --- Comment #23 from Piotr Caban <piotr.caban(a)gmail.com> --- (In reply to MaranBr from comment #22)
Trace file of print processor using Wine 7.0.1 Stable
Thank you. I think I know where the problem is. The application passes pszPort="" to CreateDC while creating printer DC. So the regression is caused by if (!info.lpszOutput) info.lpszOutput = (const WCHAR *)(ULONG_PTR)dc_attr->output; line. I will work on fixing it. Could you please attach one more log with following debug channels: winspool,localspl,gdi,commdlg,module using wine 8.0 or newer? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.