MantisBT - Doomseeker |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0003373 | Doomseeker | [All Projects] Bug | public | 2018-02-15 03:02 | 2018-10-27 22:54 |
|
Reporter | WubTheCaptain | |
Assigned To | Zalewa | |
Priority | normal | Severity | text | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 1.1 | |
Target Version | 1.2 | Fixed in Version | 1.2 | |
|
Summary | 0003373: "No RCon support" dialog message is not printed to stderr |
Description | The following error dialog/diagnostic message:
Quote The selected source port has no RCon support.
is not printed to stderr, although it would be useful to find there (because the program exits in 1.2~beta-180214-1407 (with exit code 0!)). |
Steps To Reproduce |
- doomseeker --rcon
- Select any plugin without RCon support (e.g. Chocolate Doom, or anything else than Zandronum).
- Press OK (with any details) to get the dialog with error message.
- Check stderr; while expected, the message was not found there.
|
Additional Information | There's possibly other messages that would make sense to output to stderr. |
Tags | No tags attached. |
Relationships | related to | 0003536 | closed | Pol M | Regression: Using --rcon is no longer supported by itself |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-02-15 03:02 | WubTheCaptain | New Issue | |
2018-02-15 03:12 | WubTheCaptain | Description Updated | bug_revision_view_page.php?rev_id=11393#r11393 |
2018-02-15 13:44 | Zalewa | Note Added: 0019053 | |
2018-02-15 13:44 | Zalewa | Assigned To | => Zalewa |
2018-02-15 13:44 | Zalewa | Status | new => needs testing |
2018-09-29 15:12 | WubTheCaptain | Target Version | => 1.2 |
2018-09-29 15:53 | WubTheCaptain | Note Added: 0019827 | |
2018-09-29 15:53 | WubTheCaptain | Status | needs testing => needs review |
2018-09-29 15:57 | WubTheCaptain | Note Added: 0019828 | |
2018-10-06 10:52 | WubTheCaptain | Note Added: 0019931 | |
2018-10-06 10:52 | WubTheCaptain | Status | needs review => resolved |
2018-10-06 10:52 | WubTheCaptain | Fixed in Version | => 1.2 |
2018-10-06 10:52 | WubTheCaptain | Resolution | open => fixed |
2018-10-06 10:58 | WubTheCaptain | Relationship added | related to 0003536 |
2018-10-27 22:54 | WubTheCaptain | Status | resolved => closed |
Notes |
|
(0019053)
|
Zalewa
|
2018-02-15 13:44
|
|
|
|
|
--rcon expects two arguments today. I can't even access the combobox with OP's steps to reproduce. Are the commits now dead code? |
|
|
|
And today, there's this stderr output (Mercurial source at tip):
./doomseeker --rcon ChocolateDoom localhost
[15:55:31] Starting Doomseeker. Hello World! :)
[15:55:31] Setting up data directories.
[15:55:31] Cache directory: /home/wub/.cache/doomseeker
[15:55:31] Config directory: /home/wub/.config/doomseeker
[15:55:31] Data directory: /home/wub/.local/share/doomseeker
[15:55:31] Attempting to load plugins from directory: /home/wub/.local/share/doomseeker/engines
[15:55:31] Attempting to load plugins from directory: /tmp/doomseeker/engines
[15:55:31] Loaded plugin: "Chocolate Doom"!
[15:55:31] Loaded plugin: "Odamex"!
[15:55:31] Loaded plugin: "Sonic Robo Blast 2"!
[15:55:31] Loaded plugin: "Turok 2 Remaster"!
[15:55:31] Loaded plugin: "Zandronum"!
[15:55:31] Listening to Zandronum's LAN servers broadcasts on port 15101.
[15:55:31] Initializing configuration file.
[15:55:31] Setting INI file: /home/wub/.config/doomseeker/doomseeker.ini
[15:55:31] Loading translations definitions
[15:55:31] Reading localizations definitions file: translations.def
[15:55:31] Initializing IP2C database.
[15:55:31] Initializing passwords configuration file.
[15:55:31] Initializing configuration for plugins.
[15:55:31] Initializing IRC configuration file.
[15:55:31] Setting IRC INI file: /home/wub/.config/doomseeker/doomseeker-irc.ini
[15:55:31] Init finished.
================================
[15:55:31] Starting RCon client.
[15:55:31] Plugin does not support RCon. |
|
|
|
I'll report a new issue for the regression in 1.2. |
|