From 46162fe94c3df01a940382e021e80f9509b543e8 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sat, 18 Jul 2020 12:20:44 +0100 Subject: [PATCH] Rescind multi-instance start-up sequence requirement WSJT-X now closes any orphaned jt9 sub-process for the same --rig-name= command line option it can detect before starting a new one. --- doc/user_guide/en/faq.adoc | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/doc/user_guide/en/faq.adoc b/doc/user_guide/en/faq.adoc index 578a82d0a..b985ff5a2 100644 --- a/doc/user_guide/en/faq.adoc +++ b/doc/user_guide/en/faq.adoc @@ -39,18 +39,14 @@ passband, if such control is available. How should I configure _WSJT-X_ to run multiple instances?:: -Start _WSJT-X_ from a command-prompt window, assigning each but the -first instance a unique identifier as in the following two-instance -example. This procedure will isolate the *Settings* file and the -writable file location for each instance of _WSJT-X_. +Start _WSJT-X_ from a command-prompt window, assigning each a unique +identifier as in the following two-instance example. This procedure +will isolate the *Settings* file and the writable file location for +each instance of _WSJT-X_. - wsjtx + wsjtx --rig-name=TS590 wsjtx --rig-name=FT847 -When restarting any instance after an unlikely crash you *must* close -all of them then restart each one again starting with the first -default instance. - I am getting a "Network Error - SSL/TLS support not installed" message. What should I do?:: You need to install suitable _OpenSSL_ libraries - see <>.