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 after reloading save #17176

Closed
pchote opened this issue Oct 4, 2019 · 0 comments · Fixed by #17179
Closed

Crash after reloading save #17176

pchote opened this issue Oct 4, 2019 · 0 comments · Fixed by #17179
Assignees
Labels

Comments

@pchote
Copy link
Member

pchote commented Oct 4, 2019

On 865d8d7 after loading a save at the start of the game (before deploying MCV):

Exception of type `System.NullReferenceException`: Object reference not set to an instance of an object
  at OpenRA.Mods.Common.Traits.McvManagerBotModule.<.ctor>b__10_0 (OpenRA.Actor a) [0x00000] in /Users/paul/src/OpenRA/OpenRA.Mods.Common/Traits/BotModules/McvManagerBotModule.cs:83 
  at System.Collections.Generic.List`1[T].RemoveAll (System.Predicate`1[T] match) [0x0001a] in <b814b509d4ad406fb40c6c93e38929e7>:0 
  at OpenRA.Mods.Common.Traits.McvManagerBotModule.DeployMcvs (OpenRA.Traits.IBot bot, System.Boolean chooseLocation) [0x00000] in /Users/paul/src/OpenRA/OpenRA.Mods.Common/Traits/BotModules/McvManagerBotModule.cs:143 
  at OpenRA.Mods.Common.Traits.McvManagerBotModule.OpenRA.Mods.Common.Traits.IBotTick.BotTick (OpenRA.Traits.IBot bot) [0x00008] in /Users/paul/src/OpenRA/OpenRA.Mods.Common/Traits/BotModules/McvManagerBotModule.cs:106 
  at OpenRA.Mods.Common.Traits.ModularBot.<OpenRA.Traits.ITick.Tick>b__14_0 () [0x00017] in /Users/paul/src/OpenRA/OpenRA.Mods.Common/Traits/Player/ModularBot.cs:95 
  at OpenRA.Sync+<>c__DisplayClass13_0.<RunUnsynced>b__0 () [0x00000] in /Users/paul/src/OpenRA/OpenRA.Game/Sync.cs:166 
  at OpenRA.Sync.RunUnsynced[T] (System.Boolean checkSyncHash, OpenRA.World world, System.Func`1[TResult] fn) [0x00023] in /Users/paul/src/OpenRA/OpenRA.Game/Sync.cs:182 
  at OpenRA.Sync.RunUnsynced (System.Boolean checkSyncHash, OpenRA.World world, System.Action fn) [0x0000d] in /Users/paul/src/OpenRA/OpenRA.Game/Sync.cs:166 
  at OpenRA.Mods.Common.Traits.ModularBot.OpenRA.Traits.ITick.Tick (OpenRA.Actor self) [0x00022] in /Users/paul/src/OpenRA/OpenRA.Mods.Common/Traits/Player/ModularBot.cs:91 
  at OpenRA.World+<>c.<Tick>b__107_0 (OpenRA.TraitPair`1[T] x) [0x00000] in /Users/paul/src/OpenRA/OpenRA.Game/World.cs:457 
  at OpenRA.WorldUtils.DoTimed[T] (System.Collections.Generic.IEnumerable`1[T] e, System.Action`1[T] a, System.String text) [0x00015] in /Users/paul/src/OpenRA/OpenRA.Game/WorldUtils.cs:78 
  at OpenRA.World.Tick () [0x00151] in /Users/paul/src/OpenRA/OpenRA.Game/World.cs:457 
  at OpenRA.Game.InnerLogicTick (OpenRA.Network.OrderManager orderManager) [0x001bc] in /Users/paul/src/OpenRA/OpenRA.Game/Game.cs:610 
  at OpenRA.Game.LogicTick () [0x0003e] in /Users/paul/src/OpenRA/OpenRA.Game/Game.cs:637 
  at OpenRA.Game.Loop () [0x000e3] in /Users/paul/src/OpenRA/OpenRA.Game/Game.cs:794 
  at OpenRA.Game.Run () [0x0003c] in /Users/paul/src/OpenRA/OpenRA.Game/Game.cs:834 
  at OpenRA.Game.InitializeAndRun (System.String[] args) [0x00010] in /Users/paul/src/OpenRA/OpenRA.Game/Game.cs:261 
  at OpenRA.Program.Main (System.String[] args) [0x00044] in /Users/paul/src/OpenRA/OpenRA.Game/Support/Program.cs:37 

Unconventional Warfare.orasav.zip

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

Successfully merging a pull request may close this issue.

1 participant