Complete
over 2 years ago

bug: Data Field Is Not Running in onUpdate()


Error Name: Data Field Is Not Running
Occurrences: 25
First Occurrence: 2022-10-25
Last Occurrence: 2022-11-19
Devices:
Venu®: 7.20
Venu® 2: 11.08
Venu® 2: 10.24
fēnix® 5X / tactix® Charlie: 25.00
vívoactive® 4: 7.20
Venu® Sq. Music Edition: 3.80
App Versions: 2.1.0
Languages: ces, cht, eng, fre, pol
Backtrace:
ExtHRMField.onUpdate:218  var obscurityFlags = getObscurityFlags();

public function onUpdate(dc as Graphics.Dc) {
  var obscurityFlags = getObscurityFlags();
}

Parents
  • I still have some "Data Field Is Not Running" errors in ERA, according to the backtrace all of them inside my onUpdate(). How could that be a bug in my datafield? Either my DF runs or not. If it runs then it makes sense that I see in the backtrace that it reached my code in onUpdate, but then it makes no sense that "the DF isn't running". Or it doesn't run, but then who calls onUpdate() in my code if not the VM?

Comment
  • I still have some "Data Field Is Not Running" errors in ERA, according to the backtrace all of them inside my onUpdate(). How could that be a bug in my datafield? Either my DF runs or not. If it runs then it makes sense that I see in the backtrace that it reached my code in onUpdate, but then it makes no sense that "the DF isn't running". Or it doesn't run, but then who calls onUpdate() in my code if not the VM?

Children
No Data