1. For the past few days I've been getting this error whenever someone logs in or out. I have removed a few plugins that I thought could be the culprit but the problem still persists. I've searched on google and here but no one seems to have the answer.
    Code:
     | Failed to run a 2.80 timer in '‪‎‌‭‫‍‌‪‪‌‬‬‏‮‬‭‪‪‍‏‌‬‬‏‮ v1.0.6555' (NullReferenceException: Object reference not set to an instance of an object)
      at ‪‎‌‭‫‍‌‪‪‌‬‬‏‮‬‭‪‪‍‏‌‬‬‏‮.‭‎‏‌‫‮‫‏‭‍‏‭‏‌‍‮‬‪‬‌‫‍‍‮ () [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0
    Also I have no clue why half of this error is backwards...
     
  2. Normally the error would display the plugin the timer is running from but that doesn't appear the case here, what you could do is search for the various timer methods in your plugins with that 2.8 value. Without an actual plugin it is harder but not impossible to find out. You'll just have to do some searching I'm afraid.

    If is in fact happening every time someone connects/disconnects you could just unload plugins one at a time and see if you can trigger it to determine which plugin is causing this.

    I am however curious to why part of the text is LTR and parts are RTL.
     
  3. Actually the vast majority of the error is RTL. Most of it gets flipped around when you copy and past though. I thought it was just spitting out random gibberish until I pasted it into google. Anywho, thanks for the reply. Reckon I'm going to do some searching.
     
  4. Ran through every thing and couldn't find a timer with that value. Also, I'm getting a new error upon someone dying.
    Code:
     Failed to call hook 'OnEntityDeath' on plugin '‪‎‌‭‫‍‌‪‪‌‬‬‏‮‬‭‪‪‍‏‌‬‬‏‮ v1.0.6555' (NullReferenceException: Object reference not set to an instance of an object)
      at ‪‎‌‭‫‍‌‪‪‌‬‬‏‮‬‭‪‪‍‏‌‬‬‏‮.‮‏‭‪‬‍‭‭‏‌‮‏‍‌‏‌‬‭‬‌‬‮‪‫‬‭‮ (.BasePlayer , Vector3 ) [0x00000] in <filename unknown>:0
      at ‪‎‌‭‫‍‌‪‪‌‬‬‏‮‬‭‪‪‍‏‌‬‬‏‮.‮‬‍‬‎‪‪‮‏‫‪‎‎‍‭‫‭‮‮‬‭‍‌‪‪‍‮ (.BaseEntity , .HitInfo ) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0