[Wine]Re: Help with debugging fatal exception in Dreamweaver

Mike Hearn mike at navi.cx
Wed Apr 27 18:22:55 CDT 2005


On Wed, 27 Apr 2005 14:35:50 -0400, Angela Burrell wrote:
> obviously, my problem has something to do with ws2_32.dll, which I've
> replaced to no avail. I see that WS.gethostbyname returns nothing and fails.
> What can I try to get around this problem? is my hostname invalid or
> something?

Yeah, a NULL return means an error occurred. Most likely it's an invalid
address, I get an NXDOMAIN for "IBMFB1L0DH.ercsarnia.ca".

Clearly Dreamweaver isn't expecting that call to fail as it doesn't bother
checking the return result (assuming it's Dreamweaver that makes the call
and not Wine itself). So the questions are:

1) Where does this name come from?
2) Why does it fail?
3) Why does Dreamweaver not expect that?

You need to do some more research I think. Try grepping the logs for that
name and see where it appears first.

BTW a +all trace is usually overkill, +relay is enough

thanks -mike




More information about the wine-users mailing list