Jump to content

MeruFM

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by MeruFM

  1. I can't answer your query, but in general, when unsure, better to post some more info, like your mappings, docker run command etc.  Makes it easier for the author to help.  ;)

    Oh yeah good idea.

     

    Logs

    chown: missing operand after '/starbound'
    Try 'chown --help' for more information.
    /start.sh: line 5: cd: /starbound/game/linux64: No such file or directory
    /start.sh: line 7: ./starbound_server: No such file or directory

     

    Mappings

    /starbound -> /mnt/user/appdata/starbound/

     

    Ports are default.

     

    Looks like the linux64 directory changed to just linux.

    My directory tree

    appdata
      starbound
        docs
        game
          assets
          doc
          giraffe_storage
          koala_storage
          linux
          mods
          storage
          tiled
        support

     

    Edit:

    I could run the ./starbound_server executable natively but had to change

    "gameServerBind" : "::",

    to

    "gameServerBind" : "*",

    in starbound_server.config which removes IPv6 support.

×
×
  • Create New...