1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-07-08 12:48:56 +03:00

Troubleshooting: s/ED/the Game/ - where applicable

Athanasius 2021-03-12 14:16:31 +00:00
parent 02d822315c
commit d72b7c4cfb

@ -554,10 +554,10 @@ Alternate URL: "[The latest supported Visual C++ downloads](https://support.micr
<!-- vim-markdown-toc -->
## 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:<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.
<!-- vim-markdown-toc Redcarpet -->