Launch after install oxide and it tells me "There is no data folder" in logs - won't launch server.
Fresh rust / oxide install, will not launch
Discussion in 'Rust Discussion' started by usafbran, May 4, 2017.
-
Wulf Community Admin
Please upload your full logs, we can't really go based on a single string.
-
Here you go
Attached Files:
-
-
Wulf Community Admin
-
[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 -
Wulf Community Admin
-
Well - it's bringing LGSM launched servers to their knees.
-
Wulf Community Admin
-
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 -
Wulf Community Admin
-
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 -
Wulf Community Admin
-
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. -
Wulf Community Admin
-
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. -
Wulf Community Admin
-
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 -
Wulf Community Admin
-
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:
-
-
Wulf Community Admin