Not an Issue IronPython error

Discussion in 'Rust Discussion' started by Energyau, May 7, 2015.

  1. Got this today. Any one know what it is?
    Code:
    [Debug] at IronPython.Runtime.Operations.PythonOps.FixIndex (int,int) <0x001ae>
    at IronPython.Runtime.PythonTuple.get_Item (int) <0x00030>
    at IronPython.Runtime.NewStringFormatter/Formatter.GetUnaccessedObject (IronPython.Runtime.NewStringFormatter/FieldName) <0x000b8>
    at IronPython.Runtime.NewStringFormatter/Formatter.GetArgumentValue (IronPython.Runtime.NewStringFormatter/FieldName) <0x00031>
    at IronPython.Runtime.NewStringFormatter/Formatter.ReplaceText (string) <0x003d4>
    at IronPython.Runtime.NewStringFormatter/Formatter.FormatString (IronPython.Runtime.PythonContext,string,IronPython.Runtime.PythonTuple,System.Collections.Generic.IDictionary`2<object, object>) <0x00072>
    at IronPython.Runtime.NewStringFormatter.FormatString (IronPython.Runtime.PythonContext,string,IronPython.Runtime.PythonTuple,System.Collections.Generic.IDictionary`2<object, object>) <0x000a3>
    at IronPython.Runtime.Operations.StringOps.format (IronPython.Runtime.CodeContext,string,System.Collections.Generic.IDictionary`2<object, object>,object[]) <0x00067>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,IronPython.Runtime.CodeContext,object,object,object,object,object) <0x00390>
    at (wrapper dynamic-method) object.OnPlayerInit$13 (System.Runtime.CompilerServices.Closure,IronPython.Runtime.PythonFunction,object,object) <0x00f04>
    Also have these two errors

    [Oxide] 1:20 PM [Warning] airdrop_settings plugin is using deprecated hook: OnEntitySpawn
    [Oxide] 1:21 PM [Warning] CallHook 'OnEntityAttacked' on plugin 'Godmode' took: 602ms
     
  2. Wulf

    Wulf Community Admin

    Moved post to own thread, as the main issue is unrelated to the thread you originally posted in.

    The IronPython error is likely coming from a Python plugin error, but I'm unfamiliar with Python. Your other warnings, not errors, were answered in the other threads. They are not errors, you can ignore them if you aren't noticing issues with them, which you shouldn't be.
     
  3. cheers Buddy