[Bug 49869] Battle for Wesnoth 1.14.14-win32 does not start (regression)

WineHQ Bugzilla wine-bugs at winehq.org
Sat Oct 10 06:51:10 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49869

--- Comment #7 from Cedric <cedric.dewijs at eclipso.eu> ---
This commit seems to be the cause:
Wine build complete.
[cedric at 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 at cedric-p4 wine-git]$ git bisect bad
e561ce4b9259071f79d219dddf62f05cdd8dd07b is the first bad commit
commit e561ce4b9259071f79d219dddf62f05cdd8dd07b
Author: Alexandre Julliard <julliard at 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 at 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(-)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list