Search results

    1. W

      Problem launching dedicated linux server.

      One more addtion to the command line clears up the problem: java -Xms128m -Xmx1024m -Djava.net.preferIPv4Stack=true -Dos.name=Linux -jar StarMade.jar -server There is occasional lag, but so far it\'s quite playable. This is with FreeBSD 9.1-RELEASE. My Java version: openjdk version...
    2. W

      Problem launching dedicated linux server.

      Try adding \"-Dos.name=Linux\" to the command line. You\'ll still may need to resolve the native library issues (the Linux .so\'s won\'t work -- you\'ll need the FreeBSD equivalents), but given that a server doesn\'t need jinput you may not. In any case, I can start a server with the above...