https://bugs.winehq.org/show_bug.cgi?id=51853
--- Comment #22 from m0rvj johnpgoodman@gmail.com --- Thanks for the guidance Huw... I'm trying to learn all this as I go.
Apologies for my to my mistake with the launch script. I thought that wine 7.0rc1 was being used but actually the environment variable was redirecting me to an older version in an appImage. Having realised my mistake (sorry) I can summarize the situation accurately.
Printing was working until this commit afc7c0c9d1dabe8a01af3518025d67245318c7dc, following the commit you could still get all the way to clicking print in the print dialog but it would not actually print.
There was a second regression da0db2eb79a666921327bcb6d73ad082e9f5e82d following which, even choosing print from the panel menu causes a crash right away. See comment 20 for the terminal crash output.
1st regression commit afc7c0c9d1dabe8a01af3518025d67245318c7dc 2nd regression commit da0db2eb79a666921327bcb6d73ad082e9f5e82d
In comment 16 I was trying to identify what might be the problem with the 1st regression. Having little expertise in this but a keen interest to learn and help. It seems that previously the function took the data, reformatted it and returned it. Following the commit it looks like the port is omitted?