dnqbob
dnqbob
 Is it a bug or feature by recent change? You can reproduce it at bleed easily.
Exception of type `System.InvalidOperationException`: Attempted to get trait from destroyed object (player 2 (not in world)) at OpenRA.TraitDictionary.CheckDestroyed(Actor actor) in D:\work\Projects\Github\shattered-paradise-sdk-mirror\engine\OpenRA.Game\TraitDictionary.cs:line 84 at OpenRA.Mods.AS.Traits.ActorStatValues.OpenRA.Traits.INotifyOwnerChanged.OnOwnerChanged(Actor self, Player oldOwner, Player newOwner) in...
Reproduction: 1. Turn MCV an Aircraft ``` ### in RA -Mobile: -Chronoshiftable: Aircraft: TurnSpeed: 20 Speed: 128 AltitudeVelocity: 0c58 ``` 2. Choose "Heavy Support" when game start 
[2024-10-19T09:02:15] Game started Exception of type `System.InvalidOperationException`: Collection was modified; enumeration operation may not execute. at OpenRA.Mods.AS.Traits.SharedCargoManager.Clear(AttackInfo e) in D:\work\Projects\Github\shattered-paradise-sdk-mirror\engine\OpenRA.Mods.AS\Traits\Player\SharedCargoManager.cs:line 51 at OpenRA.Mods.AS.Traits.SharedCargo.OpenRA.Mods.Common.Traits.INotifyKilled.Killed(Actor self, AttackInfo e) in D:\work\Projects\Github\shattered-paradise-sdk-mirror\engine\OpenRA.Mods.AS\Traits\SharedCargo.cs:line 340 at...
``` Exception of type `System.ArgumentOutOfRangeException`: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') at OpenRA.Mods.Common.Widgets.ProductionTabsWidget.HandleMouseInput(MouseInput mi) in D:\work\Projects\Github\shattered-paradise-sdk-mirror\engine\OpenRA.Mods.Common\Widgets\ProductionTabsWidget.cs:line 290 at...
 Just a code and move effect showcase.
Solves #18265 and #18267 1. Add a setting to allow support power triggered by enemy attack (ironcurtain) 2. Add settings to allow support power applying ExtraLocation parameter (chronoshift) 3. Add...
bug reported by @CastleJing on https://github.com/OpenRA/OpenRA/commit/2b2e2d6fe3969d4aadc0915486ee8c925baa2760 System: debian13
## System Information - Operating System: win10 - OpenRA Version: [MustaphaTR-OpenRA](https://github.com/MustaphaTR/OpenRA/commit/727c61fa699fb9dd2fbf4e6044abfd8f6ec57637) - OpenRA Mod: [SP](https://github.com/ABrandau/Shattered-Paradise-SDK/commit/dfd8db96b068e1609ba19b5bb35c49eac0b4a01f) ## Exception log ``` Exception of type `System.InvalidOperationException`: Attempted to get trait from destroyed object...