On Fri, Aug 24, 2001 at 11:47:39AM -0700, Daniel Walker wrote:
ICQ appears to get in some kind of loop. It eventually crashes with a stack overflow, but there are 16000+ lines in the backtrace so .... The sequence below repeats over and over in the backtrace .. Wine did load this application at one time, right? Or has someone seen this before?
Yes.
I am using following, wrong patch:
Ciao, Marcus
Index: shell32_main.c =================================================================== RCS file: /home/wine/wine/dlls/shell32/shell32_main.c,v retrieving revision 1.81 diff -u -r1.81 shell32_main.c --- shell32_main.c 2001/08/16 18:49:57 1.81 +++ shell32_main.c 2001/08/24 18:22:13 @@ -532,8 +532,10 @@ width,height,SWP_SHOWWINDOW); return TRUE; case ABM_WINDOWPOSCHANGED: + /* SetWindowPos(data->hWnd,HWND_TOP,rec.left,rec.top, width,height,SWP_SHOWWINDOW); + */ return TRUE; } return FALSE;