I been trying to export civics based on 12.0.7 an keep getting errors thrown back:
[08:15:31] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Eco.Gameplay.Systems.Messaging.Chat.Commands.ChatCommandService.<>c__DisplayClass16_0.b__1()
at Eco.Shared.Utils.TaskUtils.<>c__DisplayClass3_0.b__0()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Eco.Gameplay.Systems.Messaging.Chat.Commands.ChatCommandService.HandleCommandAsync(IChatClient chatClient, String text, SupportedLanguage language, INetObject target)
Inner Exception:
System.MissingMethodException: Attempted to access a missing method.
at Eco.Mods.CivicsImpExp.CivicsImpExpCommands.Export(IChatClient chatClient, Int32 id)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Eco.Mods.CivicsImpExp.CivicsImpExpCommands.Export(IChatClient chatClient, Int32 id)
at InvokeStub_CivicsImpExpCommands.Export(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Then in game it says "you did not specify a valid recipient"
I been trying to export civics based on 12.0.7 an keep getting errors thrown back:
[08:15:31] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Eco.Gameplay.Systems.Messaging.Chat.Commands.ChatCommandService.<>c__DisplayClass16_0.b__1()
at Eco.Shared.Utils.TaskUtils.<>c__DisplayClass3_0.b__0()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Eco.Gameplay.Systems.Messaging.Chat.Commands.ChatCommandService.HandleCommandAsync(IChatClient chatClient, String text, SupportedLanguage language, INetObject target)
Inner Exception:
System.MissingMethodException: Attempted to access a missing method.
at Eco.Mods.CivicsImpExp.CivicsImpExpCommands.Export(IChatClient chatClient, Int32 id)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Eco.Mods.CivicsImpExp.CivicsImpExpCommands.Export(IChatClient chatClient, Int32 id)
at InvokeStub_CivicsImpExpCommands.Export(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Then in game it says "you did not specify a valid recipient"