Advertisement
StormWingDelta

openra error

Mar 28th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. Tiberian Sun Mod at Version {DEV_VERSION}
  2. Date: 2017-03-28 16:40:26Z
  3. Operating System: Windows (Microsoft Windows NT 6.1.7601 Service Pack 1)
  4. Runtime Version: .NET CLR 4.0.30319.42000
  5. Exception of type `System.AggregateException`: One or more errors occurred.
  6. Inner
  7. Exception of type `System.InvalidOperationException`: Cannot locate type: ChangeOwnerWarhead
  8. at OpenRA.ObjectCreator.<MissingTypeAction>m__6(String s)
  9. at OpenRA.ObjectCreator.CreateObject[T](String className, Dictionary`2 args)
  10. at OpenRA.ObjectCreator.CreateObject[T](String className)
  11. at OpenRA.Game.CreateObject[T](String name)
  12. at OpenRA.GameRules.WeaponInfo.LoadWarheads(MiniYaml yaml)
  13. at OpenRA.FieldLoader.Load(Object self, MiniYaml my)
  14. at OpenRA.GameRules.WeaponInfo..ctor(String name, MiniYaml content)
  15. at OpenRA.Ruleset.<LoadDefaults>c__AnonStorey0.<>m__2(MiniYamlNode k)
  16. at OpenRA.Exts.ToDictionaryWithConflictLog[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, String debugName, Func`2 logKey, Func`2 logValue)
  17. at OpenRA.Ruleset.MergeOrDefault[T](String name, IReadOnlyFileSystem fileSystem, IEnumerable`1 files, MiniYaml additional, IReadOnlyDictionary`2 defaults, Func`2 makeObject)
  18. at OpenRA.Ruleset.<LoadDefaults>c__AnonStorey0.<>m__0()
  19. at System.Threading.Tasks.Task.InnerInvoke()
  20. at System.Threading.Tasks.Task.Execute()
  21. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  22. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  23. at OpenRA.Ruleset.LoadDefaults(ModData modData)
  24. at OpenRA.ModData.<ModData>m__2()
  25. at System.Lazy`1.CreateValue()
  26. --- End of stack trace from previous location where exception was thrown ---
  27. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  28. at System.Lazy`1.get_Value()
  29. at OpenRA.ModData.get_DefaultRules()
  30. at OpenRA.Ruleset.LoadDefaultsForTileSet(ModData modData, String tileSet)
  31. at OpenRA.Map.PostInit()
  32. at OpenRA.Map..ctor(ModData modData, IReadOnlyPackage package)
  33. at OpenRA.ModData.PrepareMap(String uid)
  34. at OpenRA.Game.StartGame(String mapUID, WorldType type)
  35. at OpenRA.Game.LoadShellMap()
  36. at OpenRA.Mods.Common.LoadScreens.BlankLoadScreen.StartGame(Arguments args)
  37. at OpenRA.Game.InitializeMod(String mod, Arguments args)
  38. at OpenRA.Mods.Common.Widgets.Logic.ModBrowserLogic.<LoadMod>c__AnonStorey2.<>m__1()
  39. at OpenRA.Primitives.ActionQueue.PerformActions(Int64 currentTime)
  40. at OpenRA.Game.LogicTick()
  41. at OpenRA.Game.Loop()
  42. at OpenRA.Game.Run()
  43. at OpenRA.Program.Run(String[] args)
  44. at OpenRA.Program.Main(String[] args)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement