You can join just fine if you launch the game first. But you can no longer launch the game and automatically join the intended server when using the join game option in the friends list.
Description
Description
Details
Details
- Legacy ID
- 1640483443
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- Always
- Category
- Launcher
Steps To Reproduce
Without launching game, right click a friend playing in a public server and select join game.
Additional Information
Love all the support guys. Keep up the good work.
Event Timeline
Comment Actions
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"
Comment Actions
Hello,
fix is now available in the Dev Branch and the RC Branch and will be present in the Stable Branch when it's released in a few days. Sorry for the inconvenience.