OpenRA/d2

CTD after trying to load or create a new map in Map Editor

Comanche93 opened this issue · 0 comments

OpenRA engine version 725ef62
d2 mod mod version {DEV_VERSION}
on map 96125ef5eb10335a9aab609e9d4949332727a719 (Name your map here by Your name here).
Date: 2020-03-20 00:27:49Z
Operating System: Windows (Microsoft Windows NT 6.2.9200.0)
Runtime Version: .NET CLR 4.0.30319.42000
Exception of type `System.Reflection.TargetInvocationException`: Exception has been thrown by the target of an invocation.
Inner
  Exception of type `System.Reflection.TargetInvocationException`: Exception has been thrown by the target of an invocation.
  Inner
    Exception of type `System.InvalidOperationException`: Actor editorworld does not have trait of type `OpenRA.Mods.Common.Traits.EditorActionManager`
       at OpenRA.TraitDictionary.TraitContainer`1.Get(Actor actor)
   at OpenRA.Mods.Common.Widgets.EditorDefaultBrush..ctor(EditorViewportControllerWidget editorWidget, WorldRenderer wr)
   at OpenRA.Mods.Common.Widgets.EditorViewportControllerWidget..ctor(World world, WorldRenderer worldRenderer)
     at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at OpenRA.ObjectCreator.CreateUsingArgs(ConstructorInfo ctor, Dictionary`2 args)
   at OpenRA.ObjectCreator.CreateObject[T](String className, Dictionary`2 args)
   at OpenRA.WidgetLoader.LoadWidget(WidgetArgs args, Widget parent, MiniYamlNode node)
   at OpenRA.WidgetLoader.LoadWidget(WidgetArgs args, Widget parent, MiniYamlNode node)
   at OpenRA.WidgetLoader.LoadWidget(WidgetArgs args, Widget parent, String w)
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at OpenRA.ObjectCreator.CreateUsingArgs(ConstructorInfo ctor, Dictionary`2 args)
   at OpenRA.ObjectCreator.CreateObject[T](String className, Dictionary`2 args)
   at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
   at OpenRA.Widgets.Widget.PostInit(WidgetArgs args)
   at OpenRA.WidgetLoader.LoadWidget(WidgetArgs args, Widget parent, MiniYamlNode node)
   at OpenRA.WidgetLoader.LoadWidget(WidgetArgs args, Widget parent, String w)
   at OpenRA.Mods.Common.Traits.LoadWidgetAtGameStart.OpenRA.Traits.IWorldLoaded.WorldLoaded(World world, WorldRenderer wr)
   at OpenRA.World.LoadComplete(WorldRenderer wr)
   at OpenRA.Game.StartGame(String mapUID, WorldType type)
   at OpenRA.Mods.Common.Widgets.Logic.MainMenuLogic.<>c__DisplayClass17_0.<LoadMapIntoEditor>b__0()
   at System.Action`1.Invoke(T obj)
   at OpenRA.Game.LogicTick()
   at OpenRA.Game.Loop()
   at OpenRA.Game.Run()
   at OpenRA.Game.InitializeAndRun(String[] args)
   at OpenRA.Program.Main(String[] args)