InfoPanel

Moved

Total Downloads: 55,749 - First Release: Sep 25, 2015 - Last Update: Mar 13, 2018

5/5, 160 likes
  1. > oxide.reload InfoPanel
    [Oxide] 3:09 AM [Error] InfoPanel plugin failed to compile!
    [Oxide] 3:09 AM [Error] InfoPanel.cs(1264,64): error CS1061: Type `BaseHelicopter' does not contain a definition for `IsActive' and no extension method `IsActive' of type `BaseHelicopter' could be found. Are you missing an assembly reference?
     
  2. Wulf

    Wulf Community Admin

    Are you sure you are using the latest version from the Overview, not this thread?
     
  3. I am, and am getting the same error still :(
     
  4. Wulf

    Wulf Community Admin

    What version is your server running? Could you upload the version of the plugin you have too?
     
  5. can i change number of sleepers on my server?
     
  6. Got problem on linux with this:

    Code:
    [Oxide] 17:33 [Error] Failed to call hook 'OnServerInitialized' on plugin 'InfoPanel v0.9.3' (FormatException: Unknown char: .)
    [Oxide] 17:33 [Debug]   at System.Double.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00000] in <filename unknown>:0
      at System.Single.Parse (System.String s) [0x00000] in <filename unknown>:0
      at UnityEngine.ColorEx.Parse (System.String str) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.InfoPanel+AirplaneEvent..ctor () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.InfoPanel.OnServerInitialized () [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 (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0 
    Latest Oxide and plugin. (Linux Ubuntu 14.04)
     
  7. Wulf

    Wulf Community Admin

    Did you edit the config or plugin at all?

    Also, try the latest Oxide snapshot.
     
  8. Didnt edited anything - fresh install.
    Got latest oxide 1802.
     
  9. I get this error when trying to load infopanel.

    > oxide.load InfoPanel
    [Oxide] 6:14 AM [Error] InfoPanel plugin failed to compile!
    [Oxide] 6:14 AM [Error] InfoPanel.cs(1286,49): error CS1061: Type `BaseHelicopter' does not contain a definition for `IsActive' and no extension method `IsActive' of type `BaseHelicopter' could be found. Are you missing an assembly reference?

    Does it have to do with the new rust update?
     
  10. Wulf

    Wulf Community Admin

    Which version of Rust are you using? Which version of the plugin are you using?
     
  11. Going by that error it looks like you dont have the latest version running
     
  12. I've newly installed the latest rust update, the latest oxide, and I'm using version 0.9.3.
     
  13. Wulf

    Wulf Community Admin

    Could you check the oxide.version and version commands and let us know the output?
     
  14. Unloaded Oxide, updated Rust, reloaded Oxide.... same error here
     
  15. Could you check the oxide.version and version commands and let us know the output
     
  16. Code:
    [Oxide] 5:01 PM [Error] Failed to run a 1.00 timer in 'InfoPanel v0.9.3' (NullReferenceException: Object reference not set to an instance of an object)[Oxide] 5:01 PM [Debug]   at Oxide.Plugins.InfoPanel+Compass.GetDirection (System.String PlayerID) [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.Update () [0x00000] in <filename unknown>:0[Oxide] 5:01 PM [Error] Failed to run a 1.00 timer in 'InfoPanel v0.9.3' (NullReferenceException: Object reference not set to an instance of an object)[Oxide] 5:01 PM [Debug]   at Oxide.Plugins.InfoPanel+Compass.GetDirection (System.String PlayerID) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.InfoPanel+Compass.Refresh (Oxide.Plugins.StoredData storedData, System.Collections.Generic.Dictionary`2 panels) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.InfoPanel.<OnServerInitialized>m__9 () [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Timer+TimerInstance.Update () [0x00000] in <filename unknown>:0[Oxide] 5:01 PM [Error] Failed to run a 3.00 timer in 'InfoPanel v0.9.3' (NullReferenceException: Object reference not set to an instance of an object)[Oxide] 5:01 PM [Debug]   at Oxide.Plugins.InfoPanel+Coordinates.GetCoord (System.String PlayerID) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.InfoPanel+Coordinates.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.Update () [0x00000] in <filename unknown>:0 
    Suddenly got this error in console. Kinda massive, wasn't really sure what caused it. Someone got EAC kicked then this happened. Not sure.
     
  17. Check your config on this site JSONLint - The JSON Validator.
     
  18. It came back and said valid JSON

    *EDIT: The error has not happened since then, but the JSON file did validate.
     
    Last edited by a moderator: Mar 3, 2016
  19. Im getting the same issues with this plug in. The only part of the .JSON file I eddited was
    "Messages": [
    "Welcome! Server Mode PVE",
    "Tpye /backpack for a backpack!",
    "Type /kits to check out our kits!",
    "Stack size is 65,000",
    "Questions message Razor14150"
    ],

    I went to the JSONLint site and vaildated my JSON and still getting the same issue.

    I actually updated my server to the newest rust version, and reinstalled Oxide as well.
     
  20. Code:
    Oxide] 6:39 PM [Info] InfoPanel was compiled successfully in 1935ms
    [Oxide] 6:39 PM [Info] Loaded plugin InfoPanel v0.9.3 by Ghosst
    [Oxide] 6:39 PM [Error] Failed to initialize plugin 'InfoPanel v0.9.3' (ArgumentNullException: Argument cannot be null.
    Parameter name: source)
    [Oxide] 6:39 PM [Debug]  at System.Linq.Check.SourceAndPredicate (System.Object source, System.Object predicate) [0x00000] in <filename unknown>:0
      at System.Linq.Enumerable.Where[KeyValuePair`2] (IEnumerable`1 source, System.Func`2 predicate) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.InfoPanel.LoadConfigValues () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.InfoPanel.Init () [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 (System.Reflection.MethodInfo 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.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0
    [Oxide] 6:39 PM [Info] Unloaded plugin InfoPanel v0.9.3 by Ghosst
    [Oxide] 6:39 PM [Info] No previous version to rollback plugin: InfoPanel
    HELP PLEASE!!! Have lastest version of Rust,Rust IO, Oxide and Info Panel.