MantisBT - Zandronum
View Issue Details
0004165Zandronum[All Projects] Bugpublic2023-09-19 13:152024-02-29 02:27
JaxOf7 
 
normalminoralways
confirmedbackport later 
 
 
0004165: A_GiveToChildren and/or A_TransferPointer parsing?
A_GiveToChildren is somehow affected by A_TransferPointer placed far after it.
This .zip contains 2 .pk3s

GiveChildrenTest2.pk3
GiveChildrenTest2-Broke.pk3

Add GiveChildrenTest2.pk3 and start an offline game.
A testwatcher actor will spam a log until you die. This is working as intended.

Add GiveChildrenTest2-broke.pk3 instead and start an offline game.
The testwatcher actor stops working immediately.

The only difference between the files is the addition of an unused actor containing A_TransferPointer.
No tags attached.
zip GiveChildrenTests.zip (3,054) 2023-09-19 13:15
/tracker/file_download.php?file_id=2863&type=bug
Issue History
2023-09-19 13:15JaxOf7New Issue
2023-09-19 13:15JaxOf7File Added: GiveChildrenTests.zip
2024-02-29 02:26Ru5tK1ngNote Added: 0023098
2024-02-29 02:27Ru5tK1ngStatusnew => confirmed
2024-02-29 02:27Ru5tK1ngResolutionopen => backport later

Notes
(0023098)
Ru5tK1ng   
2024-02-29 02:26   
Verified to be fixed by the following commit. It might possibly have to wait until the codebase upgrade.

'https://github.com/rheit/zdoom/commit/b69edbbec12e8b483fb4e977dfeb041084f1b6ae [^]'