[Bug 56050] New: NtContinue does not set integer registers without CONTEXT_AMD64 flag
https://bugs.winehq.org/show_bug.cgi?id=56050 Bug ID: 56050 Summary: NtContinue does not set integer registers without CONTEXT_AMD64 flag Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs(a)winehq.org Reporter: moonshadow565(a)hotmail.com Distribution: --- Created attachment 75703 --> https://bugs.winehq.org/attachment.cgi?id=75703 NtContinue without CONTEXT_AMD64 When calling NtContinue without CONTEXT_AMD64 flag set, NtContinue ignores integer registers. This will result in incorrect values in register. This does not match behaviour observed on windows. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56050 --- Comment #1 from moonshadow565(a)hotmail.com --- Created attachment 75704 --> https://bugs.winehq.org/attachment.cgi?id=75704 set_full_context quick fix Quick fix for only checking important bits of flags on x86_64 only. Unsure if this is correct approach. Maybe it would be better to copy the CONTEXT and apply corrections to flags instead. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56050 Jinoh Kang <jinoh.kang.kr(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jinoh.kang.kr(a)gmail.com --- Comment #2 from Jinoh Kang <jinoh.kang.kr(a)gmail.com> --- Is this related to League of Legends? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=56050 Henry Moor <henrymoor(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |henrymoor(a)web.de --- Comment #3 from Henry Moor <henrymoor(a)web.de> --- (In reply to Jinoh Kang from comment #2)
Is this related to League of Legends?
Yes, it is. GloriousEggroll's wine build for League of Legends carries this patch. See https://github.com/GloriousEggroll/wine-ge-custom/blob/master/patches/LoL/Lo... -- 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.
participants (1)
-
WineHQ Bugzilla