The RustCore error will be fixed in the next snapshot. It isn't related to the issue in this thread though.
Solved Linux server will not start or connect to Steam
Discussion in 'Rust Discussion' started by Maurice, Nov 3, 2016.
-
Wulf Community Admin
-
-
Wulf Community Admin
-
@Wulf
I have the new Oxide Mod...the server is starting and after loading Oxide is the server shutdown what is the Problem :/ can you pls help me?
Failed to create secure directory (/run/user/0/pulse): Permission denied [S_API - Pastebin.com -
Wulf Community Admin
-
okay, thanks...and nobody can fix that or? (the linux problem) -
Wulf Community Admin
-
@Wulf What do I do with my problem? I installed the server again. The same problem
-
same problem with rust server on linux.
when i add the lineCode:export LD_LIBRARY_PATH=/home/rustmodded/Steam/steamapps/common/rust_dedicated/RustDedicated_Data:{$LD_LIBRARY_PATH} ;
When i put this in my start.sh, it wont work for me with some bull**** like
Code:Couldn't load server/my_server_identity/proceduralmap.4000.123.138.sav - file doesn't exist (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)Map Spawned 19499 entities (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)Missing EnvSync - creating (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)Initializing 19520 entity links (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)Initializing 99 stability supports (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)Fallback handler could not load library /home/rustmodded/Steam/steamapps/common/rust_dedicated/RustDedicated_Data/Mono/x86_64/libsteam_api64.so Fallback handler could not load library /home/rustmodded/Steam/steamapps/common/rust_dedicated/RustDedicated_Data/Mono/x86_64/libsteam_api64.so Couldn't initialize Steam Server (0) (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)Server startup complete (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)Setting up 8 worker threads for Enlighten. Thread -> id: 7f33dae84700 -> priority: 1 Thread -> id: 7f33da683700 -> priority: 1 Thread -> id: 7f33d9e82700 -> priority: 1 Thread -> id: 7f33d8e80700 -> priority: 1 Thread -> id: 7f33d9681700 -> priority: 1 Thread -> id: 7f33cbfff700 -> priority: 1 Thread -> id: 7f33cb7fe700 -> priority: 1 Thread -> id: 7f33caffd700 -> priority: 1 EasyAntiCheat Shutting Down (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)[Raknet] Server Shutting Down (Shutting Down)
got it, its like
Code:export LD_LIBRARY_PATH=export LD_LIBRARY_PATH=/home/rustmodded/Steam/steamapps/common/rust_dedicated:/home/rustmodded/Steam/steamapps/common/rust_dedicated/RustDedicated_Data:{$LD_LIBRARY_PATH};
Last edited by a moderator: Nov 16, 2016 -
Hi I have a problem with the server. Please help.
Install:
Code:apt install -y screen curl unzip;LOKALIZACJA="/home/serwer";mkdir $LOKALIZACJA; mkdir $LOKALIZACJA/steam; mkdir $LOKALIZACJA/rust; cd $LOKALIZACJA/steam; wget http://media.steampowered.com/client/steamcmd_linux.tar.gz; tar -zxvf steamcmd_linux.tar.gz; rm -r steamcmd_linux.tar.gz; ./steamcmd.sh +login anonymous +force_install_dir $LOKALIZACJA/rust +app_update 258550 validate +quit; export LD_LIBRARY_PATH=$LOKALIZACJA/rust:$LOKALIZACJA/rust/RustDedicated_Data:{$LD_LIBRARY_PATH};cd $LOKALIZACJA/rust;./RustDedicated -batchmode -nographics \ -server.ip 0.0.0.0 \ -server.port 28015 \ -rcon.ip 0.0.0.0 \ -rcon.port 28016 \ -rcon.password "daqwbrgerg3$!G!GQ" \ -server.maxplayers 200 \ -server.hostname "Najlepszy Polski Serwer www.Graj.se" \ -server.identity "rust-normal" \ -server.level "Procedural Map" \ -server.seed 14888 \ -server.worldsize 4500 \ -server.saveinterval 300 \ -server.globalchat true \ -server.description "Description Here" \ -server.headerimage "512x256px JPG/PNG headerimage link here" \ -server.url "http://Graj.se/" \ -logfile 2>&1; echo "Gotowe";
Code:OVH System Name: ns3052987.ip-137-74-0.eu OS: Linux 3.14 Ubuntu 16.10 64bit CPU Model: Intel(R) Xeon(R) CPU E3-1245 v5 @ 3.50GHz Cores: 8 Memory: 31870 MB GPU Model: Null Device API: NULL 1.0 [1.0] Memory: 128 MB SM: 30 Memory Private: 0 MB Working Set: 0 MB Process Priority: 0 Threads: 0 Memory: 60 MB Peak: 62 MB Mono Collects: 5 Memory: 0 MB
Code:http://pastebin.com/W9SmfbVf
-
No one knows the solution?
-
As a user of the following: Linux steam 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux
I tried to sort out the LD_LIBRARY_PATH with all the suggestions above, but it didn't work, so I abandoned my own init.d scripts and used LGSM, reinstalled rust via it then moved all my server files over.
Now works fine with no issues and plays nice with Monit too for managing it as a 'service'. -
The new LGSM works fine...i have no Problems
-
Anyone have a solution for those who AREN'T using LGSM?
Been fine running Rust and Hurtworld servers using systemd so far... really don't want to have to get a whole other piece of software just so the crappy rust server will run.
I have no logs except oxide logs, tried fresh install, without oxide, with oxide set to disabled, command line launch (not as a service) and nothing works.
Piece of crap is driving me crazydepending what I put as WorkingDirectory= , it will either load up for 2 minutes at 500% CPU and then die, or sit at 5% CPU and never die and never seem to work or do anything either...
anyone want to buy tufts of hair ? my hands are full of them now...
Wulf, man, please... xD -
Code:#!/bin/bash # LGSM fix_rust.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com # Description: Resolves startup issue with Rustlocal commandname="FIX" local commandaction="Fix"# Fixes: [Raknet] Server Shutting Down (Shutting Down) export LD_LIBRARY_PATH="${systemdir}/RustDedicated_Data/Plugins/x86_64"
Code:#!/bin/bash export LD_LIBRARY_PATH="./RustDedicated_Data/Plugins/x86_64" ./RustDedicated $@
Code:chmod +x RustDedicatedStarter.sh
It should work, tell me. -
You legend ! I will do that when I get home right away. Only thing.. there's no way to use bash scripts in systemd, right? Cus it won't have RustDedicated PID but some bash PID or such?
Still, as long as the server isn't crashy it should be fine ! Thank you so much
Tested, works great ! Owe you oneLast edited by a moderator: Feb 3, 2017 -
You're welcome
-
still server crushes!!
Code:eac_server.so [x64] :: OnLoad() [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. dlopen failed trying to load: steamclient.so with error: steamclient.so: cannot open shared object file: No such file or directory [S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.Unhandled Exception: System.NullReferenceException: at (wrapper managed-to-native) UnityEngine.AssetBundle:Unload (bool) at FileSystem_AssetBundles.Finalize () [0x00000] in <filename unknown>:0 eac_server.so [x64] :: OnUnload() 3d`, using local filesystemInitialize engine version: 5.6.0f3 (497a0f351392) Forcing GfxDevice: Null NullGfxDevice: Version: NULL 1.0 [1.0] Renderer: Null Device Vendor: Unity Technologies AudioManager: Using Unknown: NoSound Driver Begin MonoManager ReloadAssembly Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/UnityEngine.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/UnityEngine.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Assembly-CSharp-firstpass.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Assembly-CSharp-firstpass.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Assembly-CSharp.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Assembly-CSharp.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Assembly-UnityScript-firstpass.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Assembly-UnityScript-firstpass.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/UnityEngine.UI.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/UnityEngine.UI.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/UnityEngine.Networking.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/UnityEngine.Networking.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/UnityEngine.Analytics.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/UnityEngine.Analytics.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/ConvexHull.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/ConvexHull.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/I18N.CJK.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/I18N.CJK.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/I18N.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/I18N.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/I18N.MidEast.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/I18N.MidEast.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/I18N.Other.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/I18N.Other.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/I18N.Rare.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/I18N.Rare.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/I18N.West.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/I18N.West.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Ionic.Zip.Reduced.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Ionic.Zip.Reduced.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/LZ4.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/LZ4.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Newtonsoft.Json.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Newtonsoft.Json.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/EasyAntiCheat.Client.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/EasyAntiCheat.Client.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/EasyAntiCheat.Server.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/EasyAntiCheat.Server.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.Console.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.Console.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.Input.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.Input.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.Network.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.Network.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.Raknet.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.Raknet.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.Rcon.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.Rcon.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.System.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.System.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.UnityEngine.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.UnityEngine.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Rust.Data.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Rust.Data.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Rust.Global.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Rust.Global.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Rust.UI.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Rust.UI.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Rust.Workshop.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Rust.Workshop.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/websocket-sharp.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/websocket-sharp.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.Steamworks.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/Facepunch.Steamworks.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/ApexAI.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/ApexAI.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/ApexSerialization.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/ApexSerialization.dll into Unity Child Domain Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/ApexShared.dll (this message is harmless) Loading /root/Steam/rust/RustDedicated_Data/Managed/ApexShared.dll into Unity Child Domain - Completed reload, in 0.097 seconds Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/System.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/System.Core.dll (this message is harmless) OnLevelWasLoaded was found on LeanTween This message has been deprecated and will be removed in a later version of Unity. Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed (Filename: Line: 376)Shader 'Nature/Terrain/Diffuse': dependency 'AddPassShader' shader 'Hidden/TerrainEngine/Splatmap/Diffuse-AddPass' not found Shader 'Hidden/TerrainEngine/Splatmap/Specular-AddPass': fallback shader 'Hidden/TerrainEngine/Splatmap/Diffuse-AddPass' not found Shader 'Hidden/TerrainEngine/Splatmap/Standard-AddPass': fallback shader 'Hidden/TerrainEngine/Splatmap/Diffuse-AddPass' not found UnloadTime: 1.760000 ms Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/System.Runtime.Serialization.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/System.Xml.Linq.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/System.Xml.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/System.Data.dll (this message is harmless) Bootstart Startup (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)System Name: i-rust OS: Linux 3.2 Debian 7.11 64bitCPU Model: QEMU Virtual CPU version 1.5.3 Cores: 2 Memory: 3968 MBGPU Model: Null Device API: NULL 1.0 [1.0] Memory: 128 MB SM: 30Memory GC.GetTotalMemory: 1 MBProcess Priority: 0 Threads: 0 Memory: 90 MB Peak: 107 MBMono Collects: 11 Memory: 1 MB (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)The referenced script on this Behaviour is missing! (Filename: Line: 1514)The referenced script on this Behaviour (Game Object 'mp5.viewmodel') is missing! (Filename: Line: 1743)The referenced script on this Behaviour is missing! (Filename: Line: 1514)The referenced script on this Behaviour (Game Object 'ak47u.viewmodel') is missing! (Filename: Line: 1743)The referenced script on this Behaviour is missing! (Filename: Line: 1514)The referenced script on this Behaviour (Game Object 'crossbow.viewmodel') is missing! (Filename: Line: 1743)The referenced script on this Behaviour is missing! (Filename: Line: 1514)The referenced script on this Behaviour (Game Object 'v_semi_pistol') is missing! (Filename: Line: 1743)The referenced script on this Behaviour is missing! (Filename: Line: 1514)The referenced script on this Behaviour is missing! (Filename: Line: 1514)The referenced script on this Behaviour is missing! (Filename: Line: 1514)The referenced script on this Behaviour (Game Object 'double_shotgun.viewmodel') is missing! (Filename: Line: 1743)The referenced script on this Behaviour (Game Object 'rocket_launcher.viewmodel') is missing! (Filename: Line: 1743)The referenced script on this Behaviour (Game Object 'semi_auto_rifle.viewmodel') is missing! (Filename: Line: 1743)The referenced script on this Behaviour is missing! (Filename: Line: 1514)The referenced script on this Behaviour is missing! (Filename: Line: 1514)The referenced script on this Behaviour is missing! (Filename: Line: 1514)The referenced script on this Behaviour is missing! (Filename: Line: 1514)The referenced script on this Behaviour is missing! (Filename: Line: 1514)The referenced script on this Behaviour is missing! (Filename: Line: 1514)The referenced script on this Behaviour (Game Object 'v_waterpipe_shotgun') is missing! (Filename: Line: 1743)The referenced script on this Behaviour (Game Object 'v_smg') is missing! (Filename: Line: 1743)The referenced script on this Behaviour (Game Object 'v_sawnoffshogun') is missing! (Filename: Line: 1743)The referenced script on this Behaviour (Game Object 'v_thompson') is missing! (Filename: Line: 1743)The referenced script on this Behaviour (Game Object 'v_eoka_pistol') is missing! (Filename: Line: 1743)The referenced script on this Behaviour (Game Object 'v_rocketlauncher') is missing! (Filename: Line: 1743)Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Oxide.Core.dll (this message is harmless) Command Line: "./RustDedicated" "-batchmode" "+server.ip" "0.0.0.0" "+server.port" "28015" "+server.tickrate" "30" "+server.hostname" "iRust [Group max3|x2|kits|tp] 09.05 wipe" "+server.identity" "iRust" "+server.maxplayers" "100" "+server.worldsize" "3000" "+server.saveinterval" "600" "+rcon.ip" "0.0.0.0" "+rcon.port" "28016" "+rcon.password" "******" "+server.description" "Готовы ли вы выжить в Ñуровом мире iRust?" "-logfile" "logfilename.log" (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/kernel32 Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/libkernel32.so Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/./kernel32 Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/./libkernel32.so Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/kernel32 Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/libkernel32 Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/libkernel32.so Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/./libkernel32 Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/./libkernel32.so Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/libkernel32 Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/protobuf-net.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/System.Configuration.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Oxide.Core.CSharp.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Mono.Cecil.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Mono.Posix.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Oxide.Core.MySql.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/MySql.Data.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Oxide.Core.SQLite.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/System.Data.SQLite.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Oxide.Core.Unity.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Oxide.Game.Rust.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/System.Transactions.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/System.Configuration.Install.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Mono.Data.Tds.dll (this message is harmless) Platform assembly: /root/Steam/rust/RustDedicated_Data/Managed/Mono.Security.dll (this message is harmless) Server Config Loaded (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)WARNING: Shader Unsupported: 'Rust/Standard Terrain BaseMap' - All passes removed WARNING: Shader Unsupported: 'Rust/Standard Terrain BaseMap' - All passes removed Unloading 5 Unused Serialized files (Serialized files now loaded: 74) WARNING: Shader Unsupported: 'Rust/Standard Terrain' - All passes removed WARNING: Shader Unsupported: 'Rust/Standard Terrain' - All passes removed WARNING: Shader Unsupported: 'Rust/Standard Terrain' - All passes removed WARNING: Shader Unsupported: 'Rust/Standard Terrain' - All passes removed UnloadTime: 25.205000 ms Generating terrain of size 3000 with seed 919527412 (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Couldn't open /root/Steam/rust/RustDedicated_Data/Plugins/x86_64/libRenderer.so, error: /root/Steam/rust/RustDedicated_Data/Plugins/x86_64/libRenderer.so: undefined symbol: glXGetProcAddressARB (Filename: Line: 193)Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/Renderer Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/libRenderer.so Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/./Renderer Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/./libRenderer.so Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/Renderer Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/libRenderer Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/libRenderer.so Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/./libRenderer Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/./libRenderer.so Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/libRenderer Floating point textures aren't supported on this device (Main Camera (UnityStandardAssets.CinematicEffects.TonemappingColorGrading)) (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)[AmplifyOcclusion] Null graphics device detected. Skipping effect silently. (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Unloading 123 unused Assets to reduce memory usage. Loaded Objects now: 23503. Total: 69.473000 ms (FindLiveObjects: 5.235000 ms CreateObjectMapping: 4.753000 ms MarkObjects: 41.722000 ms DeleteObjects: 17.758001 ms)Loading Oxide Core v2.0.3263... (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loading extensions... (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loaded extension CSharp v2.0.3263 by Oxide Team (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loaded extension MySql v2.0.3263 by Oxide Team (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loaded extension SQLite v2.0.3263 by Oxide Team (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loaded extension Unity v2.0.3263 by Oxide Team (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loaded extension Rust v2.0.3263 by Oxide Team (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Using Covalence provider for game 'Rust' (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loading plugins... (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loaded plugin Unity Core v2.0.3263 by Oxide Team (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Loaded plugin Rust v2.0.3263 by Oxide Team (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)WebSocket RCon Started on 28016 (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)[1.5s] Loading World (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)[11.0s] Spawning World (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)[1.3s] Terrain Mesh (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)[0.5s] Wire Meshes (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)[2.0s] Procedural Generation (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Starting Navmesh Build with 18677 sources (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Calling UpdateNavMesh took 0.379715 (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)1% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)2% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)3% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)4% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)5% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)6% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)7% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)8% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)9% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)10% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)11% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)12% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)13% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)14% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)15% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)16% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)17% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)18% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)19% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)20% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)21% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)22% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)23% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)24% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)25% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)26% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)27% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)28% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)29% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)30% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)31% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)32% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)33% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)34% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)35% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)36% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)37% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)38% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)39% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)40% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)41% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)42% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)43% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)44% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)45% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)46% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)47% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)48% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)49% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)50% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)51% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)52% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)53% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)54% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)55% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)56% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)57% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)58% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)59% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)60% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)61% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)62% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)63% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)64% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)65% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)66% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)67% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)68% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)69% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)70% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)71% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)72% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)73% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)74% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)75% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)76% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)77% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)78% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)79% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)80% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)81% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)82% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)83% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)84% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)85% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)86% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)87% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)88% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)89% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)90% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)91% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)92% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)93% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)94% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)95% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)96% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)97% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)98% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)99% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)100% (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Navmesh Build took 266.11 seconds (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Map Spawned 117 entities (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Couldn't load server/iRust/proceduralmap.3000.919527412.144.map.sav - file doesn't exist (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Missing EnvSync - creating (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Missing CommunityEntity - creating (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Missing ResourceDepositManager - creating (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Initializing 12047 entity links (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Initializing 80 stability supports (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Facepunch.Steamworks Unity: LinuxPlayer Facepunch.Steamworks Os: Linux Facepunch.Steamworks Arch: x64 Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/libsteam_api64.so Fallback handler could not load library /root/Steam/rust/RustDedicated_Data/Mono/x86_64/libsteam_api64.so Couldn't initialize Steam Server (0) (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Server startup complete (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Setting up 1 worker threads for Enlighten. Thread -> id: 7fc258beb700 -> priority: 1 EasyAntiCheat Shutting Down (Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)[Raknet] Server Shutting Down (Shutting Down)
-
Wulf Community Admin
Code:steamclient.so: cannot open shared object file: No such file or directory [S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so. Couldn't initialize Steam Server (0)
-
[DOUBLEPOST=1494420247][/DOUBLEPOST]Code:root@i-rust:~/Steam/rust# ls backup logfilename.log RustDedicated_Data steam_appid.txt Bundles Mono.Posix.dll server steamapps CSharpCompiler.x86_x64 oxide _start-example.bat steamclient.so libsteam_api64.so RustDedicated _start-example.sh root@i-rust:~/Steam/rust# export declare -x DISPLAY="localhost:10.0" declare -x HOME="/root" declare -x LANG="en_US.UTF-8" declare -x LD_LIBRARY_PATH="/root/Steam/rust:/root/Steam/rust/RustDedicated:{}" declare -x LOGNAME="root" declare -x MAIL="/var/mail/root" declare -x OLDPWD="/root" declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" declare -x PWD="/root/Steam/rust" declare -x SHELL="/bin/bash" declare -x SHLVL="1" declare -x SSH_CLIENT="37.193.253.68 51942 22" declare -x SSH_CONNECTION="37.193.253.68 51942 185.189.13.133 22" declare -x SSH_TTY="/dev/pts/0" declare -x TERM="xterm" declare -x USER="root" root@i-rust:~/Steam/rust#