Oxide works but there is so many plugins crashes (plugins needs update)....
Code:20:38 [Info] Loading Oxide Core v2.0.2065... 20:38 [Info] Loading extensions... 20:38 [Info] Loaded extension CSharp v1.0.2065 by Oxide Team 20:38 [Info] Loaded extension JavaScript v1.0.2065 by Oxide Team 20:38 [Info] Loaded extension Lua v1.0.2065 by Oxide Team 20:38 [Info] Loaded extension MySql v1.0.2065 by Oxide Team 20:38 [Info] Loaded extension Python v1.0.2065 by Oxide Team 20:38 [Info] Loaded extension SQLite v1.0.2065 by Oxide Team 20:38 [Info] Loaded extension Unity v1.0.2065 by Oxide Team 20:38 [Info] Loaded extension ReignOfKings v1.0.2065 by Oxide Team 20:38 [Info] Using Covalence provider for game 'ReignOfKings' 20:38 [Debug] Cleanup file: C:\SteamCMD\reignofkingsserver\saves\oxide\data\oxide.covalence.playerdata.data 20:38 [Info] Loading plugins... 20:38 [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team 20:38 [Info] Loaded plugin Reign of Kings v1.0.0 by Oxide Team 20:38 [Error] AdminBreakIn plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] AdminChat plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] Announcer plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] CheckInventory plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] CommandLogger plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] CountryBlock plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] HelpText plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] Hulk plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] Jail plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] Kits plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] NightKillOnly plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] NoFriendlyFire plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] PermissionCommand plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] PersonalWelcome plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] RestartAnnouncer plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] SleeperProtect plugin failed to compile! 20:38 [Error] Compiler disconnected. 20:38 [Error] SteamProfiler plugin failed to compile! 20:38 [Error] Compiler disconnected.
Solved Compiler disconnected on Windows (outdated)
Discussion in 'Reign of Kings Discussion' started by Naked Swede, Jun 22, 2016.
-
Wulf Community Admin
That's not "crashing", that's your CSharpCompiler not starting. Make sure you are fully updated and that you do not have any software interfering.
-
Thank you for your answer. I have been running the server for long time. I simply just updated the rok-files and then downloaded the oxide pack and extracted them to the DIR.
I havent had this error before and i didnt touch the server apart from what i wrote above -
Wulf Community Admin
-
I tried runnign the compiler and it complained about mono-2.0.dll. When searching for it i only find it in ROK_Data\Managed\x86
Not the x64.
The zip package from oxide does not have that file....should it? -
Wulf Community Admin
-
Ok thanks for your answer..i will wipe all files and redownload RoK + apply Oxide then.
-
Wulf Community Admin
-
Ok, well i did...and whatever it was it helped...because it now seems to compile.
However, is this something to worry about? The DLL's are not in the server-root-folder, but root\ROK_Data_Managed\
Code:[SERVER v1.0.23] Started as service [SERVER v1.0.23] Running as service [SERVER v1.0.23] Got Message: Ready [SERVER v1.0.23] Got Message: Compile [SERVER v1.0.23] Restarting: AdminChat.cs(36,20): warning CS0219: The variable `uid' is assigned but its value is never used AdminChat.cs(49,29): warning CS0168: The variable `message' is declared but never used AdminChat.cs(64,24): warning CS0219: The variable `currId' is assigned but its value is never used CountryBlock.cs(115,36): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayer' does not contain a definition for `UniqueID' and no extension method `UniqueID' of type `Oxide.Core.Libraries.Covalence.IPlayer' could be found. Are you missing an assembly reference? C:\SteamCMD\reignofkingsserver\Oxide.Core.dll (Location of the symbol related to previous error) CountryBlock.cs(116,59): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayer' does not contain a definition for `UniqueID' and no extension method `UniqueID' of type `Oxide.Core.Libraries.Covalence.IPlayer' could be found. Are you missing an assembly reference? C:\SteamCMD\reignofkingsserver\Oxide.Core.dll (Location of the symbol related to previous error) CountryBlock.cs(116,117): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayer' does not contain a definition for `UniqueID' and no extension method `UniqueID' of type `Oxide.Core.Libraries.Covalence.IPlayer' could be found. Are you missing an assembly reference? C:\SteamCMD\reignofkingsserver\Oxide.Core.dll (Location of the symbol related to previous error) HelpText.cs(73,56): error CS1502: The best overloaded method match for `System.Collections.Generic.Dictionary<string,CodeHatch.Engine.Core.Commands.CommandAttribute>.TryGetValue(string, out CodeHatch.Engine.Core.Commands.CommandAttribute)' has some invalid arguments C:\SteamCMD\reignofkingsserver\mscorlib.dll (Location of the symbol related to previous error) HelpText.cs(73,84): error CS1503: Argument `#2' cannot convert `out Oxide.Plugins.CommandAttribute' expression to type `out CodeHatch.Engine.Core.Commands.CommandAttribute' HelpText.cs(74,36): error CS1061: Type `Oxide.Plugins.CommandAttribute' does not contain a definition for `IsAlias' and no extension method `IsAlias' of type `Oxide.Plugins.CommandAttribute' could be found. Are you missing an assembly reference? -cut out because of lenght- Hulk.cs(174,5): warning CS0162: Unreachable code detected Hulk.cs(202,6): warning CS0162: Unreachable code detected Jail.cs(238,17): warning CS0472: The result of comparing value type `UnityEngine.Vector3' with null is always `false' Jail.cs(238,38): warning CS0162: Unreachable code detected Jail.cs(534,21): warning CS0162: Unreachable code detected Warning: restarting compilation[SERVER v1.0.23] Console: AdminChat.cs(36,20): warning CS0219: The variable `uid' is assigned but its value is never used AdminChat.cs(49,29): warning CS0168: The variable `message' is declared but never used AdminChat.cs(64,24): warning CS0219: The variable `currId' is assigned but its value is never used Hulk.cs(174,5): warning CS0162: Unreachable code detected Hulk.cs(202,6): warning CS0162: Unreachable code detected Jail.cs(238,17): warning CS0472: The result of comparing value type `UnityEngine.Vector3' with null is always `false' Jail.cs(238,38): warning CS0162: Unreachable code detected Jail.cs(534,21): warning CS0162: Unreachable code detected NightKillOnly.cs(46,33): warning CS0219: The variable `TimeBlock' is assigned but its value is never used Hulk.cs(21,14): warning CS0414: The private field `Oxide.Plugins.Hulk.permissions' is assigned but its value is never used Jail.cs(66,14): warning CS0414: The private field `Oxide.Plugins.Jail.permissions' is assigned but its value is never used Jail.cs(81,14): warning CS0414: The private field `Oxide.Plugins.Jail.hasSpawns' is assigned but its value is never used Kits.cs(152,25): warning CS0649: Field `Oxide.Plugins.Kits.KitData.Enabled' is never assigned to, and will always have its default value `false' RestartAnnouncer.cs(18,21): warning CS0414: The private field `Oxide.Plugins.RestartAnnouncer.time' is assigned but its value is never used[SERVER v1.0.23] Got Message: Exit [SERVER v1.0.23] Exit received. [SERVER v1.0.23] Connection closed. [SERVER v1.0.23] Shutdown
-
Wulf Community Admin