https://bugs.winehq.org/show_bug.cgi?id=54956
Bug ID: 54956 Summary: Framemaker 8 crashes on printing Product: Wine Version: 8.8 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wineps.drv Assignee: wine-bugs@winehq.org Reporter: ulrich.gemkow@ikr.uni-stuttgart.de Distribution: ---
Framemaker 8 crashes on printing after some pages with an internal error
This is a 32-bit-only wine install which is self-compiled, not WOW
A bisect shows the following patch as the first bad commit
be33dfbde0ac73d873be06399a90b805c1500d8f is the first bad commit commit be33dfbde0ac73d873be06399a90b805c1500d8f Author: Piotr Caban piotr@codeweavers.com Date: Sun May 7 13:50:26 2023 +0200
wineps: Remove no longer used font selection code from PE side.
dlls/wineps.drv/builtin.c | 189 -------------------------------------------- dlls/wineps.drv/font.c | 82 ++----------------- dlls/wineps.drv/printproc.c | 29 ------- dlls/wineps.drv/psdrv.h | 2 - 4 files changed, 8 insertions(+), 294 deletions(-)
Before each test the prefix was freshly created.