MantisBT - Doomseeker
View Issue Details
0003837Doomseeker[All Projects] Bugpublic2020-06-26 17:072024-11-03 19:11
WubTheCaptain 
Zalewa 
normalminoralways
closedwon't fix 
1.3.1 
1.4.01.4.0 
0003837: Create Game can configure an RCon password for an SRB2 server, but the plugin does not support RCon
The "RCon password" (remote console password) textfield is useless in Create Game dialog for SRB2. This confused me. There is no RCon support in SRB2, regardless of the ability to input an RCon password there.
  1. Start Doomseeker with Sonic Robo Blast 2 plugin version 14 installed and working. (This is the typical setup for Doomseeker 1.3.1 bundle out of the box.)
  2. Navigate to File → Create Game (Ctrl + S).
  3. In Create Game top menu bar, make sure the "Mode" is set to "Host server". (Ctrl + M, H)
  4. Make sure "Game" dropdown is set to Sonic Robo Blast 2.
  5. Navigate to the Server tab. Notice there is an RCon password text field.

Then, attempt to use doomseeker --rcon. The GUI doesn't display SRB2 as a supported source port. Likewise, the full command (below) reports the plugin does not support RCon.
$ doomseeker --rcon SonicRoboBlast2 localhost
[16:51:17] Starting Doomseeker. Hello World! :)
[16:51:17] Setting up data directories.
[16:51:17] Cache directory: /home/wub/.cache/doomseeker
[16:51:17] Config directory: /home/wub/.config/doomseeker
[16:51:17] Data directory: /home/wub/.local/share/doomseeker
[16:51:17] Attempting to load plugins from directory: /usr/lib/x86_64-linux-gnu/doomseeker/engines
[16:51:17] Loaded plugin: "Chocolate Doom"!
[16:51:17] Loaded plugin: "Odamex"!
[16:51:17] Loaded plugin: "Sonic Robo Blast 2"!
[16:51:17] Loaded plugin: "Turok 2 Remaster"!
[16:51:17] Loaded plugin: "Zandronum"!
[16:51:17] Listening to Zandronum's LAN servers broadcasts on port 15101.
[16:51:17] Initializing configuration file.
[16:51:17] Setting INI file: /home/wub/.config/doomseeker/doomseeker.ini
[16:51:17] Loading translations definitions
[16:51:17] Reading localizations definitions file: translations.def
[16:51:17] Loading translation "system".
[16:51:17] Translation loaded.
[16:51:17] Initializing IP2C database.
[16:51:17] Initializing passwords configuration file.
[16:51:17] Initializing configuration for plugins.
[16:51:17] Initializing IRC configuration file.
[16:51:17] Setting IRC INI file: /home/wub/.config/doomseeker/doomseeker-irc.ini
[16:51:17] Init finished.
================================
[16:51:17] Starting RCon client.
[16:51:17] Plugin does not support RCon.
SRB2 plugin version 14.
I was reworking on a new Create Game UI to determine requirements, this came up.
No tags attached.
png 2020-06-26-165232_maim.png (19,310) 2020-06-26 17:07
/tracker/file_download.php?file_id=2618&type=bug
png
Issue History
2020-06-26 17:07WubTheCaptainNew Issue
2020-06-26 17:07WubTheCaptainFile Added: 2020-06-26-165232_maim.png
2020-06-26 17:07WubTheCaptainSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=13221#r13221
2020-06-26 17:08WubTheCaptainNote Added: 0021475
2020-06-26 17:08WubTheCaptainNote Edited: 0021475bug_revision_view_page.php?bugnote_id=21475#r13223
2020-06-26 17:12WubTheCaptainNote Added: 0021476
2020-08-02 08:19ZalewaStatusnew => acknowledged
2022-09-10 14:39ZalewaTarget Version => 1.4.0
2022-12-17 22:13ZalewaNote Added: 0022529
2022-12-17 23:09ZalewaNote Added: 0022530
2022-12-17 23:09ZalewaAssigned To => Zalewa
2022-12-17 23:09ZalewaStatusacknowledged => needs review
2022-12-18 00:45ZalewaNote Edited: 0022530bug_revision_view_page.php?bugnote_id=22530#r13779
2023-01-04 17:10ZalewaNote Added: 0022633
2023-01-04 17:10ZalewaStatusneeds review => resolved
2023-01-04 17:10ZalewaFixed in Version => 1.4.0
2023-01-04 17:10ZalewaResolutionopen => won't fix
2024-11-03 19:11ZalewaStatusresolved => closed

Notes
(0021475)
WubTheCaptain   
2020-06-26 17:08   
Not to mention that top margin is quite awful and only experienced with the SRB2 plugin, but getting rid of this RCon password textfield might resolve that issue anyway.

(0021476)
WubTheCaptain   
2020-06-26 17:12   
By the way, there is no RCon option flag to pass to SRB2 command line either. So the text-field is also a no-op for the "command line" button.
(0022529)
Zalewa   
2022-12-17 22:13   
Doomseeker doesn't have an rcon for SRB2 that's true, but the game itself does support administration password with the `-password` argument. See the cmd line docs:'https://wiki.srb2.org/wiki/Command_line_parameters [^]'

So, Doomseeker permits to set the password when configuring the game, even if the players can only admin it from the client's internals.

There is a similar use-case in Zandronum too, where the user can set up an rcon password for their server, then connect to this server with Zandronum's client and use the `send_password` console command to admin that server.
(0022530)
Zalewa   
2022-12-17 23:09   
(edited on: 2022-12-18 00:45)
0003837:0021475: I've done something about the ugly top margins:'https://bitbucket.org/Doomseeker/doomseeker/commits/57dfa919020bb43485c42730326da48b88ab9668 [^]'

(0022633)
Zalewa   
2023-01-04 17:10   
The SRB2 plugin will be removed from the 1.4 release, so this problem is now moot.
'https://bitbucket.org/Doomseeker/doomseeker/commits/368f0df909fbb7834ff8c78bfd735f529476ecce [^]'