MantisBT - Zandronum
View Issue Details
0002471Zandronum[All Projects] Bugpublic2015-09-26 08:302018-09-30 22:17
Zalewa 
Torr Samaho 
normalmajoralways
closedfixed 
MicrosoftWindowsXP/Vista/7
3.0-beta 
3.03.0 
0002471: Server goes haywire when MAPINFO states that next map is EndTitle
Example pk3:'http://www.doomworld.com/idgames/levels/doom2/Ports/m-o/nukage [^]'

When run offline the game will properly go to the title screen. Server however will be stuck in a loop trying to load the EndTitle map.
1. Run nukage.pk3 on the server.
2. Now you can:
a) execute `nextmap` CCMD
b) join the server and complete the level
No tags attached.
Issue History
2015-09-26 08:30ZalewaNew Issue
2015-10-04 14:12Torr SamahoNote Added: 0013590
2015-10-04 14:12Torr SamahoAssigned To => Torr Samaho
2015-10-04 14:12Torr SamahoStatusnew => needs testing
2015-10-04 14:29cobaltTarget Version => 3.0
2015-10-04 14:29cobaltDescription Updatedbug_revision_view_page.php?rev_id=8093#r8093
2015-10-04 14:29cobaltSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=8095#r8095
2015-10-04 14:29cobaltNote Added: 0013594
2015-10-05 18:52ZalewaNote Added: 0013613
2015-10-05 19:31Torr SamahoNote Added: 0013616
2015-10-07 22:22Ru5tK1ngNote Added: 0013629
2015-10-07 22:24Ru5tK1ngStatusneeds testing => resolved
2015-10-07 22:24Ru5tK1ngResolutionopen => fixed
2015-10-07 22:24Ru5tK1ngProduct Version3.0 => 3.0-beta
2015-10-07 22:24Ru5tK1ngFixed in Version => 3.0
2015-10-07 22:24Ru5tK1ngDescription Updatedbug_revision_view_page.php?rev_id=8111#r8111
2015-10-07 22:24Ru5tK1ngSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=8112#r8112
2018-09-30 22:17Blzut3Statusresolved => closed

Notes
(0013590)
Torr Samaho   
2015-10-04 14:12   
Should be fixed now.
(0013594)
cobalt   
2015-10-04 14:29   
Issue addressed by commit a4d796fbb8a2: Fixed: The server got stuck in an error loop when nextmap was "EndTitle" (fixes 2471).
Committed by Benjamin Berkels [Torr Samaho] on Sunday 04 October 2015 16:11:47

Changes in files:

 src/g_mapinfo.cpp | 6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

(0013613)
Zalewa   
2015-10-05 18:52   
Tested in 3.0-alpha-r151004-2012. The map now loops back to itself upon completion. I guess this was the intended behavior.
(0013616)
Torr Samaho   
2015-10-05 19:31   
When encountering EndTitle, the server is now supposed to go to the first map of the first episode. Since nukage.pk3 only defines a single episode with a single map, i.e. MAP02, it goes to MAP02.
(0013629)
Ru5tK1ng   
2015-10-07 22:22   
I tried a different test wad that had multiple episodes. The server did indeed go to the first map of the first episode when it encountered 'EndTitle'.