Skip to content

Instantly share code, notes, and snippets.

@MustaphaTR
Last active February 14, 2017 18:09
Show Gist options
  • Save MustaphaTR/cbe5272793b0ffbf20fee6cdc5235d81 to your computer and use it in GitHub Desktop.
Save MustaphaTR/cbe5272793b0ffbf20fee6cdc5235d81 to your computer and use it in GitHub Desktop.
Fatal Lua Error: [string "BindingSupport.lua"]:30: Uncaught CLR exception at Lua->CLR boundary: System.Reflection.TargetInvocationException: Özel durum bir çağırma hedefi tarafından oluşturuldu. ---> System.Reflection.TargetInvocationException: Özel durum bir çağırma hedefi tarafından oluşturuldu. ---> System.Collections.Generic.KeyNotFoundException: Verilen anahtar sözlükte yoktu.
konum: System.Collections.Generic.Dictionary`2.get_Item(TKey key)
konum: OpenRA.ReadOnlyDictionary`2.get_Item(TKey key) c:\Users\Kullanıcı\Downloads\OpenRA-bleed\OpenRA-bleed\OpenRA.Game\Primitives\ReadOnlyDictionary.cs içinde: satır 78
konum: OpenRA.Mods.Common.Scripting.ClassicProductionQueueProperties.GetBuildableInfo(String actorType)
konum: OpenRA.Mods.Common.Scripting.ClassicProductionQueueProperties.Build(String[] actorTypes, LuaFunction actionFunc)
--- İç özel durum yığını izlemesinin sonu ---
konum: System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
konum: System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
konum: System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
konum: System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
konum: OpenRA.Scripting.ScriptMemberWrapper.Invoke(LuaVararg args) c:\Users\Kullanıcı\Downloads\OpenRA-bleed\OpenRA-bleed\OpenRA.Game\Scripting\ScriptMemberWrapper.cs içinde: satır 75
--- İç özel durum yığını izlemesinin sonu ---
konum: System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
konum: System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
konum: System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
konum: Eluant.LuaRuntime.MethodWrapper.Invoke(Object[] parms)
konum: Eluant.LuaRuntime.MakeManagedCall(IntPtr state, MethodWrapper wrapper)
konum: OpenRA.Scripting.ScriptContext.FatalError(String message)
konum: OpenRA.Mods.Common.Scripting.TriggerGlobal.<>c__DisplayClass2.<AfterDelay>b__0()
konum: OpenRA.Effects.DelayedAction.<Tick>b__0(World w)
konum: OpenRA.World.Tick()
konum: OpenRA.Game.InnerLogicTick(OrderManager orderManager)
konum: OpenRA.Game.LogicTick()
konum: OpenRA.Game.Loop()
konum: OpenRA.Game.Run()
konum: OpenRA.Program.Run(String[] args)
konum: OpenRA.Program.Main(String[] args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment