Re: chdir to /tmp/.wine-1000/server-307-6930068 : No such file or directory

2005-12-14 Thread David Nolden
> There is no change in Wine that would have caused this. I seem to > remember that this or a similar error was caused by threading problems > in glibc in the past. Perhaps you upgraded glibc or the kernel on your > system? But when I checkout a cvs from the end of november, it runs.. when I check

Re: chdir to /tmp/.wine-1000/server-307-6930068 : No such file or directory

2005-12-14 Thread David Nolden
Am Mittwoch, 14. Dezember 2005 21:00 schrieb Vitaliy Margolen: > Wednesday, December 14, 2005, 12:55:13 PM, David Nolden wrote: > > To get to another issue.. since a few weeks, the current CVS doesn't work > > for me. Whenever I compile it, I get the error mentioned in the su

chdir to /tmp/.wine-1000/server-307-6930068 : No such file or directory

2005-12-14 Thread David Nolden
To get to another issue.. since a few weeks, the current CVS doesn't work for me. Whenever I compile it, I get the error mentioned in the subject. New .wine-dir and wiping /tmp doesn't help. When I checkout an older version, for example one from the end of november, it runs fine. Does anyone kn

Re: gethostbyname(my_name) and IL2-Sturmovik

2005-12-14 Thread David Nolden
@Juan Since you're concerned about the performance, which is valid, I've also removed all the string-conversions. Important question: Is 1.0.0.127 a valid public IP-Adress? If yes, I'd have to furtherly change the code, adding some htonl, ntohl, or similar. greetings, David Index: dlls/winsock

Re: gethostbyname(my_name) and IL2-Sturmovik

2005-12-13 Thread David Nolden
Am Dienstag, 13. Dezember 2005 20:14 schrieb Juan Lang: >  I still think David's patch could use some work, What's wrong with the new version? Greetings, David

Re: gethostbyname(my_name) and IL2-Sturmovik

2005-12-13 Thread David Nolden
@Peter I'm attaching the patch I've written again, so everyone can find it. It tries to find out the public IP by walkind the Interfaces available through the Kernel. @Pavel I think that such a patch should be applied, Peter just said what I wanted to hear :-) Windows just acts different in t

Re: gethostbyname(my_name) and IL2-Sturmovik

2005-12-13 Thread David Nolden
@Pavel Troller I've checkt the /etc/hosts now. You were right, it says 127.0.0.1 localhost.localdomain localhost Zwirch (With Zwirch the Name of this Computer) But I can't just statically rewrite it, because I use DHCP. Also this is a fresh Ubuntu-Install, so I'm surely not the

gethostbyname(my_name) and IL2-Sturmovik

2005-12-12 Thread David Nolden
hich is my Network IP-Adress. With wine(under Linux), as far as I've tested it, exactly the same code always generates "127.0.0.1". Since Wine tries to simulate Windows as exactly as possible, this is wrong. So, in my opinion this Patch is necessary. :-) greetings, David Nolden

gethostbyname(my_name) and IL2-Sturmovik

2005-12-12 Thread David Nolden
I've just checked the registry-accesses. It only seems to take the own name from there(which it later uses to get the IP-Adress). It doesn't try to read anything in the area mentioned on the microsoft-site you sent me. greetings, David Nolden

gethostbyname(my_name) and IL2-Sturmovik

2005-12-12 Thread David Nolden
is a better Solution for this problem. The Code enumerates all available Interfaces through the kernel, and decides which one should be used in a very naive way. greetings, David Nolden (btw. my subscription to the list doesn't seem to b