https://bugs.winehq.org/show_bug.cgi?id=55064
Bug ID: 55064 Summary: Microsoft Powerpoint 2007 does not print large document Product: Wine Version: 7.22 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: spooler Assignee: wine-bugs@winehq.org Reporter: ulrich.gemkow@ikr.uni-stuttgart.de Distribution: ---
When printing a large document with Powerpoint 2007 to a file the print file is not created (without notice). A bisect shows that the first bad commit is
commit 017e9557db73a4b51b5cb2eacbf638288b5e6719 Author: Piotr Caban piotr@codeweavers.com Date: Fri Dec 2 21:23:50 2022 +0100
localspl: Use print processor in ScheduleJob.
dlls/localspl/provider.c | 198 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 155 insertions(+), 43 deletions(-)
Later releases of wine produce an exception inside a PP lib when doing the same operation.
https://bugs.winehq.org/show_bug.cgi?id=55064
Ulrich Gemkow ulrich.gemkow@ikr.uni-stuttgart.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |017e9557db73a4b51b5cb2eacbf | |638288b5e6719 Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=55064
Ulrich Gemkow ulrich.gemkow@ikr.uni-stuttgart.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #1 from Ulrich Gemkow ulrich.gemkow@ikr.uni-stuttgart.de --- Unfortunately I made a mistake during bisect. Due to the changes in the print system the prefix must be newly created before each test. I will submit a new bug report after further investigation. Sorry for the noise.
https://bugs.winehq.org/show_bug.cgi?id=55064
Ulrich Gemkow ulrich.gemkow@ikr.uni-stuttgart.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Ulrich Gemkow ulrich.gemkow@ikr.uni-stuttgart.de --- Bug report is invalid