Skip to content

Ability to delay process opening until ED is loaded? #187

@Merovech

Description

@Merovech

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions