mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 19:37:39 +03:00
Troubleshooting: 'runas' doesn't actually work (multi-process detection)
parent
611f44ecf1
commit
baa1e8fdf0
@ -540,9 +540,21 @@ 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
|
||||
EDMC supports this scenario if you run the second instance of E:D in a *different* user account - e.g. using `runas` on Windows. Run the second instance of EDMC in the same user account as the second instance of E:D.
|
||||
**NB: This documentation appears to be in error. The second instance
|
||||
via `runas` will detect the already running EDMarketConnector.exe in the
|
||||
'default' user (that you're logged in as) and thus not run. We'll
|
||||
investigate changing the check to take different users into account.**
|
||||
|
||||
EDMC doesn't support running two instances of E:D in the *same* user account. EDMC will only respond to the instance of E:D that you ran last.
|
||||
In the meantime you could investigate [Running from Source](https://github.com/EDCD/EDMarketConnector/wiki/Running-from-source)
|
||||
for additional copies, as that will not perform the EDMarketConnector.exe
|
||||
process check.
|
||||
|
||||
EDMC supports this scenario if you run the second instance of E:D in a
|
||||
*different* user account - e.g. using `runas` on Windows. Run the second
|
||||
instance of EDMC in the same user account as the second instance of E:D.
|
||||
|
||||
EDMC doesn't support running two instances of E:D in the *same* user
|
||||
account. EDMC will only respond to the instance of E:D that you ran last.
|
||||
|
||||
<!-- vim-markdown-toc Redcarpet -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user