Prevented server from starting

The infopanel plugin stopped my server from starting after the August 6th update. It kept hanging at

"Setting breakpad minidump AppID = 252490
SteamInternal_SetMinidumpSteamID: Caching Steam ID: 76561############ [API loaded no]
SteamServer Initialized
SteamServer Initialized"

Yes I had the same issue (I'm on Carbon), in the thread dump I could see

Oxide.Plugins.InfoPanel.OnEntitySpawned (BaseEntity) in InfoPanel.cs:984
 at Oxide.Plugins.PluginTimers.In (single,System.Action)
 at Oxide.Core.Libraries.Timer.Once
 at Oxide.Core.Libraries.Timer.In
 at Oxide.Core.Libraries.Timer.TrackTimer   <-- List<T>.Contains scan
 at Oxide.Core.Libraries.Timer.FireStartupTimers
 at Oxide.Core.Libraries.Timer.FireDueStartupTimers
 at Carbon.Community.MarkServerInitialized
 at Carbon.Core.CorePlugin.IOnServerInitialized​

After removing the plugin the server booted up right away without any issues.

Full thread dump:

Aug 06 21:39:53 rustybuilders bash[2390]: "Thread Pool I/O Selector"
Aug 06 21:39:53 rustybuilders bash[2390]: "<unnamed thread>"  at <unknown> <0xffffffff>
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper managed-to-native) Interop/Sys.Read (intptr,byte*,int) [0x00009] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at Interop/Sys.Read (Microsoft.Win32.SafeHandles.SafeFileHandle,byte*,int) [0x00014] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.IO.CoreFX.FileSystemWatcher/RunningInstance.TryReadEvent (System.IO.CoreFX.FileSystemWatcher/RunningInstance/NotifyEvent&) [0x00037] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.IO.CoreFX.FileSystemWatcher/RunningInstance.ProcessEvents () [0x002d4] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.IO.CoreFX.FileSystemWatcher/RunningInstance/<>c.<Start>b__14_0 (object) [0x00006] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.InnerInvoke () [0x0002c] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.Execute () [0x00001] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.ExecutionContextCallback (object) [0x00006] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.ExecuteWithThreadLocal (System.Threading.Tasks.Task&) [0x00038] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.ExecuteEntry (bool) [0x00050] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.ThreadPoolTaskScheduler/<>c.<.cctor>b__10_0 (object) [0x00007] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x00036] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart (object) [0x0001b] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) [0x0006b] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]: "AnalyticsManager.Thread"  at <unknown> <0xffffffff>
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper managed-to-native) System.Threading.Thread.SleepInternal (int) [0x00007] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Thread.Sleep (int) [0x0001a] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at Facepunch.Rust.AnalyticsManager.DoWork () [0x001ca] in <a840b7c8a0e64294a148a2e8ce887bb6>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x0001f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart () [0x00014] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x00067] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]: "<unnamed thread>"  at <unknown> <0xffffffff>
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000a] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x0004a] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00019] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (long,bool) [0x00010] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (int,bool) [0x0001d] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne () [0x00003] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at Oxide.Core.MySql.Libraries.MySql.Worker () [0x000c1] in P:\Repositories\Carbon\src\Carbon.Components\Carbon.Common\src\Oxide\MySql\MySql.cs:53
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x0001f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart () [0x00014] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x00067] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]: "<unnamed thread>"  at <unknown> <0xffffffff>
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000a] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x0004a] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00019] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (long,bool) [0x00010] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (int,bool) [0x0001d] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (int) [0x00003] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at Network.BaseNetwork.ReadThread () [0x00049] in <e7471e6518e2402bb794a71344375f0c>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x0001f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart () [0x00014] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x00067] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]: "<unnamed thread>"
Aug 06 21:39:53 rustybuilders bash[2390]: "<unnamed thread>"
Aug 06 21:39:53 rustybuilders bash[2390]: "<unnamed thread>"
Aug 06 21:39:53 rustybuilders bash[2390]: "<unnamed thread>"  at <unknown> <0xffffffff>
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper managed-to-native) Interop/Sys.Read (intptr,byte*,int) [0x00009] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at Interop/Sys.Read (Microsoft.Win32.SafeHandles.SafeFileHandle,byte*,int) [0x00014] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.IO.CoreFX.FileSystemWatcher/RunningInstance.TryReadEvent (System.IO.CoreFX.FileSystemWatcher/RunningInstance/NotifyEvent&) [0x00037] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.IO.CoreFX.FileSystemWatcher/RunningInstance.ProcessEvents () [0x002d4] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.IO.CoreFX.FileSystemWatcher/RunningInstance/<>c.<Start>b__14_0 (object) [0x00006] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.InnerInvoke () [0x0002c] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.Execute () [0x00001] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.ExecutionContextCallback (object) [0x00006] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.ExecuteWithThreadLocal (System.Threading.Tasks.Task&) [0x00038] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.ExecuteEntry (bool) [0x00050] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.ThreadPoolTaskScheduler/<>c.<.cctor>b__10_0 (object) [0x00007] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x00036] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart (object) [0x0001b] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) [0x0006b] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]: "<unnamed thread>"
Aug 06 21:39:53 rustybuilders bash[2390]: "Finalizer"
Aug 06 21:39:53 rustybuilders bash[2390]: "Timer-Scheduler"  at <unknown> <0xffffffff>
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000a] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x0004a] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00019] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (long,bool) [0x00010] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (int,bool) [0x0001d] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (int) [0x00003] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Timer/Scheduler.SchedulerThread () [0x00043] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x0001f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart () [0x00014] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x00067] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]: "<unnamed thread>"  at <unknown> <0xffffffff>
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000a] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x0004a] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00019] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (long,bool) [0x00010] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (int,bool) [0x0001d] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (int) [0x00003] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at Network.BaseNetwork.WriteThread () [0x00027] in <e7471e6518e2402bb794a71344375f0c>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x0001f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart () [0x00014] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x00067] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]: "<unnamed thread>"  at <unknown> <0xffffffff>
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000a] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x0004a] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00019] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (long,bool) [0x00010] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (int,bool) [0x0001d] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne () [0x00003] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at Oxide.Core.SQLite.Libraries.SQLite.Worker () [0x000bd] in P:\Repositories\Carbon\src\Carbon.Components\Carbon.Common\src\Oxide\SQLite\SQLite.cs:197
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x0001f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart () [0x00014] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x00067] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]: "<threadpool thread>"
Aug 06 21:39:53 rustybuilders bash[2390]: "Main"  at System.Collections.Generic.ObjectEqualityComparer`1<T_REF>.IndexOf (T_REF[],T_REF,int,int) [0x00052] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Array.IndexOfImpl<T_REF> (T_REF[],T_REF,int,int) [0x00009] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Array.IndexOf<T_REF> (T_REF[],T_REF,int,int) [0x00048] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Collections.Generic.List`1<T_REF>.IndexOf (T_REF) [0x0000e] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Collections.Generic.List`1<T_REF>.Contains (T_REF) [0x0000a] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at Oxide.Core.Libraries.Timer.TrackTimer (Oxide.Core.Libraries.Timer/TimerInstance) [0x0001c] in P:\Repositories\Carbon\src\Carbon.Components\Carbon.Common\src\Oxide\Libraries\Timer.cs:32
Aug 06 21:39:53 rustybuilders bash[2390]:   at Oxide.Core.Libraries.Timer.In (single,System.Action,Oxide.Core.Plugins.Plugin) [0x00053] in P:\Repositories\Carbon\src\Carbon.Components\Carbon.Common\src\Oxide\Libraries\Timer.cs:57
Aug 06 21:39:53 rustybuilders bash[2390]:   at Oxide.Core.Libraries.Timer.Once (single,System.Action,Oxide.Core.Plugins.Plugin) [0x00000] in P:\Repositories\Carbon\src\Carbon.Components\Carbon.Common\src\Oxide\Libraries\Timer.cs:97
Aug 06 21:39:53 rustybuilders bash[2390]:   at Oxide.Plugins.PluginTimers.In (single,System.Action) [0x00000] in P:\Repositories\Carbon\src\Carbon.Components\Carbon.Common\src\Oxide\Timer.cs:51
Aug 06 21:39:53 rustybuilders bash[2390]:   at Oxide.Plugins.InfoPanel.OnEntitySpawned (BaseEntity) [0x0001c] in /home/rust/carbon/plugins/InfoPanel.cs:984
Aug 06 21:39:53 rustybuilders bash[2390]:   at Oxide.Plugins.InfoPanel/<>c__DisplayClass23_0.<OnEntitySpawned>b__0 () [0x00000] in /home/rust/carbon/plugins/InfoPanel.cs:984
Aug 06 21:39:53 rustybuilders bash[2390]:   at Oxide.Core.Libraries.Timer/<>c__DisplayClass15_0.<In>b__0 () [0x0000c] in P:\Repositories\Carbon\src\Carbon.Components\Carbon.Common\src\Oxide\Libraries\Timer.cs:64
Aug 06 21:39:53 rustybuilders bash[2390]:   at Oxide.Core.Libraries.Timer.FireStartupTimers (System.Collections.Generic.List`1<Oxide.Core.Libraries.Timer/TimerInstance>,System.Collections.Generic.List`1<System.Action>) [0x0002d] in P:\Repositories\Carbon\src\Carbon.Components\Carbon.Common\src\Oxide\Libraries\Timer.Startup.cs:200
Aug 06 21:39:53 rustybuilders bash[2390]:   at Oxide.Core.Libraries.Timer.FireDueStartupTimers (int) [0x00029] in P:\Repositories\Carbon\src\Carbon.Components\Carbon.Common\src\Oxide\Libraries\Timer.Startup.cs:80
Aug 06 21:39:53 rustybuilders bash[2390]:   at Carbon.Community.MarkServerInitialized (bool) [0x0000a] in P:\Repositories\Carbon\src\Carbon.Components\Carbon.Common\src\Community.cs:74
Aug 06 21:39:53 rustybuilders bash[2390]:   at Carbon.Core.CorePlugin.IOnServerInitialized (bool) [0x0000c] in P:\Repositories\Carbon\src\Carbon.Components\Carbon.Common\src\Carbon\CorePlugin\Core.Hooks.cs:20
Aug 06 21:39:53 rustybuilders bash[2390]:   at Carbon.Core.CorePlugin.IOnServerInitialized () [0x00000] in P:\Repositories\Carbon\src\Carbon.Components\Carbon.Common\src\Carbon\CorePlugin\Core.Hooks.cs:27
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.ServerMgr.OpenConnection_Patch2 (ServerMgr,bool) [0x001d3] in <b9e6cf659433482b886083cff28d0128>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at Bootstrap/<StartServer>d__28.MoveNext () [0x00714] in <a840b7c8a0e64294a148a2e8ce887bb6>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator,intptr) [0x00027] in <7ef4b7e39e5e4212acadbf6d2e50d7fa>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object_intptr (object,intptr,intptr,intptr) [0x00033] in <7ef4b7e39e5e4212acadbf6d2e50d7fa>:0
Aug 06 21:39:53 rustybuilders bash[2390]: "<unnamed thread>"  at <unknown> <0xffffffff>
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper managed-to-native) Interop/Sys.Read (intptr,byte*,int) [0x00009] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at Interop/Sys.Read (Microsoft.Win32.SafeHandles.SafeFileHandle,byte*,int) [0x00014] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.IO.CoreFX.FileSystemWatcher/RunningInstance.TryReadEvent (System.IO.CoreFX.FileSystemWatcher/RunningInstance/NotifyEvent&) [0x00037] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.IO.CoreFX.FileSystemWatcher/RunningInstance.ProcessEvents () [0x002d4] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.IO.CoreFX.FileSystemWatcher/RunningInstance/<>c.<Start>b__14_0 (object) [0x00006] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.InnerInvoke () [0x0002c] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.Execute () [0x00001] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.ExecutionContextCallback (object) [0x00006] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.ExecuteWithThreadLocal (System.Threading.Tasks.Task&) [0x00038] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.ExecuteEntry (bool) [0x00050] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.ThreadPoolTaskScheduler/<>c.<.cctor>b__10_0 (object) [0x00007] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x00036] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart (object) [0x0001b] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) [0x0006b] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]: "Thread Pool Worker"
Aug 06 21:39:53 rustybuilders bash[2390]: "<unnamed thread>"  at <unknown> <0xffffffff>
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper managed-to-native) Interop/Sys.Read (intptr,byte*,int) [0x00009] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at Interop/Sys.Read (Microsoft.Win32.SafeHandles.SafeFileHandle,byte*,int) [0x00014] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.IO.CoreFX.FileSystemWatcher/RunningInstance.TryReadEvent (System.IO.CoreFX.FileSystemWatcher/RunningInstance/NotifyEvent&) [0x00037] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.IO.CoreFX.FileSystemWatcher/RunningInstance.ProcessEvents () [0x002d4] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.IO.CoreFX.FileSystemWatcher/RunningInstance/<>c.<Start>b__14_0 (object) [0x00006] in <16dfb5860e254abfaf53d35b68159aef>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.InnerInvoke () [0x0002c] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.Execute () [0x00001] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.ExecutionContextCallback (object) [0x00006] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.ExecuteWithThreadLocal (System.Threading.Tasks.Task&) [0x00038] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.Task.ExecuteEntry (bool) [0x00050] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.Tasks.ThreadPoolTaskScheduler/<>c.<.cctor>b__10_0 (object) [0x00007] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x00036] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart (object) [0x0001b] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) [0x0006b] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]: "Thread Pool Worker"
Aug 06 21:39:53 rustybuilders bash[2390]: "<unnamed thread>"  at <unknown> <0xffffffff>
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000a] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x0004a] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00019] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (long,bool) [0x00010] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (int,bool) [0x0001d] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.WaitHandle.WaitOne (int) [0x00003] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at Network.BaseNetwork.DecryptThread () [0x00043] in <e7471e6518e2402bb794a71344375f0c>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x0001f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00073] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00004] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002f] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at System.Threading.ThreadHelper.ThreadStart () [0x00014] in <e605204d165a49d89ae7579f3d894429>:0
Aug 06 21:39:53 rustybuilders bash[2390]:   at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x00067] in <e605204d165a49d89ae7579f3d894429>:0​

I had the same problem with Carbon. Change the following code in the plugin.

Lines 980–986

From:

private void OnEntitySpawned(BaseEntity Entity)
{
    if (!IsReady)
    {
        timer.In(10, () => OnEntitySpawned(Entity));
        return;
    }​


To:

private void OnEntitySpawned(BaseEntity Entity)
{
    if (!IsReady)
    {
        return;
    }