1. Launch after install oxide and it tells me "There is no data folder" in logs - won't launch server.
     
  2. Wulf

    Wulf Community Admin

    Please upload your full logs, we can't really go based on a single string.
     
  3. Here you go
     

    Attached Files:

  4. Wulf

    Wulf Community Admin

    Sounds like whatever script you are using needs an update to not use hard-coded paths.
     
  5. It's LGSM - could you link me to a good linux launch script? Tried using How to host a Rust server in Linux and yield the same results.
    [DOUBLEPOST=1493930904][/DOUBLEPOST]#!/bin/sh
    clear while : do
    exec ./RustDedicated -batchmode -nographics \
    -server.ip xxxxxx \
    -server.port 28017 \
    -rcon.ip xxxxxxxxxxxxx \
    -rcon.port 28018 \
    -rcon.password "xxxxxxxxxx" \
    -server.maxplayers 50 \
    -server.hostname "xxxxxxxxxxx" \
    -server.identity "rust-server" \
    -server.level "Procedural Map" \
    -server.seed 2452345 \
    -server.worldsize 3000 \
    -server.saveinterval 600 \-server.globalchat true \
    -server.description "Please visit our website for a full description of our server!" \
    -server.url "http://www.rustydome.com"
    echo "\nRestarting server...\n" done
    [DOUBLEPOST=1493930914][/DOUBLEPOST]That's what I'm using now
     
  6. Wulf

    Wulf Community Admin

    I'm not sure why it'd be looking for any data path, but the only Oxide change relevant is the path change per our latest announcement.
     
  7. Well - it's bringing LGSM launched servers to their knees.
     
  8. Wulf

    Wulf Community Admin

    That's something I'd suggest asking them about then on GitHub, as I didn't see anything when I looked earlier this week.
     
  9. Even launching without it - using that script I gave you above, it does the same thing.
    [DOUBLEPOST=1493931224][/DOUBLEPOST]And it doesn't happen till I install oxide files
     
  10. Wulf

    Wulf Community Admin

    No idea then. Like I said, the only Oxide change was the oxide directory path for plugins, config, data, etc. Those are generated automatically by Oxide and would not affect the server being able to start or not.
     
  11. Just did another 100% fresh install, added oxide, and tried to launch with the start script you provide with oxide and got:

    Starting server...

    Set current directory to /home/rdny3x/serverfiles

    Found path: /home/rdny3x/serverfiles/RustDedicated

    There is no data folder
     
  12. Wulf

    Wulf Community Admin

    /home/rdny3x/serverfiles/RustDedicated/oxide is where all of Oxide's data, plugins, etc. would be stored if you aren't setting +oxide.directory.
     
  13. Am I install oxide wrong or something? i mean you literally just drag the unzipped contents into the serverfiles directory? yeah? the same director rustdedicated is located in. Because it overwrites some of the files in there.
    [DOUBLEPOST=1493932813][/DOUBLEPOST]I don't have a RustDedicated folder - I have a RustDedicated_Data folder.
     
  14. Wulf

    Wulf Community Admin

    Should be, hasn't changed. I was guessing the path based on the log output you gave. The 'oxide' folder would be where RustDedicated (the executable is).
     
  15. It won't even generate the oxide folder because it won't even launch after installing the oxide files.
    [DOUBLEPOST=1493933167][/DOUBLEPOST]It launches perfect - able to log in the server and everything, then I drop in the 3 oxide files/folders in the zip file, and it does this.
     
  16. Wulf

    Wulf Community Admin

    Check your Unity log for errors. You can find it under RustDedicated_Data/output_log.txt by default, or where -logfile is set.
     
  17. That's not even being generated - I'm fairly confident it's not even getting to that point. Now i just did a 100% manual install, without using LGSM. Simply installed steamcmd, installed rust as normal, ran the oxide provided launch config - exact same results.
    [DOUBLEPOST=1493934360][/DOUBLEPOST]I don't understand how no one else is encountering this - 100% fresh debian install, 100% fresh rust install, copied oxide to it's location - default launch file - and it gives:

    Starting server...

    Set current directory to /home/rdny3x/rust

    Found path: /home/rdny3x/rust/RustDedicated

    There is no data folder
     
  18. Wulf

    Wulf Community Admin

    And the full Unity logs?
     
  19. They aren't being generated. I'll PM you the SSH info and you can see all this for yourself if you like.
    [DOUBLEPOST=1493934665][/DOUBLEPOST]ok i got it to generate -
     

    Attached Files:

  20. Wulf

    Wulf Community Admin

    The Unity log should always be generated if the server is event attempting to start, so it sounds like an issue with the LGSM script if they are stopping before it is even started.