http://bugs.winehq.org/show_bug.cgi?id=2368
------- Additional Comments From clock@twibright.com 2005-29-08 04:40 ------- I get the same problem running Lotus Notes under Wine on gentoo Linux. Wine 20050111. It doesn't happen every time, but like 50%. Looks like if Lotus Notes are doing something with the windows they are susceptible to it. The window with Lotus Notes completely disappears.
If it happens error messages are produced:
clock@kestrel:~$ bloatus_notes err:ole:CoMarshalInterface Failed to marshal the interface {00000001-0000-0000-c000-000000000046}, 80070057 clock@kestrel:~$ err:x11drv:X11DRV_CreateWindow invalid window width 2009541140 err:ole:CoMarshalInterface Failed to marshal the interface {00000001-0000-0000-c000-000000000046}, 80070057 err:ole:CoMarshalInterface Failed to marshal the interface {00000001-0000-0000-c000-000000000046}, 80070057 err:x11drv:X11DRV_CreateWindow invalid window width -1049 err:x11drv:X11DRV_CreateWindow invalid window height -274 err:x11drv:X11DRV_CreateWindow invalid window width -1049 err:x11drv:X11DRV_CreateWindow invalid window height -274 08/29/2005 11:27:14 AM Index update process started 08/29/2005 11:27:29 AM Index update process shutdown
I then have to do killall wine-preloader to be able to start Lotus Notes again, which I think means Lotus Notes are continuing running after the incident.
clock@kestrel:~$ cat `which bloatus_notes` #!/bin/bash
wine 'c:\program files\lotus\notes\notes.exe'