PA Server on Ubuntu don't start!

Discussion in 'PA: TITANS: General Discussion' started by GentleXD, December 23, 2017.

  1. GentleXD

    GentleXD New Member

    Messages:
    1
    Likes Received:
    0
    Hello,

    I am trying to install a PA server on an ubuntu root server. I follwed this tutorial:

    exodusesports.com/guides/planetary-annihilation-dedicated-server-setup/

    Now I am at the point where I start the server and I get the following error:


    fs.js:432
    return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
    ^
    Error: ENOENT, no such file or directory './.local/Uber/Planetary/stable/version.txt'
    at Object.fs.openSync (fs.js:432:18)
    at Object.fs.readFileSync (fs.js:286:15)
    at Object.<anonymous> (/home/NodePAMaster/src/control.js:4:20)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
    at startup (node.js:119:16)
    at node.js:902:3

    I know that it says it couldn't find the version.txt but I checked it twice the file exists at the exaxt same PATH.
    Anyone have a suggestion then please let me know.

    Kind regards,

    GentleXD
  2. DeathByDenim

    DeathByDenim Post Master General

    Messages:
    4,328
    Likes Received:
    2,125
    You could try using absolute paths instead of relative paths and see what happens. So instead of ./.local/.... you would use /home/user/.local/.... where your replace "user" with your username.
  3. mikeyh

    mikeyh Post Master General

    Messages:
    1,869
    Likes Received:
    1,509
    The path is incorrect.

    Default install is normally:
    • ~/.local/Uber\ Entertainment/Planetary\ Annihilation/stable/version.txt
    • OR "./local/Uber Entertainment/Planetary Annihilation/stable/version.txt"
    davostheblack likes this.

Share This Page