jimmyeao / Elite-Dangerous-Addon-Launcher-V2

lightweight C# app to manage the launching (and closing!) of Elite Dangerous helper apps and websites
https://github.com/jimmyeao/Elite-Dangerous-Addon-Launcher-V2
MIT License
5 stars 0 forks source link

"/profile" and perhaps "/autolaunch" don't work #28

Open Thiesi opened 4 weeks ago

Thiesi commented 4 weeks ago

Describe the bug Adding the "/profile" and perhaps "/autolaunch" options to a shortcut to have the program load a profile and launch it without user input seems to do nothing.

To Reproduce Steps to reproduce the behavior:

  1. Download release 1.1.6.11.
  2. Run installer/executable once to get all dependencies pulled in.
  3. Create shortcut to installer/executable.
  4. Add "/profile" and "/autolaunch" options to Target as per README.
  5. Start program via shortcut.
  6. Program starts normally as if said options were not present.

Expected behavior As per README, "/profile" should select a profile, and "/autolaunch" should launch it.

Screenshots If applicable, add screenshots to help explain your problem.

image

image

Desktop (please complete the following information):

Additional context It might be "/autolaunch" is actually working but just not doing anything because "/profile" is not working to begin with, but for obvious reasons I can't test that. For reference, I'm also attaching an export of my current config. EDALv2.json

github-actions[bot] commented 4 weeks ago

COngratulations on raising your first issue, we appreciate all feedback!

Thiesi commented 4 weeks ago

Oh, I pulled the version info above from the config and the directory name in my profile, but it seems the actual version number is v1.1.6.10, so there seems to be a mismatch between the executable and the path.

jimmyeao commented 3 weeks ago

Thanks, Ill take a look this week and get it fixed :)