https://bugs.winehq.org/show_bug.cgi?id=51789
Bug ID: 51789 Summary: Applications fails to start due to gdi32 initialization failure Product: Wine Version: 6.17 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: gdi32 Assignee: wine-bugs@winehq.org Reporter: bunglehead@gmail.com Regression SHA1: 3eeb37f86a4d0a8c826fa72d8f657e13b8d159e4 Distribution: ---
Bisect points to this one:
3eeb37f86a4d0a8c826fa72d8f657e13b8d159e4 is the first bad commit commit 3eeb37f86a4d0a8c826fa72d8f657e13b8d159e4 Author: Jacek Caban jacek@codeweavers.com Date: Thu Sep 23 13:44:05 2021 +0100
gdi32: Directly use ntdll in add_face_to_cache.
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/gdi32/font.c | 46 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 36 insertions(+), 10 deletions(-)
Default output shows loader error for gdi32. I'll attach some logs.