Acknowledged

Crash when saving settings on Fenix 7

I have a watchface that crashes when trying to save settings on the

  • Device Name: fenix 7 Sapphire Solar
  • Firmware Version: 9.24
  • iPhone 12 Pro

Everything is fine in the simulator, and there is plenty of unused memory margin.  Has anyone else had any similar reports?

Unfortunately it seems like the user doesn't have a PC to be able to retrieve any error logs that might be on the watch.

.

Parents
  • OK very cool. Tried this for the first time.  It shows an unhandled exception for this line:

    cHideDelay =theApp.getNumberProperty("HidDly",100)+2;
    getNumberProperty does a null check and always returns a Number, even if the property doesn't exist, although it does.  There is at least one more error report for a similar line in ERA.
    The cause is still a mystery to me.
Comment
  • OK very cool. Tried this for the first time.  It shows an unhandled exception for this line:

    cHideDelay =theApp.getNumberProperty("HidDly",100)+2;
    getNumberProperty does a null check and always returns a Number, even if the property doesn't exist, although it does.  There is at least one more error report for a similar line in ERA.
    The cause is still a mystery to me.
Children