MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002885 | Zandronum | [All Projects] Bug | public | 2016-10-11 19:00 | 2018-09-30 21:55 |
|
Reporter | DrinkyBird | |
Assigned To | Torr Samaho | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 3.0-beta | |
Target Version | 3.0 | Fixed in Version | 3.0 | |
|
Summary | 0002885: deathmatch CVar doesn't take effect when used via command-line |
Description | In 3.0, using the deathmatch CVar via command-line doesn't take effect, the server always starts in co-op unless you specify +cooperative 0. |
Steps To Reproduce | Host a 2.1.2 server with at least the following:
zandronum -host +deathmatch 1
and notice how it starts in DM.
Do the same with 3.0 and notice how it starts in co-op. Try it with other gamemodes and notice how all except DM work.
Now try launching 3.0 with
zandronum -host +cooperative 0 +deathmatch 1
and notice how it starts in DM. |
Additional Information | Isn't platform dependant, was confirmed by me, Hypnotoad, and Dark-Assassin. |
Tags | No tags attached. |
Relationships | parent of | 0002904 | closed | Torr Samaho | Crash with hpbar-v15.pk3 + h_phobia.wad on MAP11 if a bot is present before the changemap map change | parent of | 0002960 | closed | Edward-san | Strife Crashes when transitioning between two levels in multi-player games |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-10-11 19:00 | DrinkyBird | New Issue | |
2016-10-11 19:23 | unknownna | Status | new => confirmed |
2016-10-11 19:28 | unknownna | Note Added: 0015902 | |
2016-10-11 19:29 | unknownna | Priority | normal => urgent |
2016-10-11 19:31 | Torr Samaho | Target Version | => 3.0 |
2016-10-11 19:36 | Torr Samaho | Note Added: 0015904 | |
2016-10-11 19:43 | WaTaKiD | Note Added: 0015905 | |
2016-10-11 21:00 | Edward-san | Note Added: 0015908 | |
2016-10-11 22:02 | Edward-san | Note Edited: 0015908 | bug_revision_view_page.php?bugnote_id=15908#r9681 |
2016-10-11 22:33 | Edward-san | Note Edited: 0015908 | bug_revision_view_page.php?bugnote_id=15908#r9682 |
2016-10-12 17:28 | Torr Samaho | Note Added: 0015925 | |
2016-10-12 17:28 | Torr Samaho | Assigned To | => Torr Samaho |
2016-10-12 17:28 | Torr Samaho | Status | confirmed => assigned |
2016-10-12 19:45 | Torr Samaho | Note Added: 0015932 | |
2016-10-12 19:46 | Torr Samaho | Status | assigned => needs testing |
2016-10-12 20:00 | Edward-san | Note Added: 0015933 | |
2016-10-12 20:26 | WaTaKiD | Note Added: 0015934 | |
2016-10-13 23:21 | unknownna | Note Added: 0015971 | |
2016-10-13 23:43 | unknownna | Note Edited: 0015971 | bug_revision_view_page.php?bugnote_id=15971#r9718 |
2016-10-19 17:26 | Edward-san | Relationship added | parent of 0002904 |
2016-12-08 03:08 | Ru5tK1ng | Note Added: 0016441 | |
2016-12-08 03:08 | Ru5tK1ng | Status | needs testing => resolved |
2016-12-08 03:08 | Ru5tK1ng | Resolution | open => fixed |
2016-12-08 03:08 | Ru5tK1ng | Fixed in Version | => 3.0 |
2016-12-12 13:58 | Edward-san | Relationship added | parent of 0002960 |
2018-09-30 21:55 | Blzut3 | Status | resolved => closed |
Notes |
|
|
It started to break in 3.0-151228-1140. |
|
|
|
So it was working in 151004-2012? Would be great if somebody can compile the changesets in between to pin point the changeset that broke this. |
|
|
|
|
|
(0015908)
|
Edward-san
|
2016-10-11 21:00
(edited on: 2016-10-11 22:33) |
|
Is it just me or it happens also with 2.2 alpha, too?
[edit] No, it seems I get this problem also when I compile 2.1.2 by myself. The official binary works fine.
I forgot to mention, but I used this offline command:
zandronum -iwad doom2.wad -warp 01 +deathmatch 1
|
|
|
|
I think I remember what's going on. This is a linker problem and likely surfaces now under Windows since we switched to cmake + VS 2015 and enabled parallel building. I'll have a closer look on how to fix this. |
|
|
|
|
|
|
It seems it finally fixed in my system, too. |
|
|
|
|
|
(0015971)
|
unknownna
|
2016-10-13 23:21
(edited on: 2016-10-13 23:43) |
|
Starting a DM server seems to work for me now as well.
Edit:
And all the other modes as well.
|
|
|
|
Deathmatch working along with the other game modes confirmed. |
|