https://bugs.winehq.org/show_bug.cgi?id=54379
--- Comment #23 from Piotr Caban piotr.caban@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?