https://bugs.winehq.org/show_bug.cgi?id=53858 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |2e622d104122855c0c51245eae3 | |f0a2cdc04e57c Component|-unknown |user32 Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> --- This is working now, after: commit 2e622d104122855c0c51245eae3f0a2cdc04e57c Author: Zhiyi Zhang <zzhang(a)codeweavers.com> Date: Mon Nov 7 10:47:35 2022 +0800 user32: Use NtUserSetWindowLongPtr() in set_dialog_proc(). Using NtUserSetWindowLong() truncates 64bit dialog procedure pointers to 32bit. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53631 dlls/user32/win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Marking as a duplicate. -- 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.