1. Hello all. now me and my friends are trying to play hurtworld and asked me to admin the server for them(lucky me!)
    well we wanted some addons like StackSize,Clans,PrivateMessage etc etc so i decided to install oxide on our linux server. well for some reason the plugins are not loading for us. now before pitchforks are toted ill go thru what i have done
    first i am running Debian Jessie and my arcitecture is as follows
    Xeon e5-2670v3
    2.66GHz / 3.3GHz Turbo
    16 Cores / 32 threads
    64GB DDR3
    2x 240GB SSD

    now that we got all that out of the way now ill paste the logs. but here are some noteable's
    1) i am using the LGSM script provided by ultimatebyte. with that being said i have tried both the upgrade provided in the script and have tried manually updating oxide both do not produce result's
    2)i have put the addons that i want in the directory below

    Code:
    :~/serverfiles/oxide/plugins$ ll
    total 296
    drwxrwxr-x 2 hwserver hwserver  4096 Feb 22 23:40 ./
    drwxrwxr-x 7 hwserver hwserver  4096 Feb 22 23:56 ../
    -rw-rw-r-- 1 hwserver hwserver 78469 Feb 22 21:33 HWClans.cs
    -rw-rw-r-- 1 hwserver hwserver 49807 Feb 22 21:33 Meteors.cs
    -rw-rw-r-- 1 hwserver hwserver 10129 Feb 22 21:33 PrivateMessage.cs
    -rw-rw-r-- 1 hwserver hwserver 41272 Feb 22 21:33 RollTheDice.cs
    -rw-rw-r-- 1 hwserver hwserver 19227 Feb 22 21:33 Stacksize.cs
    -rw-rw-r-- 1 hwserver hwserver 38384 Feb 22 21:29 Teleportation.cs
    -rw-rw-r-- 1 hwserver hwserver 37998 Feb 22 21:33 VehicleManager.cs
    
    3) when starting up the server after an oxide install for the first time the configs should go into the oxide/configs folder which they are not. see below
    Code:
    ~/serverfiles/oxide/config$ ll
    total 8
    drwxrwxr-x 2 hwserver hwserver 4096 Feb 23 14:05 ./
    drwxrwxr-x 7 hwserver hwserver 4096 Feb 22 23:56 ../
    
    4) i have made the CSharpCompliler Executeable
    Code:
    -rwxrwxr-x  1 user group  4149004 Feb 23 13:45 CSharpCompiler*
    
    even with doing so in the log output it says that the cshapcompiler is not executeable. but i dont think thats the issue here. it looks like the 5 addons i have listed in #2 are not being injected. i have included the full log output. thank you for yalls help ahead of time.
    [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Setting - Pastebin.com
     
  2. Wulf

    Wulf Community Admin

    You need to set CSharpCompiler.x86 as executable. This is standard for Linux and executable files.
     
  3. this has been executable from the start see below
    Code:
    -rwxrwxr-x  1 hwserver hwserver  4149004 Feb 23 13:45 CSharpCompiler*
    -rwxrwxr-x  1 hwserver hwserver  4041915 Feb 23 13:45 CSharpCompiler.exe*
    -rwxrwxr-x  1 hwserver hwserver  4148684 Feb 23 13:45 CSharpCompiler.x86*
    
     
  4. Wulf

    Wulf Community Admin

    Could you provide your full and latest oxide/logs please?
     
  5. Wulf

    Wulf Community Admin

  6. ill update and run the server and get those back to you.
     
  7. Got the same issue like Rocktato