triplea-game / triplea

TripleA is a turn based strategy game and board game engine, similar to Axis & Allies or Risk.
https://triplea-game.org/
GNU General Public License v3.0
1.33k stars 392 forks source link

serious error in Big world Balance of power #8842

Open MississippiKid1 opened 3 years ago

MississippiKid1 commented 3 years ago

Bot102_Dallas: Feb 12, 2021 1:24:48 AM games.strategy.engine.framework.startup.launcher.ServerLauncher launchInternal Bot102_Dallas: SEVERE: Unrecognized error occurred. If this is a repeatable error, please make a copy of this savegame and report to: Bot102_Dallas: https://github.com/triplea-game/triplea/issues/new Bot102_Dallas: java.lang.NullPointerException: territoryEffects is marked non-null but is null Bot102_Dallas: at games.strategy.triplea.delegate.power.calculator.MainOffenseCombatValue$MainOffenseCombatValueBuilder.territoryEffects(MainOffenseCombatValue.java:26) Bot102_Dallas: at games.strategy.triplea.delegate.power.calculator.CombatValue.buildMainCombatValue(CombatValue.java:57) Bot102_Dallas: at games.strategy.triplea.delegate.power.calculator.TotalPowerAndTotalRolls.getUnitPowerAndRollsForNormalBattles(TotalPowerAndTotalRolls.java:383) Bot102_Dallas: at games.strategy.triplea.delegate.battle.casualty.CasualtyOrderOfLosses.sortUnitsForCasualtiesWithSupport(CasualtyOrderOfLosses.java:108) Bot102_Dallas: at games.strategy.triplea.delegate.battle.casualty.CasualtySelector.getDefaultCasualties(CasualtySelector.java:295) Bot102_Dallas: at games.strategy.triplea.delegate.battle.casualty.CasualtySelector.selectCasualties(CasualtySelector.java:118) Bot102_Dallas: at games.strategy.triplea.delegate.battle.AirBattle$DefendersFire$2.execute(AirBattle.java:764) Bot102_Dallas: at games.strategy.triplea.delegate.ExecutionStack.execute(ExecutionStack.java:34) Bot102_Dallas: at games.strategy.triplea.delegate.battle.AirBattle.fight(AirBattle.java:123) Bot102_Dallas: at games.strategy.triplea.delegate.battle.BattleTracker.fightAirRaidsAndStrategicBombing(BattleTracker.java:1342) Bot102_Dallas: at games.strategy.triplea.delegate.battle.BattleTracker.fightAirRaidsAndStrategicBombing(BattleTracker.java:1323) Bot102_Dallas: at games.strategy.triplea.delegate.battle.BattleDelegate.start(BattleDelegate.java:113) Bot102_Dallas: at games.strategy.engine.framework.ServerGame.startStep(ServerGame.java:519) Bot102_Dallas: at games.strategy.engine.framework.ServerGame.runStep(ServerGame.java:398) Bot102_Dallas: at games.strategy.engine.framework.ServerGame.startGame(ServerGame.java:297) Bot102_Dallas: at games.strategy.engine.framework.startup.launcher.ServerLauncher.launchInternal(ServerLauncher.java:173)

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. If there is something that can be done to resolve this issue, please add a comment indicating what that would be and this issue will be re-opened. If there are multiple items that can be completed independently, we encourage you to use the "reference in new issue" option next to any outstanding comment so that we may divide and conquer.

asvitkine commented 2 years ago

Dupe of 8189