Failed to call hook 'ImportImageList' on plugin 'ImageLibrary v2.0.62' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.ImageLibrary.ImportImageList (System.String title, System.Collections.Generic.Dictionary`2[TKey,TValue] imageList, System.UInt64 imageId, System.Boolean replace, System.Action callback) [0x00099] in <f54ac8c0dcad4ae1a5a317b40f762087>:0
at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x009da] in <f54ac8c0dcad4ae1a5a317b40f762087>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
Error: Failed to call hook 'ImportImageList' on plugin 'ImageLibrary v2.0.62'
Same issue here. I see that everytime the Server starts up, though Image Library appears to be working.
same issue here on startup?
Failed to call hook 'ImportImageList' on plugin 'ImageLibrary v2.0.62' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.ImageLibrary.ImportImageList (System.String title, System.Collections.Generic.Dictionary`2[TKey,TValue] imageList, System.UInt64 imageId, System.Boolean replace, System.Action callback) [0x00099] in <11696cf7b14749b6905ec5a97a6a4e7e>:0
at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x009da] in <11696cf7b14749b6905ec5a97a6a4e7e>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
Hey, same issue here :
Failed to call hook 'ImportImageList' on plugin 'ImageLibrary v2.0.62' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.ImageLibrary.ImportImageList (System.String title, System.Collections.Generic.Dictionary`2[TKey,TValue] imageList, System.UInt64 imageId, System.Boolean replace, System.Action callback) [0x00099] in <9278d641599d4a39a39f582feca8fdab>:0
at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x009da] in <9278d641599d4a39a39f582feca8fdab>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9c80d821d00a44c9a24497c73ad2d20d>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d646191a355d43a6b3ab36b7ee14c740>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d646191a355d43a6b3ab36b7ee14c740>:0
Asset Warmup (1/12414)
same.
Maybe this is the reason images are failing to load onto signs after restarts? This is only happening on restart - once. Linux btw. Please help
Failed to call hook 'ImportImageList' on plugin 'ImageLibrary v2.0.62' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.ImageLibrary.ImportImageList (System.String title, System.Collections.Generic.Dictionary`2[TKey,TValue] imageList, System.UInt64 imageId, System.Boolean replace, System.Action callback) [0x00099] in <5b2326b8113e4195950aa164cb43e80e>:0
at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x009da] in <5b2326b8113e4195950aa164cb43e80e>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <8cb2d664f1574f2b96d53f1c1869d96a>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <8cb2d664f1574f2b96d53f1c1869d96a>:0
this is most likely from a plugin that is not checking that imagelibrary is loaded, before requesting images (eg. the plugin loads on startup before imagelibrary loads)
i already fixed this problem
6ShadoW6
i already fixed this problem
would be great to explain how to fix?
here you have guys
https://www.mediafire.com/file/vmyp1pzfx802fgc/ImageLibrary.cs/file
thank you!