Advertisement
Guest User

soviet 05 lua error

a guest
Jul 1st, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. Fatal Lua Error: [string "BindingSupport.lua"]:30: Uncaught CLR exception at Lua->CLR boundary: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: Value cannot be null.
  2. Parameter name: source
  3. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  4. at OpenRA.Mods.Common.Scripting.TriggerGlobal.OnAllKilled(Actor[] actors, LuaFunction func)
  5. --- End of inner exception stack trace ---
  6. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  7. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  8. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  9. at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
  10. at OpenRA.Scripting.ScriptMemberWrapper.Invoke(LuaVararg args) in c:\Users\John\Desktop\OpenRA-bleed\OpenRA.Game\Scripting\ScriptMemberWrapper.cs:line 70
  11. --- End of inner exception stack trace ---
  12. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  13. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  14. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  15. at Eluant.LuaRuntime.MethodWrapper.Invoke(Object[] parms)
  16. at Eluant.LuaRuntime.MakeManagedCall(IntPtr state, MethodWrapper wrapper)
  17. at OpenRA.Scripting.ScriptContext.FatalError(String message)
  18. at OpenRA.Mods.Common.Scripting.TriggerGlobal.<>c__DisplayClass2.<AfterDelay>b__0()
  19. at OpenRA.Effects.DelayedAction.<Tick>b__0(World w)
  20. at OpenRA.World.Tick()
  21. at OpenRA.Game.InnerLogicTick(OrderManager orderManager)
  22. at OpenRA.Game.LogicTick()
  23. at OpenRA.Game.Loop()
  24. at OpenRA.Game.Run()
  25. at OpenRA.Program.Run(String[] args)
  26. at OpenRA.Program.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement