Page MenuHomeFeedback Tracker

Launcher does allow joining servers from Steam
Closed, ResolvedPublic

Description

The launcher does not properly handle joining servers from the friends list or from the server browser.

Details

Legacy ID
821078508
Severity
None
Resolution
Duplicate
Reproducibility
Always
Category
Launcher

Event Timeline

simp1yhotmailcouk set Category to Launcher.Mar 27 2015, 9:18 PM
simp1yhotmailcouk set Reproducibility to Always.
simp1yhotmailcouk set Severity to None.
simp1yhotmailcouk set Resolution to Duplicate.
simp1yhotmailcouk set Legacy ID to 821078508.May 8 2016, 11:45 AM

Hello,
we've found out the root cause(s) of this issue and devised a fix.

A possible workaround is to manually correct parameters passed to the game. In the Launcher, go to Parameters page and on it is a text box labelled "Command line parameters". You have to add + sign before 'connect' and 'password' and enclose the password itself in double quotes.

E.g.:
The following parameters:

connect 127.0.0.1:2302 password 123 456

should be corrected to:

+connect 127.0.0.1:2302 +password "123 456"