Plugins not loading on Linux, errorsSolved
Linux Server using Oxide Dev Build.

Server boots and is joinable by players, however none of the plugins have loaded.
Check your logs for errors. There have been no changes that would affect plugin loading.

Loats of plugins crashed on me including CraftingController, AdminMenu, ZoneManager and Poka

I had to load every plugin manually (oxide.load [name]) because of that

Wulf I have same problem as month earlyer, if I take oxide files from the github releases page, server crashes on EAC. If I use linuxGSM and do ./rustserver mods-update it downloads a working copy of oxide but I dont know if this is the newest one :D any way to check it? (linuxGSM should have take relase from github though)

SzaKaaL

Loats of plugins crashed on me including CraftingController, AdminMenu, ZoneManager and Poka

I had to load every plugin manually (oxide.load [name]) because of that

Wulf I have same problem as month earlyer, if I take oxide files from the github releases page, server crashes on EAC. If I use linuxGSM and do ./rustserver mods-update it downloads a working copy of oxide but I dont know if this is the newest one :D any way to check it? (linuxGSM should have take relase from github though)

The only build for Linux shown on the changelog. The changes are literally the same in terms of plugins, as well as the other changes noted on the changelog. The GitHub build is Windows only.
my logs now show every plugin i have loading errors
5c2d88ae4ea06.jpg Wulf
The only build for Linux shown on the changelog. The changes are literally the same in terms of plugins, as well as the other changes noted on the changelog. The GitHub build is Windows only.

So the https://github.com/theumod/uMod.Rust/releases is only for Windows? :O Oh my, I had no idea! Thx for clarification then :) I guess LGSM does know better where to get oxide from :D

5c5ce186e573f.jpg SlyStone
my logs now show every plugin i have loading errors

Have you tried oxide.load one by one? oxide.load * won't work since it breaks if at least one plugin has compilation problems

5c5ce186e573f.jpg SlyStone
my logs now show every plugin i have loading errors

I highly doubt most of them actually have errors, more likely one causing the rest to not compile. You'd need to remove known broken ones, else test individually. Otherwise, we would need logs to see what is going on.

5c2d88ae4ea06.jpg Wulf

I highly doubt most of them actually have errors, more likely one causing the rest to not compile. You'd need to remove known broken ones, else test individually. Otherwise, we would need logs to see what is going on.

I loaded plugins manually and took away any that had compile errors.
I will reboot one empty server to test and lyk.

Upon removing the 2 plugins with compile errors that now need update, the server does indeed load all plugins normally.

Thank You Wulf and anyone contributing to solving our monthly issues!!!!!

Locked automatically