So, I've just reinstalled my server.
Never really had issues getting Oxide installed, but today it's bugging me a lot.
I found one mistake, having the RustIO dll file in the folder twice ther second one was named (1) at the end.
When server is online and I type oxide.version nothing happens.
I have no idea what to do?
21:18 [Info] Loading Oxide Core v2.0.3773...
21:18 [Info] Loading extensions...
21:18 [Info] Latest compiler MD5: 5fbca0bf39b1c09ddf2fb3686b869242
21:18 [Info] Local compiler MD5: 5fbca0bf39b1c09ddf2fb3686b869242
21:18 [Info] Loaded extension CSharp v2.0.3776 by Oxide and Contributors
21:18 [Info] Loaded extension Rust:IO for Oxide v2.14.0 by playrust.io / dcode
21:18 [Error] An extension tried to register an already registered library: RustIO
21:18 [Info] Loaded extension Rust:IO for Oxide v2.14.0 by playrust.io / dcode
21:18 [Info] Loaded extension MySql v2.0.3752 by Oxide and Contributors
21:18 [Info] Loaded extension Rust v2.0.3791 by Oxide and Contributors
21:18 [Info] Loaded extension SQLite v2.0.3752 by Oxide and Contributors
21:18 [Info] Loaded extension Unity v2.0.3751 by Oxide and Contributors
21:18 [Warning] Cleanup file: C:\Servers\Rust\rust\RustDedicated_Data\Managed\Oxide.Core.CSharp.dll
21:18 [Warning] Cleanup file: C:\Servers\Rust\rust\RustDedicated_Data\Managed\Oxide.Core.MySql.dll
21:18 [Warning] Cleanup file: C:\Servers\Rust\rust\RustDedicated_Data\Managed\Oxide.Core.SQLite.dll
21:18 [Warning] Cleanup file: C:\Servers\Rust\rust\RustDedicated_Data\Managed\Oxide.Core.Unity.dll
21:18 [Warning] Cleanup file: C:\Servers\Rust\rust\RustDedicated_Data\Managed\Oxide.Game.Rust.dll
21:18 [Info] Using Covalence provider for game 'Rust'
21:18 [Info] Loading plugins...
21:18 [Info] Loaded plugin Rust v2.0.3791 by Oxide and Contributors
21:18 [Info] Loaded plugin Unity v2.0.3751 by Oxide and Contributors
21:18 [Error] Could not load plugin 'RustIO' (multiple plugin with that name)
21:18 [Error] Could not load plugin 'RustIO' (multiple plugin with that name)
[DOUBLEPOST=1513369700][/DOUBLEPOST]No folders has been created in the server folder,
C:\Servers\Rust\rust\server\RGCrust
All I have is:
cfg
user.1
Log EAC.txt
proceduralmap.4500.486104.154.map
proceduralmap.4500.486104.154.sav
Not an Issue Can't find oxide folder
Discussion in 'Rust Discussion' started by [RG]Rawdee, Dec 15, 2017.
-
Wulf Community Admin
The default location as of half a year ago is "oxide" where your RustDedicated.exe is. This is default location unless you set +oxide.directory in your startup.
-
I added the plugins to the folder there.
Nothing changed, and still can't use oxide.version
1. I am using Rustide
2. I am using RustAdmin and I am entering the command line there.
[DOUBLEPOST=1513371383][/DOUBLEPOST]
The oxide.version is still not working, neither is any plugins that I've added. -
Wulf Community Admin
-
I have this in my Rustide.bat, is that a problem?
Code::_CHECK REM ++Check if Process Running before updating++ TASKLIST /FI "IMAGENAME eq RustDedicated.exe" 2>NUL | FIND /I /N "RustDedicated.exe">NUL IF "%ERRORLEVEL%"=="0" ( ECHO. ANOTHER RUST IS RUNNING - UPDATE SKIPPED. PING 127.0.0.1 -n 30 >NUL 2>&1 || PING ::1 -n 5 >NUL 2>&1 ECHO. SERVER WILL CONTINUE STARTING SOON... PING 127.0.0.1 -n 60 >NUL 2>&1 || PING ::1 -n 5 >NUL 2>&1 GOTO _BACKUP )REM ++Update Rust Install++ IF EXIST .\SteamCMD GOTO _UPDATE wget.exe https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip --no-check-certificate 7za.exe x .\steamcmd.zip -oSteamCMD -y DEL .\steamcmd.zip /q:_UPDATE ECHO Initiating Rust Update .\SteamCMD\steamcmd.exe +login anonymous +force_install_dir ../Rust +app_update 258550 -beta experimental validate +quitREM ++Get the Oxide Files++ IF EXIST .\Oxide-Rust\ { DEL .\Oxide-Rust\*.* /q RMDIR /s /q .\Oxide-Rust }:_OXIDEUPDATE wget.exe -w 3 https://dl.bintray.com/oxidemod/builds/Oxide-Rust.zip -O Oxide-Rust.zip --no-check-certificate --no-proxyIF EXIST .\Oxide-Rust.zip (GOTO _BACKUP) ELSE GOTO _OXIDEUPDATEREM ++Check for the server and make a backup++
-
Wulf Community Admin
-
Wulf is right. In some cases users don't know what other people are talking about so I'm gonna clear it.
In your bat file it attempts to download oxidemod from a link that you can no longer use:
Code::_OXIDEUPDATE wget.exe -w 3 https://dl.bintray.com/oxidemod/builds/Oxide-Rust.zip -O Oxide-Rust.zip --no-check-certificate --no-proxy
Code::_OXIDEUPDATE wget.exe -w 3 https://github.com/OxideMod/Oxide/releases/download/latest/Oxide-Rust.zip -O Oxide-Rust.zip --no-check-certificate --no-proxy