You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal Lua Error: [string "-- Make copies of global functions to preve..."]: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.NullReferenceException: Object reference not set to an instance of an object.
at OpenRA.Mods.Common.Scripting.TriggerGlobal.OnObjectiveCompleted(Player player, LuaFunction func) in OpenRA/OpenRA.Mods.Common/Scripting/Global/TriggerGlobal.cs:line 183
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at OpenRA.Scripting.ScriptMemberWrapper.Invoke(LuaVararg args) in OpenRA/OpenRA.Game/Scripting/ScriptMemberWrapper.cs:line 76
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Eluant.LuaRuntime.MethodWrapper.Invoke(Object[] parms)
at Eluant.LuaRuntime.MakeManagedCall(IntPtr state, MethodWrapper wrapper)
at Eluant.LuaRuntime.Call(IList`1 args)
at Eluant.LuaRuntime.Call(LuaFunction fn, IList`1 args)
at Eluant.LuaFunction.Call(IList`1 args)
at Eluant.LuaFunction.Call(LuaValue[] args)
at OpenRA.Scripting.ScriptContext.WorldLoaded() in OpenRA/OpenRA.Game/Scripting/ScriptContext.cs:line 297
It would be great if the bot would detect the inner exception:
---> System.NullReferenceException: Object reference not set to an instance of an object.
at OpenRA.Mods.Common.Scripting.TriggerGlobal.OnObjectiveCompleted(Player player, LuaFunction func) in OpenRA/OpenRA.Mods.Common/Scripting/Global/TriggerGlobal.cs:line 183
and highlight it.
The text was updated successfully, but these errors were encountered:
It would be great if the bot would detect the inner exception:
and highlight it.
The text was updated successfully, but these errors were encountered: