1. 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.
     
  2. Wulf

    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.
     
  3. 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
     
  4. Wulf

    Wulf Community Admin

    CSharpCompiler is only needed for 64-bit hosts, x86 for 32-bit. You can chmod both, but only one is used.
     
  5. Yes, my case is this.
    (solved)