https://bugs.winehq.org/show_bug.cgi?id=53829
Bug ID: 53829 Summary: Font links for MingLiU broken 32-bit wineprefixes Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: blocker Priority: P2 Component: win32u Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
Wine fails to create (non-WoW) 32-bit wineprefixes:
0024:err:environ:run_wineboot boot event wait timed out wine: could not load kernel32.dll, status c0000135
A bisect shows the issue started with this commit:
commit edecac8afdd04701314381b6386e0f7ac862e066 Author: Ziqing Hui zhui@codeweavers.com Date: Tue Oct 18 13:38:56 2022 +0800
win32u: Add font links for MingLiU.
As was reported by the TestBot: https://gitlab.winehq.org/wine/wine/-/merge_requests/1089
Reverting this commit fixes the 32-bit wineprefix creation.