1. i am trying to get explosives removed as well as craftable m4's all these crafting controllers are out of date?[DOUBLEPOST=1392031375,1392022815][/DOUBLEPOST]anybody know if this is because of update or if im not doing it right?
     
  2. Wulf

    Wulf Community Admin

    The Oxide API did not change in the recent updates, and last I checked this is working just fine. Are you getting any errors?
     
  3. Its because of the update, it was blocked at one point. It even tells me they are blocked, but when I try to craft it, it works. so yeah.

    Multiplay, running Oxide 1.13.1.
     
  4. I get Errors !!!

    running Oxide 1.13.1.


    Code:
    [Oxide] craftingcontroller: [string "C:\TCAFiles\Users\TimG\10348\save\oxide\plugi..."]:65 - Invalid argument 2 to rust.Notice (expecting string, got nil)
    NoOp
    [Oxide] craftingcontroller: [string "C:\TCAFiles\Users\TimG\10348\save\oxide\plugi..."]:65 - Invalid argument 2 to rust.Notice (expecting string, got nil)
    NoOp
    [Oxide] craftingcontroller: [string "C:\TCAFiles\Users\TimG\10348\save\oxide\plugi..."]:65 - Invalid argument 2 to rust.Notice (expecting string, got nil)
    NoOp
     
  5. This hasn't been corrected yet, correct?
     
  6. Code:
    3:59 AM: ERROR: Lua error (craftingcontroller)
    mscorlib: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> NLua.Exceptions.LuaScriptException: [string "C:\TCAFiles\Users\JustinK\1991\save\oxide\plu..."]:34: bad argument #1 to 'pairs' (table expected, got nil)
      --- End of inner exception stack trace ---
      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
      at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
      at Oxide.Main.CallPlugin (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      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
      at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
      at Oxide.Main.CallPlugin (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    : NLua.Exceptions.LuaScriptException: [string "C:\TCAFiles\Users\JustinK\1991\save\oxide\plu..."]:34: bad argument #1 to 'pairs' (table expected, got nil)
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [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
     
  7. I am on fpsplayers.com running rust latest 2/11 update with oxide 1.14 server works. I installed crafting controller in the plugin dir and restarted the server. I did not get the auto generated config file.

    I can type oxide.reloadcore into rcon but get no replay.

    how can if verify oxide is running and craftingcontoller is running ?
     
  8. Getting the same error and not stopping anything.
     
  9. This a core plug-in for me and no longer works. Throws out an error and is not stopping anything. Is this just me and how are servers that depend on this plug-in getting by? Is there other alternatives or a work around?

    Thanks
     
  10. Wulf

    Wulf Community Admin

    Then you most likely do not have Oxide actually installed. I suggest running the Steam update, then installing Oxide 1.14. You can test if Oxide is working in-game with the /mod command.[DOUBLEPOST=1392356600][/DOUBLEPOST]
    What error would that be?

    What hasn't been corrected?
     
  11. The same error as posted above. Both this and loot spawn lists fail to load at all and only returns that error. When you have a server like mine you cannot run without these 2 plug-ins or at least 1.

    This is why I posted in the discussion forum as my question was what are others doing and is there an alternative. It was moved here which I don't understand as I am asking if there is another program people are using as this problem is not getting updated and its not viable to go a week with my server down.
     
  12. Wulf

    Wulf Community Admin

    This is the only one.
     
  13. I am having the same issues...it is not loading!
     
  14. Wulf

    Wulf Community Admin

    Errors please, else we have no idea if your issue is remotely related or not.
     
  15. 9:01 PM: ERROR: Lua error (craftingcontroller)
    mscorlib: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> NLua.Exceptions.LuaScriptException: [string "C:\TCAFiles\Users\Zombiewarpig\2542\save\oxid..."]:34: bad argument #1 to 'pairs' (table expected, got nil)
    --- End of inner exception stack trace ---
    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
    at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
    at Oxide.Main.CallPlugin (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    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
    at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
    at Oxide.Main.CallPlugin (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    : NLua.Exceptions.LuaScriptException: [string "C:\TCAFiles\Users\Zombiewarpig\2542\save\oxid..."]:34: bad argument #1 to 'pairs' (table expected, got nil)
    at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
    at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [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
     
  16. Little concerned myself about updating to 1.14 without this being functional, I'm guessing the errors are the errors that Mip and zombie posted, any ETA on this Wulf?

    I guess we could edit the loot table to disable explosives dropping from planes till it's fixed. This would be valid if you wiped recently and didn't have many air drops since I guess. Can't make charges without the explosives.

    EDIT: I did a server wipe recently and updated to 1.14 tonight. Just tried researching C4 via BP and research kit and it says it's been blocked, I can only assume that crafting it is blocked too. It also seems to load fine I'm not getting any errors.
     
    Last edited by a moderator: Feb 15, 2014
  17. Ozi

    Ozi

    9:23 AM: ERROR: Lua error (craftingcontroller)
    mscorlib: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> NLua.Exceptions.LuaScriptException: [string "C:\TCAFiles\Users\kd19096\1259\save\oxide\plu..."]:34: bad argument #1 to 'pairs' (table expected, got nil)
    --- End of inner exception stack trace ---
    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
    at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
    at Oxide.Main.CallPlugin (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    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
    at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
    at Oxide.Main.CallPlugin (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    : NLua.Exceptions.LuaScriptException: [string "C:\TCAFiles\Users\kd19096\1259\save\oxide\plu..."]:34: bad argument #1 to 'pairs' (table expected, got nil)
    at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
    at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [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[DOUBLEPOST=1392453762][/DOUBLEPOST]update: i am using deinserverhoster.de and when i wipe the Server, run steam update, install oxide 1.14 and enter the /mod command ingame it tells me ist 1.13.1. Shouldnt it be 1.14?
     
    Last edited by a moderator: Feb 15, 2014
  18. Update it please.
     
  19. Ozi

    Ozi

    Just made sure ist 1.14. Ist an Oxide issue that it keeps telling 1.13.1 but in Facts ist 1.14 and ist up to date.
     
  20. This plugin is a necessity on my server. Please update ASAP!