Acknowledged
over 1 year ago

venu3 series devices can crash SDK 6.3.0/1 simulator

Simulators from older SDKs seem OK.

4 field simple datafields can crash the venu3 series simulator
This applies to the venu3, venu3S and vivoactive5.
1, 2 or 3 field displays are OK.

The simulator crashes when some numeric values are returned from the compute method.

Some examples:
return 1.23; // OK
return 12.3; // fails
return "12.3"; // OK
return "12.30"; /fails
return 123; // OK
return "123"; // OK
return 1234; // fails
return "1234"; // fails
return "123.4"; // fails
return "1.2.3"; // fails
return "1,2.3"; // OK
return "1.2,3"; // OK

Parents
  • Well, it works OK.

    As far as I know I've changed nothing. I have a vanilla Windows 10 setup, my device configs were up to date & I've made no personalisation tweaks.

    I went round & round in circles previously and it always crashed with certain values. Now it doesn't.

    I couldn't explain it then & I can't explain it now but as I've moved on to using newer SDK's I more or less forgot about it.

    Thanks for looking at it.

Comment
  • Well, it works OK.

    As far as I know I've changed nothing. I have a vanilla Windows 10 setup, my device configs were up to date & I've made no personalisation tweaks.

    I went round & round in circles previously and it always crashed with certain values. Now it doesn't.

    I couldn't explain it then & I can't explain it now but as I've moved on to using newer SDK's I more or less forgot about it.

    Thanks for looking at it.

Children
No Data