so it has to be whatever plugin u calling to imagelibary thats causing the error or we would all be getting the same issue as u
ImageLibrary
Moved
Total Downloads: 18,291 - First Release: Oct 29, 2016 - Last Update: Jun 11, 2018
- 5/5, 36 likes
-
1. skinbox
2.playerskins
3. skin changer -
i have skinbox on my server - no issues displaying skins.
-
-
And what is the Problen server rreinstall does not help
-
CheckList for LGSM >> Rust · GameServerManagers/LinuxGSM Wiki · GitHub
If that brings nothing, you might need to change your distro to Debian is not alredy on this.
Otherwise the 100% working solution is switching to Windows, where the FP steamworks libraries are working all the time. -
Code:
Failed to call hook 'GetImage' on plugin 'ImageLibrary v2.0.9' (NullReferenceException: Object reference not set to an instance of an object)
-
Code:
Failed to call hook 'OnServerInitialized' on plugin 'ImageLibrary v2.0.9' (NullReferenceException: Object reference not set to an instance of an object) (09:21:45) | at Oxide.Plugins.ImageLibrary.CheckForRefresh () [0x00000] in <filename unknown>:0 at Oxide.Plugins.ImageLibrary.OnServerInitialized () [0x00000] in <filename unknown>:0 at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
Code:Failed to call hook 'OnPlayerInit' on plugin 'ImageLibrary v2.0.9' (NullReferenceException: Object reference not set to an instance of an object) (16:07:20) | at Oxide.Plugins.ImageLibrary.HasImage (System.String imageName, UInt64 imageId) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ImageLibrary.GetPlayerAvatar (System.String userId) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ImageLibrary.OnPlayerInit (.BasePlayer player) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
Last edited by a moderator: Nov 1, 2017 -
Code:
Failed to call hook 'GetImage' on plugin 'ImageLibrary v2.0.9' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.ImageLibrary.GetImage (System.String imageName, UInt64 imageId, Boolean returnUrl) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
[DOUBLEPOST=1509658613][/DOUBLEPOST] -
After force wipe and upgrade to Oxide 3700I´m still receiving the error below
Code:(23:01:23) | Failed to call hook 'OnServerInitialized' on plugin 'ImageLibrary v2.0.9' (NullReferenceException: Object reference not set to an instance of an object)(23:01:23) | at Oxide.Plugins.ImageLibrary.CheckForRefresh () [0x00000] in <filename unknown>:0at Oxide.Plugins.ImageLibrary.OnServerInitialized () [0x00000] in <filename unknown>:0at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
Absolut updated ImageLibrary with a new update entry:
2.0.10
-
Would this plugin have anything to do with InfoPanel not working?
Or InfoPanel Itself, needs update since latest wipe?...not sure
Thanks
Sorry!......Nevermind!.....I Moron!!!Last edited by a moderator: Nov 3, 2017 -
-
Bug plugin or oxide
(19:39:12) | at Oxide.Core.Libraries.Covalence.Formatter+Lexer.Lex (System.String text) [0x00000] in <filename unknown>:0
at Oxide.Core.Libraries.Covalence.Formatter.Parse (System.String text) [0x00000] in <filename unknown>:0
at Oxide.Core.Libraries.Covalence.Formatter.ToTreeFormat (System.String text, System.Collections.Generic.Dictionary`2 translations) [0x00000] in <filename unknown>:0
at Oxide.Core.Libraries.Covalence.Formatter.ToUnity (System.String text) [0x00000] in <filename unknown>:0
at Oxide.Game.Rust.Libraries.Server.Broadcast (System.String message, System.String prefix, UInt64 userId) [0x00000] in <filename unknown>:0
at Oxide.Game.Rust.Libraries.Rust.BroadcastChat (System.String name, System.String message, System.String userId) [0x00000] in <filename unknown>:0
at Oxide.Plugins.Notifier.Say (System.String msg, System.String profile, Boolean usePrefix) [0x00000] in <filename unknown>:0
at Oxide.Plugins.Notifier.OnPlayerDisconnected (.BasePlayer player, System.String reason) [0x00000] in <filename unknown>:0
at Oxide.Plugins.Notifier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 -
Unsupported plugin, has nothing to do ImageLibrary! -
hello we have now again a mistake:
23:56:31 [ImageLibrary] Reloading all images!
23:56:32 [ImageLibrary] Retrieving item skin lists ...
23:56:33 [ImageLibrary] Found 942 item skins. Gathering image URLs
23: 56: 33Exception: ISteamUGC _ptr is null!
We have met all the requirements LGSM demands.
Someone an idea? -
I have this error every reboot.
Code:(13:28:24) | Connected to Steam (13:28:24) | [AdminRadar] Took 200.1346ms to cache 4704/202311 entities (13:28:24) | Failed to call hook 'AddImage' on plugin 'ImageLibrary v2.0.10' (NullReferenceException: Object reference not set to an instance of an object) (13:28:24) | at Oxide.Plugins.ImageLibrary.AddImage (System.String url, System.String imageName, UInt64 imageId) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (13:28:24) | Failed to call hook 'AddImage' on plugin 'ImageLibrary v2.0.10' (NullReferenceException: Object reference not set to an instance of an object) (13:28:24) | at Oxide.Plugins.ImageLibrary.AddImage (System.String url, System.String imageName, UInt64 imageId) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (13:28:24) | Failed to call hook 'AddImage' on plugin 'ImageLibrary v2.0.10' (NullReferenceException: Object reference not set to an instance of an object) (13:28:24) | at Oxide.Plugins.ImageLibrary.AddImage (System.String url, System.String imageName, UInt64 imageId) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (13:28:24) | Failed to call hook 'AddImage' on plugin 'ImageLibrary v2.0.10' (NullReferenceException: Object reference not set to an instance of an object) (13:28:24) | at Oxide.Plugins.ImageLibrary.AddImage (System.String url, System.String imageName, UInt64 imageId) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
Hello @Absolut please update icon "blueprintbase" to current icon.
Attached Files:
-
-
Hi @Absolut since I installed Arena I get the following error on server start-up:
Code:(18:11:43) | Failed to call hook 'AddImage' on plugin 'ImageLibrary v2.0.10' (NullReferenceException: Object reference not set to an instance of an object) (18:11:43) | at Oxide.Plugins.ImageLibrary.AddImage (System.String url, System.String imageName, UInt64 imageId) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (18:11:43) | Failed to call hook 'AddImage' on plugin 'ImageLibrary v2.0.10' (NullReferenceException: Object reference not set to an instance of an object) (18:11:43) | at Oxide.Plugins.ImageLibrary.AddImage (System.String url, System.String imageName, UInt64 imageId) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (18:11:43) | Failed to call hook 'AddImage' on plugin 'ImageLibrary v2.0.10' (NullReferenceException: Object reference not set to an instance of an object) (18:11:43) | at Oxide.Plugins.ImageLibrary.AddImage (System.String url, System.String imageName, UInt64 imageId) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 (18:11:43) | Failed to call hook 'AddImage' on plugin 'ImageLibrary v2.0.10' (NullReferenceException: Object reference not set to an instance of an object) (18:11:43) | at Oxide.Plugins.ImageLibrary.AddImage (System.String url, System.String imageName, UInt64 imageId) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ImageLibrary.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0