http://bugs.winehq.org/show_bug.cgi?id=21767
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com Assignee|wine-bugs@winehq.org |fracting@gmail.com
--- Comment #7 from Qian Hong fracting@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.