Good afternoon, faced a problem of loading of a plug-in dll format.
Screenshot (Click)
What could be the problem?Code:11/23/2017 13:24:37] [Oxide] 13:24 [Debug] at Oxide.Plugins.RustPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.PluginManager.AddPlugin (Oxide.Core.Plugins.Plugin plugin) [0x00000] in <filename unknown>:0 at Oxide.Core.OxideMod.PluginLoaded (Oxide.Core.Plugins.Plugin plugin) [0x00000] in <filename unknown>:0
Failed to initialize plugin (NullReferenceException)
Discussion in 'Rust Development' started by RenniQ, Nov 23, 2017.
-
Wulf Community Admin
Without seeing the full error or knowing what you're doing, hard to really say. Plugins are not in .dll format though, only extensions are and are installed in a different location.
-