[Bug 21767] JLC's Internet TV crashes on startup

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 16 15:40:34 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=21767

Qian Hong <fracting at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fracting at gmail.com
           Assignee|wine-bugs at winehq.org        |fracting at gmail.com

--- Comment #7 from Qian Hong <fracting at 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.



More information about the wine-bugs mailing list