https://bugs.winehq.org/show_bug.cgi?id=49476
--- Comment #4 from mata sutupud@yahoo.com --- I found out that staging commit 9a4c8c5 applies cleanly on top of wine 683583f, which also shows the error.
So that would leave those commits:
commit 173644b08fae3f45149b7b6351f572ad22215e7a Author: Alexandre Julliard julliard@winehq.org Date: Sat Jun 6 16:43:48 2020 +0200
kernel32: Use a vectored exception handler to catch Ctrl-C.
Signed-off-by: Alexandre Julliard julliard@winehq.org
commit 20c91c5e803090bd40fe3045a0d9fea0a68913e4 Author: Alexandre Julliard julliard@winehq.org Date: Sat Jun 6 15:41:24 2020 +0200
ntdll: Use NtContinue() to set the thread initial context.
Signed-off-by: Alexandre Julliard julliard@winehq.org
commit 7f28a1c521341399da1f3559358f2abf876d34be Author: Alexandre Julliard julliard@winehq.org Date: Sat Jun 6 15:17:07 2020 +0200
ntdll: Use NtContinue() to restore context after an exception.
Signed-off-by: Alexandre Julliard julliard@winehq.org
commit 95e2d05e5d6b92a2f6b28e00f36064b7bf6b249a Author: Alexandre Julliard julliard@winehq.org Date: Sat Jun 6 15:16:38 2020 +0200
ntdll: Implement NtContinue() in the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
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
Unfortunately I couldn't really figure out how to do the rebase manually, and I've ran out of time for now.