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

"Rename Profile" crashes the program #29

Open Thiesi opened 3 weeks ago

Thiesi commented 3 weeks ago

Describe the bug If you select the "Rename Profile" command from the drop-down list, the program crashes.

To Reproduce Steps to reproduce the behavior:

  1. Download installer/executable for release 1.1.6.10.
  2. Run installer/executable.
  3. Add a new profile.
  4. Restart the program.
  5. Select "Rename Profile" from the drop-down list.

Expected behavior I expected to be able to rename my profile.

Desktop (please complete the following information):

Additional context The program doesn't crash right away but only after around three to four seconds. Maybe it's trying to access a file in the background?

jimmyeao commented 3 weeks ago

Thanks, I'll try and reproduce and will push a fix once done