http://bugs.winehq.org/show_bug.cgi?id=7780
xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wine-misc |wine-net
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2007-05-04 10:54 ------- Hi, i found the cause of this i think, in a +relay trace there's an endless sequence of : 0009:Call ws2_32.gethostbyname(004a4770 "localhost") ret=004f70d2 0009:Call ntdll.RtlAllocateHeap(00110000,00000000,00000400) ret=60c444f1 0009:Ret ntdll.RtlAllocateHeap() retval=0019abc8 ret=60c444f1 0009:Call ntdll.RtlFreeHeap(00110000,00000000,0019abc8) ret=60c445b4 0009:Ret ntdll.RtlFreeHeap() retval=00000001 ret=60c445b4 0009:Ret ws2_32.gethostbyname() retval=00000000 ret=004f70d29
Now in /etc/hosts i only have this line: ::1 localhost.localdomain localhost
in my old fedora installation it looked like: 127.0.0.1 localhost.localdomain localhost
If I change it back to the second line, and reinstall FreddiKelp, it starts fine again. Question is, is this a problem with newest fedora configuration, or does ws2_32 handle this incorrectly?