Not an Issue Error in Python plugin

Discussion in 'Rust Discussion' started by Cheeze, May 10, 2015.

  1. Any ideas?
    Code:
    [5/10/2015 5:58:44 PM] [Oxide] 5:58 PM [Debug] at (wrapper managed-to-native) UnityEngine.Component.get_transform () <0x00075>
    at (wrapper delegate-invoke) System.Func`2<UnityEngine.Component, UnityEngine.Transform>.invoke_Transform__this___Component (UnityEngine.Component) <0x00081>
    at Microsoft.Scripting.Interpreter.FuncCallInstruction`2<UnityEngine.Component, UnityEngine.Transform>.Invoke (object) <0x00075>
    at IronPython.Runtime.Binding.PythonGetMemberBinder/FastPropertyGet`1<object>.GetProperty (System.Runtime.CompilerServices.CallSite,object,IronPython.Runtime.CodeContext) <0x00054>
    at (wrapper dynamic-method) object.lambda_method (System.Runtime.CompilerServices.Closure,object[],System.Runtime.CompilerServices.StrongBox`1<object>[],Microsoft.Scripting.Interpreter.InterpretedFrame) <0x0045b>
    at Microsoft.Scripting.Interpreter.CompiledLoopInstruction.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x0002e>
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x000c8>
     
  2. Wulf

    Wulf Community Admin

    The line above what you posted likely tells you what plugin is causing the error, and the actual error.