I try to run TAServer on my Ubuntu Gutsy to play on LAN but I get this issue :
Code: Select all
$ java -jar TASServer.jar
TASServer 0.34 started on 2007.12.12 at 03:58:13 GMT
Accounts info file not found, switching to "lan mode" ...
LAN mode enabled
Couldn't find motd.txt. Using default MOTD
Unable to find or read <IP2Country> file. Skipping ...
Could not listen on port: 8200
Server stopped.
Exception in thread "main" java.lang.NullPointerException
at NATHelpServer.stopServer(NATHelpServer.java:71)
at TASServer.closeServerAndExit(TASServer.java:387)
at TASServer.main(TASServer.java:2838)
Unable to start UDP server on port 8201. Ignoring ...
Code: Select all
java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)