https://bugs.winehq.org/show_bug.cgi?id=55950
Bug ID: 55950 Summary: An attempt to print from 'wine iexplore' leads to a crash Product: Wine Version: 8.21 Hardware: x86-64 OS: Linux Status: NEW Keywords: regression, source Severity: normal Priority: P2 Component: wineps.drv Assignee: wine-bugs@winehq.org Reporter: dmitry@baikal.ru CC: piotr.caban@gmail.com Regression SHA1: ca66b3eb8440db53fb110b559d29c6783be61e42 Distribution: ---
Steps to reproduce: 1. wine iexplore http://google.com 2. File -> Print... (or press Print icon on the toolbar) 3. select Cups-PDF printer, Print to file, Pages from 1 To 1, press OK 4. enter file name (c:\aaa.ps), press OK
wine: Unhandled page fault on read access to 09A70001 at address 75781FB0 (thread 00d4), starting debugger...
Bisect points to ca66b3eb8440db53fb110b559d29c6783be61e42 is the first bad commit commit ca66b3eb8440db53fb110b559d29c6783be61e42 Author: Piotr Caban piotr@codeweavers.com Date: Wed Apr 26 19:26:21 2023 +0200
gdi32: Add support for creating EMF spool files.
Please note that printing has regressed several times, and this commit may point to a different problem.