Lotus NOtes & Replication

Richard W. Knight rick at rlknight.com
Sat Nov 17 15:10:19 CST 2001


gerard patel wrote:

>On Wed, 14 Nov 2001 10:12:37 -0800, Richard Knight <rick at rlknight.com>
>wrote:
>
>>I tried to run wine -debugmsg +relay on the machine with the problem. but
>>was unable to. The Notes login dialog would come up but as soon as I pressed
>>ANY key, wine died. I decided to uninstall Lotus Notes but it wasn't listed
>>in the uninstall dialog box. I took another look at my config files and
>>noticed that Notes did not write anything to the registry files even though
>>it normally does. I deleted Lotus/Notes and reinstalled it and this time it
>>did write the registry info, however now when I try to run Notes I get the
>>initial setup screen but none of the buttons work. They appear to press OK
>>but nothing happens. 
>>
>
>Trace useless.
>Whatever, I think I have found the problem.
>Try this patch
>
>Gerard
>
>Index: windows/win.c
>===================================================================
>RCS file: /home/wine/wine/windows/win.c,v
>retrieving revision 1.169
>diff -u -r1.169 win.c
>--- windows/win.c       2001/11/14 21:28:37     1.169
>+++ windows/win.c       2001/11/17 12:40:39
>@@ -1852,10 +1852,10 @@
>             return 0;
>         }
>         /* Special case for dialog window procedure */
>+
>+        retvalue = *(LONG *)(((char *)wndPtr->wExtra) + offset);
>         if ((offset == DWL_DLGPROC) && (wndPtr->flags &
>WIN_ISDIALOG))
>             retvalue = (LONG)WINPROC_GetProc( (HWINDOWPROC)retvalue,
>type );
>-        else
>-            retvalue = *(LONG *)(((char *)wndPtr->wExtra) + offset);
>         WIN_ReleasePtr( wndPtr );
>         return retvalue;
>     }?
>
>
>_______________________________________________
>wine-users mailing list
>wine-users at winehq.com
>http://www.winehq.com/mailman/listinfo/wine-users
>
Gerard, thanks for the patch but, I wasn't able to aply it. When I try 
to, I get the message..

skipping patch.
 patch: **** malformed patch at line 15: WIN_ISDIALOG))

Any idea why I'm getting this?

Thanks again,
Rick Knight
(rick at rlknight.com)







More information about the wine-users mailing list