I am also playing at dungeons and dragons mud , based on Icey Depths codebase :) I have decided to test my coding skills, as well as try to implement several ideas, so i downloaded it from http://ftp.game.org/cgi-bin/directory?/pub/mud/diku/merc/rom/anatolia/iceydepths
as well as Cygwin.
I have done that before i actually found this place (A Great one, i should admit), so i solved those problems with typos in the source, on my own and successfully compiled the code, receiving muddy.exe as the output.
But here i get the problem, not mentioned in this topic above - when i try to run this program, i get a message:
"init_socket: bind: Cannot assign requested address"
I have searched the net for such message, and as far as i understand it has smth to do with problems with networking, i tried to run it with port argument, but the error message is the same. I did that at work, where i have LAN and lots of programs installed, and thus using many ports, so i tried to take the source to home, where have less programs, that can prevent muddy.exe from using network, and besides that, i dont have LAN at home, but the problem was still the same.
|