03.06.2010, 17:11
Quote:Command not found: >mp_dotrange...Edit your dotrange.cmd file, and remove the extra > from front of the lines
Quote:1>mission LOAD net/dogfight/ mrz_dog/Op Husky.mis BEGINCheck the correct path and mission file name. It looks like you have a space before mrz_dog.
SectFile load failed: null...
Quote:1>socket udp CREATE LOCALHOST 90.30.76.7 LOCALPORT 21000The server will create a socket automatically, using whatever IP it finds, so you may not have to do this. Make sure 90.30.76.7 is a valid IP address on that machine. If it is behind a router, then you need to use the private IP address.
ERROR socket: java.net.BindException: Cannot assign requested address:...
Enter into the running server console:
socket udp
and see what it returns.
Other than that, everything else looks normal.