Oxide is not loading anymoreSolved
Hello, I just updated my Rust server and also oxide but oxide is not loading anymore.

I have the following message just after the server started :
eac_server.dll [x64] :: hModule: 00007FFBAAA10000 dwReason: 1 lpvReserved: 0

if i write oxide then the server says "Command 'oxide' not found".

I completely reinstalled the server by deleting rust_dedicated in steamapps/common and reinstalling. I downloaded the last oxide and merged into RustDedicated_Data. I started the server and still oxide is not found and I have this weard dll error...

Can someone help me plz? :)

Server version :
Protocol: 2268.200.1
Build Date: 11/11/2020 10:48:30
Unity Version: 2019.4.7f1
Changeset: 56130
Branch: release
You do not have Oxide installed. After installing Oxide, make sure you do not have any update on start.
Thanks for you answer.

My starting script did an app update just before starting the server:

echo off
:start
..\..\..\steamcmd.exe +login anonymous +app_update 258550 validate +quit <== VERY BAD MOVE
RustDedicated.exe -batchmode +server.port 28015 +server.level "Procedural Map" +server.seed 50500 +server.worldsize 10000 +server.maxplayers 32 +server.hostname "Fonkyserver" +decay.upkeep "False" +decay.upkeep_period_minutes "99999" +server.description "No base raid! 5x | stack | many scientists" +server.official "True"
goto start
Yup, using that would update and uninstall.
Locked automatically