Server log

Discussion in 'Rust Discussion' started by fleetboss, Dec 11, 2016.

  1. Hi. Can some explane me with this log
    Code:
    [SERVER v1.0.24] Started as service
    [SERVER v1.0.24] Running as service
    [SERVER v1.0.24] Got Message: Ready
    [SERVER v1.0.24] Got Message: Compile
    [SERVER v1.0.24] Console: warning CS1702: Assuming assembly reference `protobuf-net, Version=2.0.0.622, Culture=neutral, PublicKeyToken=257b51d87d2e4d67' matches assembly `protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67'. You may need to supply runtime policy
    AliasSystem.cs(81,8): warning CS0114: `Oxide.Plugins.AliasSystem.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    c:\games\108_61_116_31_28016\1336924\ruste\Oxide.Core.dll (Location of the symbol related to previous warning)
    AliasSystem.cs(85,8): warning CS0114: `Oxide.Plugins.AliasSystem.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    c:\games\108_61_116_31_28016\1336924\ruste\Oxide.Core.dll (Location of the symbol related to previous warning)
    AutoGrades.cs(80,8): warning CS0114: `Oxide.Plugins.AutoGrades.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    c:\games\108_61_116_31_28016\1336924\ruste\Oxide.Core.dll (Location of the symbol related to previous warning)
    BetterSay.cs(19,8): warning CS0114: `Oxide.Plugins.BetterSay.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    c:\games\108_61_116_31_28016\1336924\ruste\Oxide.Core.dll (Location of the symbol related to previous warning)
    BetterSay.cs(27,8): warning CS0114: `Oxide.Plugins.BetterSay.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    c:\games\108_61_116_31_28016\1336924\ruste\Oxide.Core.dll (Location of the symbol related to previous warning)
    DeathNotes.cs(660,14): warning CS0114: `Oxide.Plugins.DeathNotes.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    c:\games\108_61_116_31_28016\1336924\ruste\Oxide.Core.dll (Location of the symbol related to previous warning)
    GUIShop.cs(103,14): warning CS0114: `Oxide.Plugins.GUIShop.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    c:\games\108_61_116_31_28016\1336924\ruste\Oxide.Core.dll (Location of the symbol related to previous warning)
    SignArtist.cs(296,14): warning CS0114: `Oxide.Plugins.SignArtist.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    c:\games\108_61_116_31_28016\1336924\ruste\Oxide.Core.dll (Location of the symbol related to previous warning)
    AutoGrades.cs(287,11): warning CS0219: The variable `pgrade' is assigned but its value is never used
    Clans.cs(348,36): warning CS0168: The variable `ex2' is declared but never used
    Clans.cs(448,34): warning CS0219: The variable `onlineMembers' is assigned but its value is never used
    CopyPaste.cs(150,135): warning CS0618: `UnityEngine.Quaternion.ToEulerAngles()' is obsolete: `Use Quaternion.eulerAngles instead. This function was deprecated because it uses radians instead of degrees'
    CopyPaste.cs(188,135): warning CS0618: `UnityEngine.Quaternion.ToEulerAngles()' is obsolete: `Use Quaternion.eulerAngles instead. This function was deprecated because it uses radians instead of degrees'
    CopyPaste.cs(232,73): warning CS0618: `UnityEngine.Quaternion.ToEulerAngles()' is obsolete: `Use Quaternion.eulerAngles instead. This function was deprecated because it uses radians instead of degrees'
    CopyPaste.cs(232,111): warning CS0618: `UnityEngine.Quaternion.ToEulerAngles()' is obsolete: `Use Quaternion.eulerAngles instead. This function was deprecated because it uses radians instead of degrees'
    CopyPaste.cs(302,25): warning CS0162: Unreachable code detected
    CopyPaste.cs(507,71): warning CS0618: `UnityEngine.Quaternion.ToEulerAngles()' is obsolete: `Use Quaternion.eulerAngles instead. This function was deprecated because it uses radians instead of degrees'
    CopyPaste.cs(580,25): warning CS0162: Unreachable code detected
    CopyPaste.cs(655,49): warning CS0618: `UnityEngine.Quaternion.EulerRotation(UnityEngine.Vector3)' is obsolete: `Use Quaternion.Euler instead. This function was deprecated because it uses radians instead of degrees'
    CopyPaste.cs(663,48): warning CS0618: `UnityEngine.Quaternion.EulerRotation(UnityEngine.Vector3)' is obsolete: `Use Quaternion.Euler instead. This function was deprecated because it uses radians instead of degrees'
    CopyPaste.cs(802,33): warning CS0219: The variable `itemlist' is assigned but its value is never used
    GUIShop.cs(901,35): warning CS0429: Unreachable expression code detected
    GUIShop.cs(903,17): warning CS0162: Unreachable code detected
    LustyMap.cs(303,25): warning CS0219: The variable `container' is assigned but its value is never used
    LustyMap.cs(1084,17): warning CS0219: The variable `playerdirection' is assigned but its value is never used
    LustyMap.cs(1984,9): warning CS0472: The result of comparing value type `uint' with null is always `false'
    NoEscape.cs(368,45): warning CS0472: The result of comparing value type `UnityEngine.Vector3' with null is always `false'
    NoEscape.cs(370,17): warning CS0162: Unreachable code detected
    NoEscape.cs(619,17): warning CS0219: The variable `targetMembers' is assigned but its value is never used
    Rewards.cs(201,44): warning CS0168: The variable `temp4' is declared but never used
    Rewards.cs(248,30): warning CS0168: The variable `e' is declared but never used
    Trade.cs(875,28): warning CS0219: The variable `target' is assigned but its value is never used
    ZoneManager.cs(1201,25): warning CS0472: The result of comparing value type `UnityEngine.Vector3' with null is always `false'
    ZoneManager.cs(1201,43): warning CS0162: Unreachable code detected
    CopyPaste.cs(28,13): warning CS0414: The private field `Oxide.Plugins.CopyPaste.terrainLayer' is assigned but its value is never used
    DeathNotes.cs(109,28): warning CS0169: The private field `Oxide.Plugins.DeathNotes.HealthColor' is never used
    DeathNotes.cs(113,48): warning CS0414: The private field `Oxide.Plugins.DeathNotes.Names' is assigned but its value is never used
    DeathNotes.cs(114,48): warning CS0414: The private field `Oxide.Plugins.DeathNotes.Bodyparts' is assigned but its value is never used
    DeathNotes.cs(115,48): warning CS0414: The private field `Oxide.Plugins.DeathNotes.Weapons' is assigned but its value is never used
    DeathNotes.cs(116,48): warning CS0414: The private field `Oxide.Plugins.DeathNotes.Attachments' is assigned but its value is never used
    HitIcon.cs(39,16): warning CS0169: The private field `Oxide.Plugins.HitIcon.endcolor' is never used
    HumanNPC.cs(53,16): warning CS0169: The private field `Oxide.Plugins.HumanNPC.Waypoints' is never used
    ImageLibrary.cs(31,27): warning CS0414: The private field `Oxide.Plugins.ImageLibrary.getFileData' is assigned but its value is never used
    InfoPanel.cs(26,23): warning CS0169: The private field `Oxide.Plugins.InfoPanel.TestTimer' is never used
    InfoPanel.cs(957,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.TimeUpdater' is assigned but its value is never used
    InfoPanel.cs(1016,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.MsgUpdater' is assigned but its value is never used
    InfoPanel.cs(1019,22): warning CS0414: The private field `Oxide.Plugins.InfoPanel.MessageBoxAvailable' is assigned but its value is never used
    InfoPanel.cs(1102,23): warning CS0169: The private field `Oxide.Plugins.InfoPanel.HeliAttack' is never used
    InfoPanel.cs(1103,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.RadiationUpdater' is assigned but its value is never used
    InfoPanel.cs(1115,32): warning CS0169: The private field `Oxide.Plugins.InfoPanel.ActiveHelicopter' is never used
    InfoPanel.cs(1307,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.BalanceUpdater' is assigned but its value is never used
    InfoPanel.cs(1349,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.CoordUpdater' is assigned but its value is never used
    InfoPanel.cs(1392,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.CompassUpdater' is assigned but its value is never used
    LustyMap.cs(25,16): warning CS0169: The private field `Oxide.Plugins.LustyMap.EventManager' is never used
    LustyMap.cs(39,23): warning CS0414: The private field `Oxide.Plugins.LustyMap.worldSize' is assigned but its value is never used
    Rewards.cs(32,22): warning CS0414: The private field `Oxide.Plugins.Rewards.IsNPCLoaded' is assigned but its value is never used
    Rewards.cs(35,18): warning CS0414: The private field `Oxide.Plugins.Rewards.hhstart' is assigned but its value is never used
    Rewards.cs(35,36): warning CS0414: The private field `Oxide.Plugins.Rewards.hhend' is assigned but its value is never used
    Rewards.cs(35,52): warning CS0169: The private field `Oxide.Plugins.Rewards.hhnow' is never used
    Rewards.cs(45,33): warning CS0414: The private field `Oxide.Plugins.Rewards.rewardsversion' is assigned but its value is never used
    Trade.cs(34,31): warning CS0649: Field `Oxide.Plugins.Trade.OnlinePlayer.Player' is never assigned to, and will always have its default value `null'
    Vanish.cs(112,31): warning CS0649: Field `Oxide.Plugins.Vanish.OnlinePlayer.Player' is never assigned to, and will always have its default value `null'[SERVER v1.0.24] Got Message: Exit
    [SERVER v1.0.24] Exit received.
    [SERVER v1.0.24] Connection closed.
    [SERVER v1.0.24] Shutdown
    its fine?
     
  2. Wulf

    Wulf Community Admin

    That is the compiler log for Oxide, not he actual server log. As you can see in that log too, there are no errors, only warnings.