ac2cz / FoxTelem

AMSAT Fox-1 Telemetry Decoder
GNU General Public License v3.0
52 stars 17 forks source link

Allow reset of FoxTelem if no spacecraft can be loaded #737

Open ac2cz opened 2 years ago

ac2cz commented 2 years ago

Sometimes FoxTelem has an error at startup and it does not launch. e.g. if there is an issue with the spacecraft file or an issue with the properties. There are two possible solutions.

  1. Remove the .dat files
  2. Remove the FoxTelem.properties file

We should present the user with those two options if we fail to start. This could also be launched if the uncaught exception handler is used.

ac2cz commented 2 years ago

This is now mitigated for spacecraft files because FoxTelem will start. So this is only an issue for the properties file.