Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash immediately after start up with commit 222 #18

Open
fusion809 opened this issue Oct 27, 2018 · 0 comments
Open

Crash immediately after start up with commit 222 #18

fusion809 opened this issue Oct 27, 2018 · 0 comments

Comments

@fusion809
Copy link
Contributor

Hi,

I built commit 222 (d78a9d3) as an AppImage and launched it and it immediately crashed and this is the error I received:

Loading mod: mw
Exception of type `System.AggregateException`: One or more errors occurred.
Inner
  Exception of type `System.InvalidOperationException`: Cannot locate type: MwAttackOrderPowerInfo
    at OpenRA.ObjectCreator+<>c.<.cctor>b__20_0 (System.String s) [0x00015] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.ObjectCreator.CreateObject[T] (System.String className, System.Collections.Generic.Dictionary`2[TKey,TValue] args) [0x0001a] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.ObjectCreator.CreateObject[T] (System.String className) [0x00008] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.ActorInfo.LoadTraitInfo (OpenRA.ObjectCreator creator, System.String traitName, OpenRA.MiniYaml my) [0x00042] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.ActorInfo..ctor (OpenRA.ObjectCreator creator, System.String name, OpenRA.MiniYaml node) [0x00058] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.Ruleset+<>c__DisplayClass12_0.<LoadDefaults>b__1 (OpenRA.MiniYamlNode k) [0x00016] in <8aa6c494baa449a39da1b36ef3e37af3>: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) [0x00091] in <8aa6c494baa449a39da1b36ef3e37af3>: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) [0x00080] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.Ruleset+<>c__DisplayClass12_0.<LoadDefaults>b__0 () [0x00001] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in /home/abuild/rpmbuild/BUILD/mono-5.10.1.47/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2886 
  at System.Threading.Tasks.Task.Execute () [0x00010] in /home/abuild/rpmbuild/BUILD/mono-5.10.1.47/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2509 
  at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00013] in /home/abuild/rpmbuild/BUILD/mono-5.10.1.47/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2166 
  at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00043] in /home/abuild/rpmbuild/BUILD/mono-5.10.1.47/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:3196 
  at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout) [0x00000] in /home/abuild/rpmbuild/BUILD/mono-5.10.1.47/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:3137 
  at OpenRA.Ruleset.LoadDefaults (OpenRA.ModData modData) [0x0007c] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.ModData.<.ctor>b__30_3 () [0x00000] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at System.Lazy`1[T].CreateValue () [0x00060] in <be6fee20a4cf451a8bc9b85c19fe2133>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /home/abuild/rpmbuild/BUILD/mono-5.10.1.47/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 
  at System.Lazy`1[T].get_Value () [0x00020] in <be6fee20a4cf451a8bc9b85c19fe2133>:0 
  at OpenRA.ModData.get_DefaultRules () [0x00001] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.Ruleset.LoadDefaultsForTileSet (OpenRA.ModData modData, System.String tileSet) [0x00001] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.Map.PostInit () [0x00080] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.Map..ctor (OpenRA.ModData modData, OpenRA.FileSystem.IReadOnlyPackage package) [0x00438] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.ModData.PrepareMap (System.String uid) [0x0006e] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.Game.StartGame (System.String mapUID, OpenRA.WorldType type) [0x0003f] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.Game.LoadShellMap () [0x00018] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.Mods.Common.LoadScreens.BlankLoadScreen.StartGame (OpenRA.Arguments args) [0x001b7] in /data/GitHub/others/Medieval-Warfare/engine/OpenRA.Mods.Common/LoadScreens/BlankLoadScreen.cs:100 
  at OpenRA.Game.InitializeMod (System.String mod, OpenRA.Arguments args) [0x003e1] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x004d8] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.Game.InitializeAndRun (System.String[] args) [0x00007] in <8aa6c494baa449a39da1b36ef3e37af3>:0 
  at OpenRA.Program.Main (System.String[] args) [0x0004e] in <8aa6c494baa449a39da1b36ef3e37af3>:0 

AL lib: ALc.c:1420: alcDestroyContext(): deleting 32 Source(s)

My full logs are in: mw-20181028-comd78a9d354ea9f3bd11575ec1b61b5671b910e5d2.zip.

Thanks for your time,
Brenton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant