https://bugs.winehq.org/show_bug.cgi?id=49869
--- Comment #7 from Cedric cedric.dewijs@eclipso.eu --- This commit seems to be the cause: Wine build complete. [cedric@cedric-p4 wine-git]$ ./wine ~/.wine/drive_c/Program\ Files/Battle\ for\ Wesnoth\ 1.14.14/wesnoth.exe wine: could not find __wine_start_process in kernel32.dll, status c000007a 0024:err:environ:run_wineboot failed to start wineboot c00000e5 wine: could not find __wine_start_process in kernel32.dll, status c000007a [cedric@cedric-p4 wine-git]$ git bisect bad e561ce4b9259071f79d219dddf62f05cdd8dd07b is the first bad commit commit e561ce4b9259071f79d219dddf62f05cdd8dd07b Author: Alexandre Julliard julliard@winehq.org Date: Sat Jun 6 13:56:19 2020 +0200
ntdll: Move NtRaiseException() implementation to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/ntdll/exception.c | 9 +++ dlls/ntdll/ntdll.spec | 2 +- dlls/ntdll/signal_arm.c | 59 +++++++++++++++---- dlls/ntdll/signal_arm64.c | 128 +++++++++++++++-------------------------- dlls/ntdll/signal_i386.c | 123 ++++++++++++--------------------------- dlls/ntdll/signal_powerpc.c | 51 ++++++++++++---- dlls/ntdll/signal_x86_64.c | 126 +++++++++++++--------------------------- dlls/ntdll/unix/loader.c | 1 + dlls/ntdll/unix/thread.c | 83 ++++++++++++++++++++++++++ dlls/ntdll/unix/unix_private.h | 1 + dlls/ntdll/unixlib.h | 3 +- 11 files changed, 309 insertions(+), 277 deletions(-)