http://bugs.winehq.org/show_bug.cgi?id=11536
Andre Wisplinghoff andre.wisplinghoff@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andre.wisplinghoff@gmail.com
--- Comment #3 from Andre Wisplinghoff andre.wisplinghoff@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.