InfoPanel
Moved
Total Downloads: 55,749 - First Release: Sep 25, 2015 - Last Update: Mar 13, 2018
- 5/5, 160 likes
-
Did you reload the plugin after?
-
No.. thanks for letting me know
[DOUBLEPOST=1503432320][/DOUBLEPOST]Actually.. I reloaded the server and refreshed the plugins but nothing happened -
I fixed the config OVH
-
mine does not work can you help me i put the file in the plug in file from oxide
-
Can we by chance get an update to include the Bradley APC ? that would be cool. Thanks.
-
I have seen this question asked multiple times but no one has answered it yet, How do you change the Balance window to RP????
-
some one ask for my info panel here it is
try to reload the plug in /reload InfoPanel,,a tu changer dans config ?
[DOUBLEPOST=1504018418][/DOUBLEPOST]u can try mine if u want i use it in rusty fallout x20.
- just put the file in config
- say yes
- put the info u want in message! then /reload InfoPanel
- dont toutch or modified the plugin file!
Attached Files:
-
How can I put that chest there? I have the plugin TreasureBox
-
You Dont Need Put Chest Treasure Box Have a Panel
-
Could you help me to do it? I just want to have something like that chest
-
how can I Change Position - Message box
""AnchorX"": ""Left"",
""AnchorY"": ""Bottom"",
""Available"": true,
but its int bottom is top ? -
infopanel seems to have issues after the latest update
Code:(22:49:12) | at Oxide.Plugins.InfoPanel+Balance.GetBalance (System.String id) [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel.InitializeGUI (.BasePlayer player) [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel.GUITimerInit (.BasePlayer player) [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel+<OnPlayerInit>c__AnonStorey1.<>m__1 () [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0 (22:49:14) | Failed to run a 5.00 timer in 'InfoPanel v0.9.5' (NullReferenceException: Object reference not set to an instance of an object) (22:49:14) | at Oxide.Plugins.InfoPanel+Balance.GetBalance (System.String id) [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel+Balance.Refresh (Oxide.Plugins.StoredData storedData, System.Collections.Generic.Dictionary`2 panels) [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel.<OnServerInitialized>m__6 () [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0
-
Having same issue since latest update:
This is in the in-game Console:Code:(22:02:41) | Failed to run a 1.00 timer in 'InfoPanel v0.9.5' (NullReferenceException: Object reference not set to an instance of an object) (22:02:41) | at Oxide.Plugins.InfoPanel+Balance.GetBalance (System.String id) [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel.InitializeGUI (.BasePlayer player) [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel.GUITimerInit (.BasePlayer player) [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel+<OnPlayerInit>c__AnonStorey1.<>m__1 () [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0 (22:02:44) | Failed to run a 5.00 timer in 'InfoPanel v0.9.5' (NullReferenceException: Object reference not set to an instance of an object) (22:02:44) | at Oxide.Plugins.InfoPanel+Balance.GetBalance (System.String id) [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel+Balance.Refresh (Oxide.Plugins.StoredData storedData, System.Collections.Generic.Dictionary`2 panels) [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel.<OnServerInitialized>m__6 () [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0
Last edited by a moderator: Sep 1, 2017 -
Code:
(08:04:18) | Failed to call hook 'OnEntitySpawned' on plugin 'InfoPanel v0.9.5' (NullReferenceException: Object reference not set to an instance of an object) (08:04:18) | at Oxide.Plugins.InfoPanel.OnEntitySpawned (.BaseEntity Entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (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
-
Found the solution guys.
Open the .cs file, go to line 810 and rename "OnPluginUnloaded" to "OnPluginUnload".
Moderator edit: Not a valid fix, just a renamed to an invalid hook and causes more issues.Last edited by a moderator: Sep 2, 2017 -
Bro can u give config #1 , e-mail for contact - [email protected], skype - timoxajblack. Thanks Bro!
-
Wulf Community Admin
You just changed to a hook that doesn't exist, that isn't a fix. "Unloaded" and OnPluginUnloaded" are not the same hooks, and "OnPluginUnload" does not exist so you're now breaking everything that hook does which will cause more errors. -
Okay, then im sorry. But what is the real fix on that? Cause the plugin didnt loaded without my changes. And i dont get any errors with what ive did.
-
Wulf Community Admin
The part you changed handles unloading portions and re-rendering the panel when third-party supported plugins (like the related to the error) are unloaded. So by breaking that part of the plugin by renaming the hook to a non-existent one, the plugin would not longer update the panel when any of those plugins are unloaded. The fix would be to find out why GetBalance is erring in the plugin.
