Skip to content

Instantly share code, notes, and snippets.

@fusion809
Created September 8, 2018 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fusion809/fdf72978296a5ea812ba5f6af592e1eb to your computer and use it in GitHub Desktop.
Save fusion809/fdf72978296a5ea812ba5f6af592e1eb to your computer and use it in GitHub Desktop.
OpenRA engine version 25194
Zeruel87 Mod mod version v0.1
Date: 2018-09-08 02:33:20Z
Operating System: Linux (Unix 4.18.5.1)
Runtime Version: Mono 5.14.0 (makepkg/f3a2216b65a Fri Aug 17 18:51:18 CEST 2018) CLR 4.0.30319.42000
Exception of type `System.AggregateException`: One or more errors occurred.
Inner
Exception of type `System.InvalidOperationException`: Cannot locate type: PaletteFromCurrentTilesetInfo
at OpenRA.ObjectCreator.<MissingTypeAction>m__6 (System.String s) [0x00015] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.ObjectCreator.CreateObject[T] (System.String className, System.Collections.Generic.Dictionary`2[TKey,TValue] args) [0x0001b] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.ObjectCreator.CreateObject[T] (System.String className) [0x00008] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.ActorInfo.LoadTraitInfo (OpenRA.ObjectCreator creator, System.String traitName, OpenRA.MiniYaml my) [0x00040] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.ActorInfo..ctor (OpenRA.ObjectCreator creator, System.String name, OpenRA.MiniYaml node) [0x0005a] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.Ruleset+<LoadDefaults>c__AnonStorey1.<>m__1 (OpenRA.MiniYamlNode k) [0x00016] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.Exts.ToDictionaryWithConflictLog[TSource,TKey,TElement] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector, System.Func`2[T,TResult] elementSelector, System.String debugName, System.Func`2[T,TResult] logKey, System.Func`2[T,TResult] logValue) [0x00071] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.Ruleset.MergeOrDefault[T] (System.String name, OpenRA.FileSystem.IReadOnlyFileSystem fileSystem, System.Collections.Generic.IEnumerable`1[T] files, OpenRA.MiniYaml additional, OpenRA.IReadOnlyDictionary`2[TKey,TValue] defaults, System.Func`2[T,TResult] makeObject, System.Func`2[T,TResult] filterNode) [0x0006a] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.Ruleset+<LoadDefaults>c__AnonStorey1.<>m__0 () [0x00001] in <88b058d0f5ce477d9733cd70a6007047>:0
at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in /build/mono/src/mono/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2501
at System.Threading.Tasks.Task.Execute () [0x00000] in /build/mono/src/mono/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2344
at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00013] in /build/mono/src/mono/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2054
at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00043] in /build/mono/src/mono/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2784
at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout) [0x00000] in /build/mono/src/mono/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2726
at OpenRA.Ruleset.LoadDefaults (OpenRA.ModData modData) [0x0007d] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.ModData.<ModData>m__3 () [0x00000] in <88b058d0f5ce477d9733cd70a6007047>:0
at System.Lazy`1[T].CreateValue () [0x00060] in <815942dd495d4ccc954b977c1d4bee11>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Lazy`1[T].get_Value () [0x00020] in <815942dd495d4ccc954b977c1d4bee11>:0
at OpenRA.ModData.get_DefaultRules () [0x00001] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.Ruleset.LoadDefaultsForTileSet (OpenRA.ModData modData, System.String tileSet) [0x00001] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.Map.PostInit () [0x0007c] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.Map..ctor (OpenRA.ModData modData, OpenRA.FileSystem.IReadOnlyPackage package) [0x00415] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.ModData.PrepareMap (System.String uid) [0x00069] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.Game.StartGame (System.String mapUID, OpenRA.WorldType type) [0x0003a] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.Game.LoadShellMap () [0x00018] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.Mods.Common.LoadScreens.BlankLoadScreen.StartGame (OpenRA.Arguments args) [0x001b4] in /usr/src/packages/BUILD/openra-bleed/src/OpenRA-5d1c37a4c55e1ec4d8ab7d83501e4ca6eb77c985/OpenRA.Mods.Common/LoadScreens/BlankLoadScreen.cs:100
at OpenRA.Game.InitializeMod (System.String mod, OpenRA.Arguments args) [0x003b3] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x004c8] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.Game.InitializeAndRun (System.String[] args) [0x00007] in <88b058d0f5ce477d9733cd70a6007047>:0
at OpenRA.Program.Main (System.String[] args) [0x0004f] in <88b058d0f5ce477d9733cd70a6007047>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment