Updated my hurtworld server to the latest version. I tested it and am able to login with no problem.
Downloaded and installed the Linux version of Oxide, but none of the plugins work.
Here is a copy of the oxide log file.
oxide_24-05-216.txt
After reading the file I made sure I did download the Linux version. My server is hosted on a linux server. Everything was working fine for it before the update, you can still play on it now, but the Oxide plugins no longer work.
And yes, I stopped the server completely. Used a clean install of the server. Restarted the server. Checked that vanilla worked. Stopped server - Updated the map to city_survival. Restarted and verified it was working. Stopped the server. Installed Oxide along with my previous oxide folder with settings and plugins. Restarted the server. Login and everything is fine except no Oxide plugins work.
Thanks for any help.
Solved Plugins not loading on Linux (compiler not executable)
Discussion in 'Hurtworld Discussion' started by Dhenier, May 24, 2016.
-
Wulf Community Admin
chmod +x CSharpCompiler.x86
The compiler needs to be set as executable every time you upload from a Windows machine unless you have something setup to do that on your server. -
I have this problem, solved:
su - root
cd ~hwserver ( FOR LGSM)
cd serverfiles
chmod +x CSharpCompiler
AND >>
chmod +x CSharpCompiler.x86
-
is fixed for my -
Wulf Community Admin
-
Yes, my case is this.
(solved)