1. After the update pushed 12:00 CET Oxide cant load plugins, they get unloaded with this error message
    @Wulf

    Code:
    (13:38:24) | Exception while invoking event handler (MethodAccessException: Method `ConsoleSystem/Index:set_All (ConsoleSystem/Command[])' is inaccessible from method `Oxide.Game.Rust.Libraries.Command:plugin_OnRemovedFromManager (Oxide.Core.Plugins.Plugin,Oxide.Core.Plugins.PluginManager)'
    )
      at Oxide.Core.Event+Callback`2[Oxide.Core.Plugins.Plugin,Oxide.Core.Plugins.PluginManager].Call (Oxide.Core.Plugins.Plugin arg0, Oxide.Core.Plugins.PluginManager arg1) [0x00000] in <filename unknown>:0
    (13:38:24) | Unloaded plugin Where's My Corpse v0.6.2 by Fuji/LeoCurtss
    (13:38:24) | Exception while invoking event handler (MethodAccessException: Method `ConsoleSystem/Index:set_All (ConsoleSystem/Command[])' is inaccessible from method `Oxide.Game.Rust.Libraries.Command:plugin_OnRemovedFromManager (Oxide.Core.Plugins.Plugin,Oxide.Core.Plugins.PluginManager)'
    )
      at Oxide.Core.Event+Callback`2[Oxide.Core.Plugins.Plugin,Oxide.Core.Plugins.PluginManager].Call (Oxide.Core.Plugins.Plugin arg0, Oxide.Core.Plugins.PluginManager arg1) [0x00000] in <filename unknown>:0
     
  2. Doesn't oxide need to be updated after every rust update?
     
  3. Yes, it does. You need to downgrade. This is getting very annoying. I get that Wulf is not here 24/7, but this either needs a decent error message or some documentation to get rid of this stuff all the time :D

    Better safe than sorry
     
  4. I just applied the rust update and my server and mods are working fine.
     
  5. Wulf

    Wulf Community Admin

    If we did that, we'd have to spend every update having to explain how to fix every hook and change for people trying to patch themselves instead of actually updating. ;)

    If you want to try yourself, Google MSIL patching and try your hand with the patcher we provide via GitHub. It's always been there, some people do patch for themselves as well, it just takes a bit a knowledge and practice.
     
  6. I know the patching ;) I mean that there should be some documentation or an error message saying that Oxide needs to be updated to match the Rust version when applicable :D
     
  7. Wulf

    Wulf Community Admin

    When you're injecting code into a game, it's kind of hard to handle showing an pretty error for everything that may or may not happen. We can't really account for people mixing game DLLs that may or may not be compatible.
     
  8. Does this apply to Linux server?

    Downgrade Oxide or Server patch?
     
  9. Wulf

    Wulf Community Admin

    They are the same files, yes.