https://bugs.winehq.org/show_bug.cgi?id=48077
Bug ID: 48077 Summary: UPlay fails to start : "Error at hooking API NtProtectVirtualMemory" (UPlay's hooking engine can't handle ENDBR32 instruction inserted at non-hotpatch API entries due to distro build environments '-fcf-protection') Product: Wine Version: 4.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: dario@mailo.com Distribution: ---
This is related to bug 46626 and possibly bug 45199. When Wine is built with -fcf-protection flag, on my AMD CPU the latest version of Uplay throws the error message in the title. To fix the issue I modified one line in dlls/ntdll/virtual.c from:
NTSTATUS WINAPI NtProtectVirtualMemory( HANDLE process, PVOID *addr_ptr, SIZE_T *size_ptr, ULONG new_prot, ULONG *old_prot )
to:
NTSTATUS WINAPI DECLSPEC_HOTPATCH NtProtectVirtualMemory( HANDLE process, PVOID *addr_ptr, SIZE_T *size_ptr, ULONG new_prot, ULONG *old_prot )
https://bugs.winehq.org/show_bug.cgi?id=48077
--- Comment #1 from Dario dario@mailo.com --- I don't know how many other methods may need DECLSPEC_HOTPATCH.
https://bugs.winehq.org/show_bug.cgi?id=48077
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dracoanarion@gmail.com
--- Comment #2 from Zebediah Figura z.figura12@gmail.com --- *** Bug 48161 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=48077
Fred dracoanarion@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|dracoanarion@gmail.com |
https://bugs.winehq.org/show_bug.cgi?id=48077
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |923e62eb553596718df9e19b2a7 | |b6482cc7deb15
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Fixed by https://source.winehq.org/git/wine.git/?a=commit;h=923e62eb553596718df9e19b2...
https://bugs.winehq.org/show_bug.cgi?id=48077
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.0-rc1.
https://bugs.winehq.org/show_bug.cgi?id=48077
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |4.0.x
https://bugs.winehq.org/show_bug.cgi?id=48077
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|4.0.x |---
--- Comment #5 from Michael Stefaniuc mstefani@winehq.org --- Removing the 4.0.x milestone from bug fixes included in 4.0.4.