InvalidOperationException at OnServerInitializedFixed

Since the new update my console says while loading clantags:

 

Failed to call hook 'OnServerInitialized' on plugin 'ClanTags v1.0.1' (InvalidOperationException: Collection was modified; enumeration operation may not execute.)
at System.Collections.Generic.Dictionary`2+ValueCollection+Enumerator[TKey,TValue].MoveNext () [0x00013] in <eae584ce26bc40229c1b1aa476bfa589>:0
at Oxide.Plugins.ClanTags.OnServerInitialized () [0x0005c] in <5f4b598b133e40f2b8621ef2e9d3329d>:0
at Oxide.Plugins.ClanTags.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000e1] in <5f4b598b133e40f2b8621ef2e9d3329d>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <50629aa0e75d4126b345d8d9d64da28d>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <50629aa0e75d4126b345d8d9d64da28d>:0


Tried multiple times to remove the plugin and reinstall it, but error keeps coming back and plugin unloads itself. What did i do wrong?

+1 same error
I had to roll back to previous version

Should be fixed with the last patch.

Same error after patch

doQnTsfCgOicpjR.jpg Clockwurk

Same error after patch

Could you provide the latest log snippet?
v6SHhIbsO5FVfsG.png Wulf
Could you provide the latest log snippet?

Failed to call hook 'OnPluginLoaded' on plugin 'ClanTags v1.0.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.ClanTags.OnPluginLoaded () [0x00068] in <3d5985eca4bc4f43a6227a1b2147f103>:0
at Oxide.Plugins.ClanTags.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000e1] in <3d5985eca4bc4f43a6227a1b2147f103>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <e23ba2c0f246426296d81c842cbda3af>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <50629aa0e75d4126b345d8d9d64da28d>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <50629aa0e75d4126b345d8d9d64da28d>:0
doQnTsfCgOicpjR.jpg Clockwurk
Failed to call hook 'OnPluginLoaded' on plugin 'ClanTags v1.0.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.ClanTags.OnPluginLoaded () [0x00068] in <3d5985eca4bc4f43a6227a1b2147f103>:0

at Oxide.Plugins.ClanTags.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000e1] in <3d5985eca4bc4f43a6227a1b2147f103>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <e23ba2c0f246426296d81c842cbda3af>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <50629aa0e75d4126b345d8d9d64da28d>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <50629aa0e75d4126b345d8d9d64da28d>:0
That isn't the same error.

Yeah sorry guess I should have said 'same result' - had to roll back.

doQnTsfCgOicpjR.jpg Clockwurk

Yeah sorry guess I should have said 'same result' - had to roll back.

Do you have any other plugins installed?

I was seeing the same errors, but when I looked 2 lines up it told me that Better Chat was providing the same function. Is this a case of 2 plugins doing the same thing?

Locked automatically