Advertisement
Guest User

Untitled

a guest
Feb 24th, 2016
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. Fatal Lua Error: [string "BindingSupport.lua"]:30: Uncaught CLR exception at Lua->CLR boundary: System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> Eluant.LuaException: [string "BindingSupport.lua"]:30: Unable to convert table value of type Eluant.LuaTable to type System.String
  2. bei Eluant.LuaRuntime.Call(IList`1 args)
  3. bei Eluant.LuaRuntime.Call(LuaFunction fn, IList`1 args)
  4. bei OpenRA.Mods.Common.Scripting.UtilsGlobal.Do(LuaValue[] collection, LuaFunction func)
  5. --- Ende der internen Ausnahmestapelüberwachung ---
  6. bei System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
  7. bei System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
  8. bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
  9. bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  10. bei OpenRA.Scripting.ScriptMemberWrapper.Invoke(LuaVararg args)
  11. --- Ende der internen Ausnahmestapelüberwachung ---
  12. bei System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
  13. bei System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
  14. bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
  15. bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  16. bei Eluant.LuaRuntime.MethodWrapper.Invoke(Object[] parms)
  17. bei Eluant.LuaRuntime.MakeManagedCall(IntPtr state, MethodWrapper wrapper)
  18. bei OpenRA.Scripting.ScriptContext.FatalError(String message)
  19. bei OpenRA.Mods.Common.Scripting.TriggerGlobal.<AfterDelay>c__AnonStorey0.<>m__0()
  20. bei OpenRA.Effects.DelayedAction.<Tick>m__0(World w)
  21. bei OpenRA.World.Tick()
  22. bei OpenRA.Game.InnerLogicTick(OrderManager orderManager)
  23. bei OpenRA.Game.LogicTick()
  24. bei OpenRA.Game.Loop()
  25. bei OpenRA.Game.Run()
  26. bei OpenRA.Program.Run(String[] args)
  27. bei OpenRA.Program.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement