https://bugs.winehq.org/show_bug.cgi?id=46712
ubuntor2000@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ubuntor2000@gmail.com
--- Comment #1 from ubuntor2000@gmail.com --- Odd, it's calling SetWindowLongA (instead of SetWindowLongPtrA) to set a new window procedure address, but SetWindowLongA is supposed to be only for 32bit values, so wine is truncating the address.