RealtimeWipeInfo

Moved

Total Downloads: 1,533 - First Release: May 19, 2017 - Last Update: Mar 16, 2018

5/5, 8 likes
  1. Hey, my server works fine with your configuration file.

    Have you edited your language file at all?
     
  2. yes work fine with schlude enabled... put schulde message disabled and fail


    try this. fail me.
     

    Attached Files:

  3. now it adds schedule days to wipe date.
    i've fixed line 413 for u:
     

    Attached Files:

  4. Ryan updated Realtime Wipe Info with a new update entry:

    2.0.3

     
  5. Ryan updated RealtimeWipeInfo with a new update entry:

    2.0.4

     
  6. anyone knows how i can make the wipe messages to public? instead of private message?
     
  7. Ryan updated RealtimeWipeInfo with a new update entry:

    2.1.0

     
  8. DescMsgBpWipe is not working. Can you do something or just check it ? Maybe i am blind
     
  9. Code:
    Failed to initialize plugin 'RealtimeWipeInfo v2.1.0' (NullReferenceException: Object reference not set to an instance of an object)
    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)  at Oxide.Plugins.RealtimeWipeInfo.Init () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.RealtimeWipeInfo.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.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0
    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)Unloaded plugin Realtime Wipe Info v2.1.0 by Ryan
    edit: solved with latest oxide
     
    Last edited by a moderator: Oct 21, 2017
  10. What about this? 10:54:38) | Failed to call hook 'OnServerInitialized' on plugin 'RealtimeWipeInfo v2.1.0' (TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown.)
     
  11. Wulf

    Wulf Community Admin

    Which Oxide build? That should have already been resolved if you updated Oxide to the latest.
     
  12. I have latest version updated today
     
  13. Wulf

    Wulf Community Admin

    Full log please.
     
  14. What logs u mean?
    [DOUBLEPOST=1508591372][/DOUBLEPOST][SERVER v1.0.24] Started as service
    [SERVER v1.0.24] Running as service
    [SERVER v1.0.24] Got Message: Ready
    [SERVER v1.0.24] Got Message: Compile
    [SERVER v1.0.24] Console: RealtimeWipeInfo.cs(318,22): warning CS0114: `Oxide.Plugins.RealtimeWipeInfo.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\UserFiles\JaniE\8270\Oxide.Core.dll (Location of the symbol related to previous warning)
    RealtimeWipeInfo.cs(575,27): warning CS0472: The result of comparing value type `System.DateTime' with null is always `false'
    RealtimeWipeInfo.cs(24,26): warning CS0414: The private field `Oxide.Plugins.RealtimeWipeInfo.Epoch' is assigned but its value is never used
    RealtimeWipeInfo.cs(38,41): warning CS0414: The private field `Oxide.Plugins.RealtimeWipeInfo.Instance' is assigned but its value is never used

    [SERVER v1.0.24] Connection closed.
    [SERVER v1.0.24] Shutdown
     
  15. Wulf

    Wulf Community Admin

    The other main log, not the compiler log.
     
  16. This one?
    Code:
    [Info] RealtimeWipeInfo was compiled successfully in 1844ms
    16:07 [Warning] [Realtime Wipe Info] Setting servers hostname and description to the originally stored ones in oxide/data/RealtimeWipeInfo.json
    16:07 [Info] Unloaded plugin Realtime Wipe Info v2.1.0 by Ryan
    16:07 [Warning] [Realtime Wipe Info] Blueprint wipe detected!
    16:07 [Error] Failed to call hook 'OnServerInitialized' on plugin 'RealtimeWipeInfo v2.1.0' (TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown.)
    16:07 [Stacktrace]   at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Utilities.DateTimeUtils.GetUtcOffset (DateTime d) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Utilities.DateTimeUtils.WriteDateTimeString (System.Char[] chars, Int32 start, DateTime value, Nullable`1 offset, DateTimeKind kind, DateFormatHandling format) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonTextWriter.WriteValue (DateTime value) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonWriter.WriteValue (Newtonsoft.Json.JsonWriter writer, PrimitiveTypeCode typeCode, System.Object value) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializePrimitive (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonPrimitiveContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract collectionContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty) [0x00000] in <filename unknown>:0
    16:07 [Info] Loaded plugin Realtime Wipe Info v2.1.0 by Ryan
     
  17. Wulf

    Wulf Community Admin

    Full log please. You can use the 'Upload a File' button.
     
  18. Here :)
     

    Attached Files: