I have server on nitrado.
Server is working normal but if i give plugins to: hurtworld->oxide->plugins they don't work.
When I go into: hurtworld->oxide->logs->oxide_04-02-2016.txt i can see this:
6:57 PM [Error] GiveItem plugin failed to compile!
6:57 PM [Error] Compiler couldn't be started.
6:57 PM [Error] BetterChat plugin failed to compile!
6:57 PM [Error] Compiler couldn't be started.
6:57 PM [Error] AFK plugin failed to compile!
6:57 PM [Error] Compiler couldn't be started.
6:57 PM [Error] Teleportation plugin failed to compile!
6:57 PM [Error] Compiler couldn't be started.
6:57 PM [Error] AdminTools plugin failed to compile!
6:57 PM [Error] Compiler couldn't be started.
What can I do to install plugins on this server?
Compiler couldn't be started on Linux
Discussion in 'Hurtworld Discussion' started by Dawideqqq, Feb 4, 2016.
-
Compilation log please give.
-
I am getting this same error with all my plugins
EDIT: Fixed my problem nvm.Last edited by a moderator: Feb 5, 2016 -
Code:
System.Diagnostics.Process:Start () at Oxide.Plugins.PluginCompiler.CheckCompiler () [0x00000] in <filename unknown>:0 15:12 [Info] Loaded plugin Time Manager v0.0.4 by SkinN 15:12 [Info] 15:12 [Info] [Time Manager] * Loading default configuration file 15:12 [Info] [Time Manager] -------------------------------------------------- 15:12 [Info] [Time Manager] * Time settings: 15:12 [Info] [Time Manager] Day length set to 15 minute/s 15:12 [Info] [Time Manager] Night length set to 7 minute/s 15:12 [Info] [Time Manager] -------------------------------------------------- 15:12 [Error] BetterChat plugin failed to compile! 15:12 [Error] Compiler couldn't be started. 15:12 [Error] HWClans plugin failed to compile! 15:12 [Error] Compiler couldn't be started. 15:12 [Error] HurtStore plugin failed to compile! 15:12 [Error] Compiler couldn't be started. 15:12 [Error] InventoryManager plugin failed to compile! 15:12 [Error] Compiler couldn't be started. 15:12 [Error] Kits plugin failed to compile! 15:12 [Error] Compiler couldn't be started. 15:12 [Error] Location plugin failed to compile! 15:12 [Error] Compiler couldn't be started. 15:12 [Error] LootConfig plugin failed to compile! 15:12 [Error] Compiler couldn't be started. 15:12 [Error] Teleportation plugin failed to compile! 15:12 [Error] Compiler couldn't be started. 15:12 [Error] WelcomeMessage plugin failed to compile! 15:12 [Error] Compiler couldn't be started.
Last edited by a moderator: Mar 21, 2016 -
Are you running your server on Linux?
-
yes ubunt
-
-
not working
[DOUBLEPOST=1458573581][/DOUBLEPOST]but if Compiler couldn't be started why plugin time menager is working -
When does it started? -
Wulf Community Admin
The CSharpCompiler needs permissions set with chmod +x (744 or 755 likely) via SSH or your FTP client if able. You may also need to install a few dependencies for Linux: apt-get install lib32gcc1 libstdc++6 libstdc++6:i386.