MantisBT - Doomseeker |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002008 | Doomseeker | [All Projects] Bug | public | 2014-11-23 21:23 | 2018-09-29 14:43 |
|
Reporter | DevilHunter | |
Assigned To | Zalewa | |
Priority | low | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Microsoft | OS | Windows | OS Version | XP |
Product Version | 0.12 Beta | |
Target Version | | Fixed in Version | 1.0 | |
|
Summary | 0002008: Rcon Console will not work on First Try |
Description | What I mean is... Open the Rcon Console to the server you want to Rcon. Type in the password. The window will freeze for a second, then.. Nothing appears. Close the window, open it again, type in pass... It works.
I can't figure out why this happens.. It should work the first time :/ |
Steps To Reproduce | 1. Start DoomSeeker
2. Find a server to Rcon into
3. Open Rcon Console on that Server, Type in Pass
4. Wait for it to finish; Nothing appears on Console;Close and Repeat
5. Rcon works as Normal |
Additional Information | I can't remember if this happen before, but it is rather annoying... |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-11-23 21:23 | DevilHunter | New Issue | |
2014-11-24 16:25 | Zalewa | Note Added: 0010954 | |
2014-11-24 16:25 | Zalewa | Status | new => acknowledged |
2014-11-25 03:55 | EnsaladaDeTomate | Note Added: 0010969 | |
2014-11-25 03:56 | EnsaladaDeTomate | Note Edited: 0010969 | bug_revision_view_page.php?bugnote_id=10969#r6027 |
2014-11-30 11:05 | Zalewa | Assigned To | => Zalewa |
2014-11-30 11:05 | Zalewa | Status | acknowledged => assigned |
2014-11-30 17:40 | Zalewa | Note Added: 0011009 | |
2014-11-30 17:40 | Zalewa | Status | assigned => needs review |
2014-11-30 17:40 | Zalewa | Note Edited: 0011009 | bug_revision_view_page.php?bugnote_id=11009#r6074 |
2014-11-30 17:41 | Zalewa | Note Edited: 0011009 | bug_revision_view_page.php?bugnote_id=11009#r6075 |
2014-12-01 17:53 | Zalewa | Note Added: 0011019 | |
2014-12-01 17:53 | Zalewa | Status | needs review => needs testing |
2014-12-03 00:06 | DevilHunter | Note Added: 0011030 | |
2014-12-03 16:27 | Zalewa | Status | needs testing => resolved |
2014-12-03 16:27 | Zalewa | Fixed in Version | => 1.0 |
2014-12-03 16:27 | Zalewa | Resolution | open => fixed |
2018-09-29 14:43 | WubTheCaptain | Status | resolved => closed |
Notes |
|
(0010954)
|
Zalewa
|
2014-11-24 16:25
|
|
Acknowledging. RCON code needs a slight overhaul, as connection establishment can be solved in a better way than it is now. |
|
|
|
For me, it freezes by a lot (over 3 minutes, sometimes more, sometimes less), and, iirc, it also freezes doomseeker sometimes too.
|
|
|
(0011009)
|
Zalewa
|
2014-11-30 17:40
(edited on: 2014-11-30 17:41) |
|
Fixed this in a bunch of commits starting from this one:
'https://bitbucket.org/Blzut3/doomseeker/commits/0cb0bb3167dc7e7c91b6a7be8e2336ce13afd7be [^]'
and ending on this one:
'https://bitbucket.org/Blzut3/doomseeker/commits/d460dbc891263ce6861f5678235bc513f2847c71 [^]'
Most important highlights:
[list]
[*]RCon is now completely asynchronous. It shouldn't block the main program anymore.
[*]Establish RCon connection after the user specifies the password, not before.
[*]Delay for a bit when retrying RCon password authentication to prevent IP ban from the server for flooding.
[*]Print RCon's "banned" and "outdated" messages to the remote console output instead of popping up a message box.
[*]When connecting to RCon, print descriptive messages about current connection state to the output box.
[/list]
[font color=#777777]Apparently, [list] BB code doesn't work in the comments.[/font]
Apparently, neither does [font].
|
|
|
(0011019)
|
Zalewa
|
2014-12-01 17:53
|
|
Update available on beta build channel and on DRD Team page. Please test. |
|
|
|
So far, it works. Haven't had the issue where it locks Doomseeker but eh. Thanks for the fix |
|