Actions
Bug #1834
openwar_countdown() assert "adip->countdown == -1" failing
Start date:
12/23/2025
Due date:
% Done:
0%
Estimated time:
Description
This was with modified S3_2 HEAD. "Modified" meaning that some of the patches already submitted to this tracker are in the tree, notably #1820 that touches somewhat related code.
I had war_countdown() assert "adip->countdown == -1" failing.
I've found out that the reason for the war_countdown() is that the target has launched a spaceship. That code can be entered only if countdown < 0 and players are not at war (despite the < -1 countdown)
One possible explanation is that we've already going to war (have set countdown), but are still waiting for the senate to be dissolved.
Files
Actions
#1
Updated by Marko Lindqvist 8 days ago
- File 0047-AI-Fix-failing-war_countdown-adip-countdown-1-assert.patch 0047-AI-Fix-failing-war_countdown-adip-countdown-1-assert.patch added
- File 0033-AI-Fix-failing-war_countdown-adip-countdown-1-assert.patch 0033-AI-Fix-failing-war_countdown-adip-countdown-1-assert.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Actions