Not an Issue Server shutting down

Discussion in 'Rust Discussion' started by ve3xx, Jul 27, 2015.

  1. Code:
    [SERVER] Started as service
    [SERVER] Running as service
    [SERVER] Got Message: Ready
    [SERVER] Got Message: Compile
    [SERVER] Console: AutoGrades.cs(81,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:\TCAFiles\Users\FelecanV\47852\Release\Oxide.Core.dll (Location of the symbol related to previous warning)
    AutoGrades.cs(100,8): warning CS0219: The variable `OldMessages' is assigned but its value is never used
    AutoGrades.cs(248,11): warning CS0219: The variable `pgrade' is assigned but its value is never used
    [SERVER] Got Message: Exit
    [SERVER] Exit received. Shutdown
    [SERVER] Started as service
    [SERVER] Running as service
    [SERVER] Got Message: Ready
    [SERVER] Got Message: Compile
    [SERVER] Console: AutoGrades.cs(81,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:\TCAFiles\Users\FelecanV\47852\Release\Oxide.Core.dll (Location of the symbol related to previous warning)
    AutoGrades.cs(100,8): warning CS0219: The variable `OldMessages' is assigned but its value is never used
    AutoGrades.cs(248,11): warning CS0219: The variable `pgrade' is assigned but its value is never used
    [SERVER] Got Message: Exit
    [SERVER] Exit received. Shutdown
     
    Last edited by a moderator: Jul 27, 2015
  2. Wulf

    Wulf Community Admin

    Those are only warnings, nothing to do with your server shutting down. If your server is shutting down, either a user or your host is doing it.
     
  3. server it s going down..in that period i can t even acces my control pannel because pannel it s down too?maybe because of some sort of ddos?
     
  4. Wulf

    Wulf Community Admin

    That's something you should ask your host about.
     
  5. Just to rule out the possibility, as unlikely as it may be... have you tried disabling that plugin to see if it solves the problem of it going offline?
     
  6. Wulf

    Wulf Community Admin

    The warnings are simply compiler warnings, mainly "style" warnings. The issue likely lies with another plugin that is causing performance issues, and the host is putting a CPU limit on the server due to overloading.
     
  7. Never gave that a thought, cheers for the insight.