MantisBT - Zandronum
View Issue Details
0004497Zandronum[All Projects] Bugpublic2025-04-12 09:082025-04-13 17:52
unknownna 
Kaminsky 
normalfeaturealways
resolvedfixed 
3.2 
3.2 
0004497: [3.2] Changing pointlimit to lower value than current earned points freezes the counter in domination
If you play domination and the server decides to lower the pointlimit to a value that's lower than the currently earned points, the point counter will freeze and effectively soft-lock the game until it's changed back to something higher than the earned points. It started to happen in 3.2, most likely after the re-write of the mode. This is also related to issue 0004322.
1. zandronum -iwad doom2.wad -file domination_pointbug_01.wad +domination 1 +pointlimit 100 +map map01
2. Join the game and capture the territory, and when it's passed 2 points, change pointlimit to 1. The counter will freeze and stop earning points for the team.
Link to example wad:'https://zandronum.com/tracker/file_download.php?file_id=3016&type=bug [^]'
No tags attached.
Issue History
2025-04-12 09:08unknownnaNew Issue
2025-04-13 17:03KaminskyNote Added: 0024440
2025-04-13 17:03KaminskyAssigned To => Kaminsky
2025-04-13 17:03KaminskyStatusnew => needs review
2025-04-13 17:03KaminskyProduct Version => 3.2
2025-04-13 17:20unknownnaNote Added: 0024442
2025-04-13 17:21KaminskyNote Added: 0024443
2025-04-13 17:52unknownnaStatusneeds review => resolved
2025-04-13 17:52unknownnaFixed in Version => 3.2
2025-04-13 17:52unknownnaResolutionopen => fixed

Notes
(0024440)
Kaminsky   
2025-04-13 17:03   
The soft-lock should be fixed here:'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/302 [^]'

Note that this is only intended to restore the behaviour from 3.1 and doesn't address 0004322 (will be addressed after 3.2's release), so technically, a team can "win" the game even when they don't have the most points.
(0024442)
unknownna   
2025-04-13 17:20   
I can confirm that the fix works. Will mark as resolved if merged into main branch.
(0024443)
Kaminsky   
2025-04-13 17:21   
Great! Thanks for checking.