1. Post #1

    November 2013
    17 Posts
    Hey Folks,
    Having a bit of a problem on a new Experimental Server.

    When people go to upgrade a building part, it'll say #Missing_Token below the upgrade bar. Have tried this on the VDS (using steamcmd to download the files), and its doing it, have also tried downloading the files via steamcmd on my own computer and connecting via localhost, and it also does it.

    Have connected to other servers, and it does not do it so its not clientside.

    Have tried it both via Vanilla Experimental, and Oxide 2 Experimental, does it on both.

    Have tried Validating the files, steamcmd says their all good to go.

    Have tried launching outside of TCAdmin, still has the same problem.

    Have tried countless fresh installs with steamcmd, both with and without the -beta experimental

    Code:
    RustDedicated.exe -batchmode +server.maxplayers 45 +rcon.password "***" +server.ip 74.91.117.160 +server.port 28015 +server.seed 1285 +server.saveinterval 3600 +server.identity "74.91.117.160" -cfg "server\74.91.117.160\cfg\server.cfg" -logFile "log.txt"
    Is the commandline I'm using to start the server.

    This is a screenshot of my trying to upgrade a Wood Wall. See the #missing_token. Clicking it does nothing.
    http://cloud-4.steampowered.com/ugc/...AF0AE5A31D981/

    Any help would be much appreciated!

  2. Post #2
    RustEssentials Staff
    NexusOne's Avatar
    February 2014
    460 Posts
    So your players cant build, or they can and just get the error message?

    If you haven't tried yet you could do a full wipe and reinstall (and you cmd line looks fine btw) If it is causing you/them heaps of greif a full wipe should clear it. if it doesn't, it might be an issue/bug that has started in one of the recent upgrades, but I haven't been in my server for a while to test this out so may be wrong

    Hope that helps

  3. Post #3

    November 2013
    17 Posts
    Before they couldent build at all. One thing I noticed was that the folder left over that steamcmd had used for downloading the files, had a name with a bunch of random characters.

    Saw in one of the logs that it was saying;
    [2014-12-12 11:31:35] Loaded 0 apps from install folder "C:\TCAFiles\Users\admin\3\steamapps\appmanifest_* .acf".

    Looked inside of that folder that steamcmd had left over with the random name; it had a appmanifest file. So, changed the path to steamapps. Restarted the server, and it now said;
    [2014-12-12 12:05:03] Loaded 1 apps from install folder "C:\TCAFiles\Users\admin\3\steamapps\appmanifest_* .acf".

    It still says #missing_token when hovering over it, however it now actually upgrades them, so that much is at least working now.