ConnectMessages

Moved

Total Downloads: 5,241 - First Release: Oct 20, 2016 - Last Update: Nov 10, 2017

5/5, 19 likes
  1. Do you have the latest version of Oxide on your main server?
     
  2. Code:
    [RCON]oxide.version
    Oxide 2.0.2796 for Rust 1086.99 (1928)
     
  3. Wulf

    Wulf Community Admin

    There is another bug that I fixed in build 1800.
     
  4. How can we fix it?
    I've seen this problem, not only in this plugin. Notifier, AdvertMessages and etc...
     
  5. Wulf

    Wulf Community Admin

    Notifier doesn't use the same API, so I'd have to see the errors you get for that under its support thread; same for the others. This specific error posted in this thread is resolved in Oxide build 1800, which you do not have installed.
     
  6. maybe 2800? or I do not understand something
     
  7. Wulf

    Wulf Community Admin

    Sorry, 2800 yes.
     
  8. (13:59:13) | Oxide 2.0.2800 for Rust 1086.99 (1928)
    Still does not work...
     
  9. Wulf

    Wulf Community Admin

    Could you paste the errors here please? Because everything I've tested is no longer an issue.
     
  10. Here is the error - probably the same

    (08:22:03) | [Oxide] 08:22 [Error] Error while compiling ConnectMessages.cs(143,116): error CS1061: Type `string' does not contain a definition for `Sanitize' and no extension method `Sanitize' of type `string' could be found. Are you missing an assembly reference?

    (08:24:17) | [Oxide] 08:24 [Error] Error while compiling ConnectMessages.cs(143,116): error CS1061: Type `string' does not contain a definition for `Sanitize' and no extension method `Sanitize' of type `string' could be found. Are you missing an assembly reference?
     
  11. Wulf

    Wulf Community Admin

    Mmmm, are you sure you have the latest version of this plugin? The only way you can have that is if you are using an old version or you aren't updated with Oxide.
     
  12. I downloaded and installed today
     
  13. Wulf

    Wulf Community Admin

    And which version does the plugin show inside it?
     
  14. That's the problem, It does not show any errors or messages...
    Code:
    17:09 [Info] ConnectMessages was compiled successfully in 2072ms
    [Oxide] 17:09 [Info] Unloaded plugin ConnectMessages v1.1.4 by Spicy
    [Oxide] 17:09 [Info] Loaded plugin ConnectMessages v1.1.4 by Spicy
    Then of not shown anything...
     
    Last edited by a moderator: Dec 9, 2016
  15. Wulf

    Wulf Community Admin

    So you see absolutely nothing in the chat when a player connects or disconnects?
     
  16. Info("ConnectMessages", "Spicy", "1.1.4")
     
  17. Yes exactly.
     
  18. Spicy updated ConnectMessages with a new update entry:

    1.1.5

     
  19. Yes this is the problem that I had. Thanks!
     
  20. Code:
    [Debug]   at System.Convert.ToType (System.Object value, System.Type conversionType, IFormatProvider provider, Boolean try_target_to_type) [0x00000] in <filename unknown>:0
      at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x00000] in <filename unknown>:0
      at Oxide.Core.Configuration.DynamicConfigFile.ConvertValue (System.Object value, System.Type destinationType) [0x00000] in <filename unknown>:0
      at Oxide.Core.Configuration.DynamicConfigFile.ConvertValue[Boolean] (System.Object value) [0x00000] in <filename unknown>:0
      at Oxide.Core.Configuration.DynamicConfigFile.Get[Boolean] (System.String[] path) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ConnectMessages.GetConfigValue (System.String key) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ConnectMessages.InitialiseConfig () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ConnectMessages.OnServerInitialized () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ConnectMessages.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 name, System.Object[] args) [0x00000] in <filename unknown>:0
    Getting that with both oxide versions 2793 and 2800 Info("ConnectMessages", "Spicy", "1.1.5"