http://bugs.winehq.org/show_bug.cgi?id=21767 Qian Hong <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting(a)gmail.com Assignee|wine-bugs(a)winehq.org |fracting(a)gmail.com --- Comment #7 from Qian Hong <fracting(a)gmail.com> --- Created attachment 48149 --> http://bugs.winehq.org/attachment.cgi?id=48149 Patch: hack --- snip --- 002b:Call user32.SetWindowLongA(0001008c,ffffffeb,00174058) ret=00416668 002b:trace:win:WIN_SetWindowLong 0x1008c -21 174058 A 002b:Ret user32.SetWindowLongA() retval=001741d0 ret=00416668 --- snip --- The application call SetWindowLong to store its own data on offset -21, which is conflicted with Wine's current implementation, Wine use -21 to store the IOCS pointer, this patch fix the problem. I'll work on it later. -- 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.