On Thu, 28 Apr 2005 09:03:15 -0400, Angela Burrell wrote: > ----------- > 0009:Ret ws2_32.gethostbyname() retval=00000000 ret=004725f1 > 0009:trace:seh:EXC_RtlRaiseException code=c0000005 flags=0 addr=0x4725f1 > ----------- > > This told me that gethostbyname() was supposed to store a value in address > 0x4725f1 and did not, causing DW to crash. No, not quite. Retval is what the functions result was. Ret is the code address that the function was called from. You can normally ignore it but it's useful for disassembly. > Any information on valid settings for WINEDEBUG would be helpful. There's a slightly out of date list here: http://winehq.org/site/docs/wine-user/x1824#AEN1826 thanks -mike _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users