1. Not sure whats causing this, anyone know?
    thanks!

    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Missing projectileID (2)
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
    Missing projectileID (3)
    Calling kill - but already IsDestroyed!? null
    Calling kill - but already IsDestroyed!? null
     
  2. Wulf

    Wulf Community Admin

    What plugins did you install recently?
     
  3. Wulf

    Wulf Community Admin

    I don't need your whole list, I was asking what ones you installed recently. ;)

    You could search all the plugin files for portions of that error or the whole error using Notepad++.
     
  4. well I just added them all at once on a fresh server after a wipe and update. So it is all clean...
     
  5. It's not really a big issue, it's just an object (airdrop, buildingblock, ...) that a plugin or the server is trying to destroy while it already has been destroyed by another process, it doesn't really impact anything, it just leaves an annoying warning.
     
  6. thanks buddy!

    perhaps you can help me with this one that just popped up instantly
    Code:
    [Oxide] 2:45 AM [Error] Failed to run a timer. (LuaScriptException: invalid arguments to method call)
    [Oxide] 2:45 AM [Debug]  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 NLua.LuaFunction.Call (System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at NLua.Method.LuaDelegate.CallFunction (System.Object[] args, System.Object[] inArgs, System.Int32[] outArgs) [0x00000] in <filename unknown>:0
      at LuaGeneratedClass1.CallFunction () [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Timer+TimerInstance.Update () [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Apr 19, 2015
  7. Can't say more about it then what it says, one of the timers that was supposed to run the callback function triggered a LuaScriptException, are you using that airdrops plugin perhaps that was causing the error spam from time to time?
     
  8. yes I am using that. I'll report it to that dude.
     
  9. Basically if you would still be running build 59 it would've just started spamming, I recently pushed a change to my Oxide fork which was accepted and added in build 68 that stops timers when they fail and throw an error like that instead of infinitely repeating.
     
  10. ah nice, hey does that parachute fix you uploaded here https://gist.github.com/Mughisi/c3f61be8ebd9e1ddf4b0 work still?
    I am using the latest airdrop and the parachutes are all over the ground where they landed the supplies.
    I tried the /removepara commands in a few post but obviously they didnt exist.
    or
    http://pastebin.com/yDFY4xHX
    I just added ur remove parachute plugin, restarted and when i drop an airdrop it does anounce coords and drops 4 airdrops at same time and they froze in sky. so i ran /remparachutes it removed them and i dropped another. that one worked fine, and the parachutes are all gone
     
    Last edited by a moderator: Dec 29, 2014
  11. Hey Guys

    How do i tell some one who makes a plugin of erros that it is making

    the Airdrop plugin is pumping out this error

    (23:13:01) | Calling kill - but already IsDestroyed!? null
    (23:13:04) | Calling kill - but already IsDestroyed!? null
    (23:13:07) | Calling kill - but already IsDestroyed!? null
    (23:13:10) | Calling kill - but already IsDestroyed!? null
    (23:13:13) | Calling kill - but already IsDestroyed!? null
    (23:13:16) | Calling kill - but already IsDestroyed!? null
    (23:13:19) | Calling kill - but already IsDestroyed!? null
    (23:13:22) | Calling kill - but already IsDestroyed!? null

    Cheers
     
  12. Wulf

    Wulf Community Admin

    See the above replies.
     
  13. Thank You Wulf