On Wed, 29 Oct 2003 16:59:59 -0800, Sir Rob scribed thus:
Bugzilla Bug 1541 WS2_32 version of gethostbyname with NULL argument doesn't follow specification http://bugs.winehq.org/show_bug.cgi?id=1541
[mike@littlegreen working]$ cvs log -N -r1.135 dlls/winsock/socket.c RCS file: /home/wine/wine/dlls/winsock/socket.c,v Working file: dlls/winsock/socket.c head: 1.138 branch: locks: strict access list: keyword substitution: kv total revisions: 138; selected revisions: 1 description: ---------------------------- revision 1.135 date: 2003/09/02 18:12:20; author: julliard; state: Exp; lines: +10 -0 Rein Klazes rklazes@xs4all.nl _ws_gethostbyname() and WSAAsyncGetHostByName() when called with a null name, should use the name returned by gethostname(). =============================================================================
What version of Wine were you using? It seems this bug was fixed some time ago, we just forgot to update bugzilla.
B1, B2, B3, and B4 can be fixed by putting a title bar on the application. (See MAKE_IT_LOOK_LIKE_A_NORMAL_APP_AT_STARTUP in winetest.cpp.)
Yes they are caused by our use of override-redirect, which causes a LOT of bug reports. I can't remember why Jerrys patch was not applied, but I think Alexandre has very specific ideas about what to do in this area.
- B6. Copy to the clipboard doesn't work (though pasting from the clipboard does work).
What does a +clipboard trace show? Does the demo app show this?
- B7. Attempting to bring up the right-click context menu causes the app to hang.
Does the demo app show this? If so, perhaps one of us can get a backtrace of the deadlock.
thanks -mike