https://bugs.winehq.org/show_bug.cgi?id=51853
--- Comment #12 from m0rvj johnpgoodman@gmail.com --- Created attachment 71012 --> https://bugs.winehq.org/attachment.cgi?id=71012 no print regression test result
The attached is the completion of 2 sets of regression tests. The first looked for the crash on clicking print in the panel menu. While doing this I noticed a point at which there was no crash but in fact printing no longer happened when clicking the final print button in the print dialog. For this reason I went back and did the regression test from that point looking at the behaviour of clicking print. So this second commit appears to be a regression that stops Logos from being able to print even though it was the first one which introduced the crash. Hopefully that makes sense.
Print fails without crash regression commit: commit afc7c0c9d1dabe8a01af3518025d67245318c7dc Author: Jacek Caban jacek@codeweavers.com Date: Mon Sep 13 13:48:52 2021 +0200
winspool: Use configuration file for DeviceCapabilitiesW.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/winspool.drv/info.c | 228 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 155 insertions(+), 73 deletions(-)
Crash on selecting print regression commit: commit da0db2eb79a666921327bcb6d73ad082e9f5e82d Author: Huw Davies huw@codeweavers.com Date: Wed Oct 27 08:14:46 2021 +0100
winspool: Build with msvcrt.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
configure | 1 - configure.ac | 1 - dlls/winspool.drv/Makefile.in | 3 +- dlls/winspool.drv/cups.c | 47 ++++++------- dlls/winspool.drv/info.c | 157 ++++++++++++++++++++++-------------------- dlls/winspool.drv/wspool.c | 16 ++--- dlls/winspool.drv/wspool.h | 17 +++-- include/config.h.in | 3 - 8 files changed, 121 insertions(+), 124 deletions(-)