From d72b7c4cfb4a95d2930eb474440bb6ebbbd7b97d Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 12 Mar 2021 14:16:31 +0000 Subject: [PATCH] Troubleshooting: s/ED/the Game/ - where applicable --- Troubleshooting.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index cffc41a..c5cec86 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -554,10 +554,10 @@ Alternate URL: "[The latest supported Visual C++ downloads](https://support.micr ## I run two instances of E:D simultaneously, but I can't run two instances of EDMC -This application supports this scenario if you run the second instance of ED -in a *different* user account - e.g. using `runas` on Windows. Run the second -instance of this application in the same user account as the second -instance of ED: +This application supports this scenario if you run the second instance of +the Game in a *different* user account - e.g. using `runas` on Windows. Run the +second instance of this application in the same user account as the second +instance of the Game: `runas /user: "\"c:\Program Files (x86)\EDMarketConnector\EDMarketConnector.exe\" --force-localserver-for-auth"` @@ -566,8 +566,8 @@ instance of ED: The `--force-localserver-for-auth` flag is necessary to ensure the callback from Frontier Authentication reaches the correct instance of this application. -This application doesn't support running two instances of ED in the *same* -user account. The application will only respond to the instance of ED that +This application doesn't support running two instances of the Game in the *same* +user account. The application will only respond to the instance of the Game that you ran last, because its Journal file will then be the most recent.