Not an Issue NullReferenceException with plugin

Discussion in 'Rust Discussion' started by MrSmid, Aug 17, 2015.

  1. On one of my servers I get the following error spammed in console followed by a server crash (most of the times), I've seen different "Object reference not set to an instance of an object" errors in this forum but I can't seem to identify this one, anyone got an idea?
    Code:
    NullReferenceException: Object reference not set to an instance of an object
    Oxide.Core.Libraries.Timer.<Update>m__0 (Oxide.Core.Libraries.TimerInstance t) System.Collections.Generic.List`1[Oxide.Core.Libraries.Timer+TimerInstance].RemoveAll (System.Predicate`1 match) Oxide.Core.Libraries.Timer.Update (Single delta) Oxide.Core.OxideMod.OnFrame (Single delta) Oxide.Ext.Unity.UnityScript.Update ()
     
    Last edited by a moderator: Aug 17, 2015
  2. Most likely one of your plugins causing that
     
  3. Wulf

    Wulf Community Admin

    Check above the log piece you provided, it should show the plugin name that is causing it.