-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I've run into an interesting issue with ED Market Connector. I have it in my settings.json like so:
{
"apiUri": "https://api.zaonce.net",
"watchForCrashes": false,
"language": null,
"autoUpdate": true,
"checkForLauncherUpdates": true,
"maxConcurrentDownloads": 4,
"forceUpdate": "",
"processes": [
{
"filename": "C:\\Program Files (x86)\\EDMarketConnector\\EdMarketCOnnector.exe",
"keepOpen": false
}
],
"shutdownProcesses": [],
"filterOverrides": [
{ "sku": "FORC-FDEV-DO-1000", "filter": "edo" },
{ "sku": "FORC-FDEV-DO-38-IN-40", "filter": "edh4" }
],
"additionalProducts": []
}
However, it loads up much faster than Elite itself. As a result, the EDMC overlays simply don't work. To fix it, I have to close EDMC and restart it. I can also remove the process from the min launcher, launch Elite, then manually launch EDMC, but I'd love to have it in one step.
Can a delay be added to a process launch perhaps? Or is there some way to detect that the window handle has been created before launching processes?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels