I have a Gentoo Linux installation here, and if I compile netradiant, it works, but clicking any of the compile map buttons causes it to immediately crash leaving behind no explanation. Any ideas on what to do? How should I go about figuring out what is actually happening? I ask here because you seem like one of the few people left who actually still works on netradiant.
Other than that, beautiful work, thanks for the nice OSX builds and fixing that q3map2 bug(I got that a few times)
EDIT:
Program received signal SIGSEGV, Segmentation fault.
0x0000000000646e11 in WINS_Init () at libs/l_net/l_net_berkley.c:177
177 myAddr = *(int *)local->h_addr_list[0];
(gdb)
I am a crappy programmer, but I will see if I can get anywhere
EDIT2: Fixed, didn't have my hostname in /etc/hosts, that was an easy fix, but there should really be a check in the code for if gethostbyname() returns null