MantisBT - Zandronum
View Issue Details
0002946Zandronum[All Projects] Bugpublic2016-12-07 10:082024-02-29 14:53
WaTaKiD 
 
normalminoralways
resolvedfixed 
MicrosoftWindowsXP/Vista/7
3.0-beta 
3.23.2 
0002946: [Hexen] DestroyPillar: Couldn't find pillar with ID
found with changeset c9e3038 and cl_showwarnings 1
host hexen server on map01 and sv_nomonsters 1
connect, join, warp -1431 -540
grab the silver key to your left and wait a few seconds
client_DestroyPillar: Couldn't find pillar with ID: 2!
No tags attached.
child of 0002561closed Dusk CLIENT_WARNING_MESSAGES 
diff pillarfix.diff (2,393) 2024-01-18 06:36
https://zandronum.com/tracker/file_download.php?file_id=2887&type=bug
Issue History
2016-12-07 10:08WaTaKiDNew Issue
2016-12-07 10:08WaTaKiDRelationship addedchild of 0002561
2016-12-24 22:41DuskTarget Version => 3.0
2017-02-07 16:17DecayNote Added: 0016813
2017-02-07 18:56DuskTarget Version3.0 =>
2017-03-19 11:26Torr SamahoNote Added: 0017008
2024-01-02 05:50Ru5tK1ngRelationship addedchild of 0002667
2024-01-02 05:51Ru5tK1ngNote Added: 0022967
2024-01-02 05:51Ru5tK1ngStatusnew => resolved
2024-01-02 05:51Ru5tK1ngResolutionopen => fixed
2024-01-02 05:51Ru5tK1ngFixed in Version => 3.2
2024-01-02 05:51Ru5tK1ngTarget Version => 3.2
2024-01-09 04:50Ru5tK1ngNote Added: 0022979
2024-01-09 04:50Ru5tK1ngStatusresolved => feedback
2024-01-09 04:50Ru5tK1ngResolutionfixed => reopened
2024-01-09 04:50Ru5tK1ngStatusfeedback => confirmed
2024-01-09 04:50Ru5tK1ngFixed in Version3.2 =>
2024-01-09 04:50Ru5tK1ngTarget Version3.2 =>
2024-01-09 04:51Ru5tK1ngNote Edited: 0022979bug_revision_view_page.php?bugnote_id=22979#r14032
2024-01-09 04:51Ru5tK1ngRelationship deletedchild of 0002667
2024-01-18 06:32Ru5tK1ngTarget Version => 3.2
2024-01-18 06:32Ru5tK1ngSummaryclient_DestroyPillar: Couldn't find pillar with ID => [Hexen] DestroyPillar: Couldn't find pillar with ID
2024-01-18 06:36Ru5tK1ngFile Added: pillarfix.diff
2024-01-18 06:37Ru5tK1ngNote Added: 0022993
2024-01-18 06:37Ru5tK1ngStatusconfirmed => needs review
2024-02-05 16:10Ru5tK1ngNote Added: 0023058
2024-02-11 17:55KaminskyNote Added: 0023070
2024-02-11 17:55KaminskyStatusneeds review => needs testing
2024-02-29 14:53Ru5tK1ngNote Added: 0023111
2024-02-29 14:53Ru5tK1ngStatusneeds testing => resolved
2024-02-29 14:53Ru5tK1ngResolutionreopened => fixed
2024-02-29 14:53Ru5tK1ngFixed in Version => 3.2

Notes
(0016813)
Decay   
2017-02-07 16:17   
I tested to see if this was a persisting issue. Following the steps, I did not get
client_DestroyPillar: Couldn't find pillar with ID: 2! but instead i got

client_DestroyPillar: Couldn't find pillar with ID: 1!
client_DestroyPillar: Couldn't find pillar with ID: 0!

Proofs
'http://i.imgur.com/0KsMkDS.png [^]'
(0017008)
Torr Samaho   
2017-03-19 11:26   
FYI, the pillar IDs are generated on the fly and depend on the order in which the pillars are activated. That's likely why the IDs differ here.
(0022967)
Ru5tK1ng   
2024-01-02 05:51   
Followed steps with r231220 and did not encounter any pillar messages.
(0022979)
Ru5tK1ng   
2024-01-09 04:50   
(edited on: 2024-01-09 04:51)
Actually with further testing with other things, this is still an issue. This also has nothing to do with 2667 so the relationship will be removed.

(0022993)
Ru5tK1ng   
2024-01-18 06:37   
I have uploaded a patch that fixes the clients trying to destroy some pillars twice which caused the error messages to come and go over time.
(0023058)
Ru5tK1ng   
2024-02-05 16:10   
Merge Request:'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/21 [^]'
(0023070)
Kaminsky   
2024-02-11 17:55   
'https://foss.heptapod.net/zandronum/zandronum-stable/-/commit/2739569349fbb626e214bc0c74b5ec38ca389131 [^]'
(0023111)
Ru5tK1ng   
2024-02-29 14:53   
Spam of client messages has been resolved with the latest changes.