https://bugs.winehq.org/show_bug.cgi?id=49131
Bug ID: 49131 Summary: wineboot fails to start Product: Wine Version: 5.8 Hardware: x86-64 OS: Mac OS X Status: NEW Keywords: regression Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gijsvrm@gmail.com CC: julliard@winehq.org Regression SHA1: 73211637c15b1dbd298364b5dd22161ce55f8145
Sine wine-5.7 wineboot fails to start. The only output is this:
0024:err:environ:run_wineboot failed to start wineboot c00000e5 0024:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0024:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 0024:err:winediag:nodrv_CreateWindow The explorer process failed to start.
Bisecting revealed:
73211637c15b1dbd298364b5dd22161ce55f8145 is the first bad commit commit 73211637c15b1dbd298364b5dd22161ce55f8145 Author: Alexandre Julliard julliard@winehq.org Date: Mon Apr 27 12:34:30 2020 +0200
ntdll: Avoid using wine_get_server_dir() from libwine.
Signed-off-by: Alexandre Julliard julliard@winehq.org
I am running macOS Mojave and compiled wine with the 10.13 SDK and with mingw enabled.