CAmod icon indicating copy to clipboard operation
CAmod copied to clipboard

Game crashes when helicopter lands on coast

Open maxchen32 opened this issue 1 year ago • 0 comments

OpenRA engine version ca-2307
OpenRA Language: en
Combined Arms mod version 1.01
on map 190706e1d452e4d116396ae0aca84e91ba0728b7 (09: Zenith by Darkademic).
Date: 2024-03-03 02:38:14Z
Operating System: Windows (X64, Microsoft Windows NT 6.3.9600.0)
Runtime Version: .NET CLR 6.0.25
Installed Language: zh (Installed) zh (Current) zh (Current UI)
Exception of type `System.InvalidOperationException`: Cannot AddInfluence until previous influence is removed with RemoveInfluence
   at OpenRA.Mods.Common.Traits.Aircraft.AddInfluence(ValueTuple`2[] landingCells) in /home/runner/work/CAmod/CAmod/engine/OpenRA.Mods.Common/Traits/Air/Aircraft.cs:line 876
   at OpenRA.Mods.Common.Traits.Aircraft.AddInfluence(CPos landingCell) in /home/runner/work/CAmod/CAmod/engine/OpenRA.Mods.Common/Traits/Air/Aircraft.cs:line 886
   at OpenRA.Mods.Common.Activities.Land.Tick(Actor self) in /home/runner/work/CAmod/CAmod/engine/OpenRA.Mods.Common/Activities/Air/Land.cs:line 237
   at OpenRA.Activities.Activity.TickOuter(Actor self) in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Activities/Activity.cs:line 108
   at OpenRA.Traits.ActivityUtils.RunActivity(Actor self, Activity act) in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Traits/ActivityUtils.cs:line 29
   at OpenRA.Actor.Tick() in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Actor.cs:line 262
   at OpenRA.World.Tick() in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/World.cs:line 446
   at OpenRA.Game.InnerLogicTick(OrderManager orderManager) in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Game.cs:line 630
   at OpenRA.Game.LogicTick() in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Game.cs:line 645
   at OpenRA.Game.Loop() in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Game.cs:line 814
   at OpenRA.Game.Run() in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Game.cs:line 867
   at OpenRA.Game.InitializeAndRun(String[] args) in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Game.cs:line 305
   at OpenRA.WindowsLauncher.WindowsLauncher.RunGame(String[] args) in /home/runner/work/CAmod/CAmod/engine/OpenRA.WindowsLauncher/Program.cs:line 71
OpenRA engine version ca-2307
OpenRA Language: en
Combined Arms mod version 1.01
on map 535f2e48bd401f1bb73f3217ce045bcedd842562 (Winter Storm by Kyrylo Silin).
Date: 2024-03-03 02:44:16Z
Operating System: Windows (X64, Microsoft Windows NT 6.3.9600.0)
Runtime Version: .NET CLR 6.0.25
Installed Language: zh (Installed) zh (Current) zh (Current UI)
Exception of type `System.InvalidOperationException`: Cannot AddInfluence until previous influence is removed with RemoveInfluence
   at OpenRA.Mods.Common.Traits.Aircraft.AddInfluence(ValueTuple`2[] landingCells) in /home/runner/work/CAmod/CAmod/engine/OpenRA.Mods.Common/Traits/Air/Aircraft.cs:line 876
   at OpenRA.Mods.Common.Traits.Aircraft.AddInfluence(CPos landingCell) in /home/runner/work/CAmod/CAmod/engine/OpenRA.Mods.Common/Traits/Air/Aircraft.cs:line 886
   at OpenRA.Mods.Common.Activities.Land.Tick(Actor self) in /home/runner/work/CAmod/CAmod/engine/OpenRA.Mods.Common/Activities/Air/Land.cs:line 237
   at OpenRA.Activities.Activity.TickOuter(Actor self) in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Activities/Activity.cs:line 108
   at OpenRA.Traits.ActivityUtils.RunActivity(Actor self, Activity act) in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Traits/ActivityUtils.cs:line 29
   at OpenRA.Actor.Tick() in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Actor.cs:line 262
   at OpenRA.World.Tick() in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/World.cs:line 446
   at OpenRA.Game.InnerLogicTick(OrderManager orderManager) in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Game.cs:line 630
   at OpenRA.Game.LogicTick() in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Game.cs:line 645
   at OpenRA.Game.Loop() in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Game.cs:line 814
   at OpenRA.Game.Run() in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Game.cs:line 867
   at OpenRA.Game.InitializeAndRun(String[] args) in /home/runner/work/CAmod/CAmod/engine/OpenRA.Game/Game.cs:line 305
   at OpenRA.WindowsLauncher.WindowsLauncher.RunGame(String[] args) in /home/runner/work/CAmod/CAmod/engine/OpenRA.WindowsLauncher/Program.cs:line 71

The first is on a mission, the second is on a 1v1 map. image image

maxchen32 avatar Mar 03 '24 03:03 maxchen32