MCServer Development Discussion - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: MCServer Development Discussion (/thread-186.html) |
RE: MCServer Development Discussion - Boo - 02-05-2012 yes 777 for all folders and files RE: MCServer Development Discussion - xoft - 02-06-2012 I added some error logging, please try again with rev 223, if it fails, please report the error code displayed. RE: MCServer Development Discussion - tbar - 02-06-2012 Try checking that the ports are not used by other programs: >netstat -p -a --numeric-ports |more Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 *:25565 *:* LISTEN 509/./MCServer tcp 0 0 *:8080 *:* LISTEN 509/./MCServer |