[Bug 11536] Worms World Party doesn't respond after match

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 21 21:11:09 CST 2008


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


Andre Wisplinghoff <andre.wisplinghoff at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andre.wisplinghoff at gmail.com




--- Comment #3 from Andre Wisplinghoff <andre.wisplinghoff at gmail.com>  2008-12-21 21:11:08 ---
If you just want to play then i've got an ultra-ugly hack working for me in
windowed mode (i use wine 0.9.44 for wwp though):

Edit Function SetWindowPos in dlls/user32/winpos.c so that it's first lines
look  like this:

BOOL WINAPI SetWindowPos( HWND hwnd, HWND hwndInsertAfter,
                          INT x, INT y, INT cx, INT cy, UINT flags )
{
if(hwnd != GetFocus() && hwnd > 0x40000 && (int) hwnd % 0x10000==0x2c)
      return TRUE;

happy wormin'! don't use a wine version changed like that for something other
than worms ;)

Still one note: I didn't have problems after multiplayer games, only after
Single Player games (mission / deathmatch) where a message box pops up after
the game that's likely to be the cause of trouble.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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