When i write in the console oxide.load (StackSizes for example) the console say this:
Can you help me please?Code:[Oxide] 4:29 PM [Error] NullReferenceException while calling cmdLoad: (NullReferenceException: Object reference not set to an instance of an object) (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) [Oxide] 4:29 PM [Debug] at Oxide.Rust.Plugins.RustCore.cmdLoad (.Arg arg) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) [Oxide] 4:29 PM [Info] StackSizes plugin failed to compile! Exit code: -1073741515
[DOUBLEPOST=1425142705][/DOUBLEPOST]I can't load .cs plugins.
Fixed NullReferenceException while calling cmdLoad
Discussion in 'Rust Discussion' started by Txus, Feb 28, 2015.
-
Hello,
did you install net framework 3.5 on your host - machine ? -
Wulf Community Admin
Which Oxide version are you using? You can check by using the version command in the server console or via RCON.
-
I'm using Oxide Version: 2.0.367
-
Wulf Community Admin
-
-
I can't load with oxmin.load (invalid command)
[DOUBLEPOST=1425146103][/DOUBLEPOST] -
-
yes, I use oxide.load (pluginname), when I reboot server .cs plugins don't load (Kits.cs, StackSizes.cs, RemoverTools.cs...)
-
Wulf Community Admin
[DOUBLEPOST=1425146439][/DOUBLEPOST] -
Here
Attached Files:
-
-
Wulf Community Admin
-
Yes
Attached Files:
-
-
Sorry to disturb you guys, but i also have net framework 3.5 installed and now testing 367 - Version with "Kits" Plugin, going for exact same error message:
7:15 PM [Info] Kits plugin failed to compile! Exit code: -1073741515
[DOUBLEPOST=1425148693][/DOUBLEPOST]http://download.microsoft.com/download/3/8/7/387A0F10-C0C1-4C74-82A9-4BB741342366/vcredist_x86.exe does it work with that installed ? worked at least for me. -
Wulf Community Admin
The Visual C++ 2013 x86 installation should fix the compilation error, not the cmdLoad error. I missed that Mono requires that. We may be able to get around that, but we'll see. The cmdLoad error we should have fixed later, just make sure to use the correct filename for now and you won't see that error.
[DOUBLEPOST=1425152639][/DOUBLEPOST]The cmdLoad error will be fixed in the latest snapshot.