This space is specifically for Connect IQ bug reports. Please review the Connect IQ Bug Reports FAQ before reporting a bug to be sure you have the information needed for Garmin to investigate the bug you wish to report. 

  • 6.2.0: Cannot call instance methods on objects from static functions defined on the same class

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    class Set { function addAll (items as Array<Object?> or Set) as Void { // Add all items to the set from a source array or set ... } ... static function from (items as Array<Object?> or Set) as Set { /* Initialize and return a new...
    • Jun 18, 2023 10:50 PM
  • cannot build epix2pro series devices.

    • Acknowledged on Feb 20, 2025
    • 3 Comments
    I cannot build epix2pro series: epix2pro42mm/epix2pro47mm/epix2pro51mm with the following error. Can someone have a look on it? Thanks. Others devices such as fenix7 pro etc work well. The SDK is 4.2.3 and 6.2.0, I try both windows and linux and...
    • Jun 18, 2023 10:36 PM
  • AffineTransform documentation incorrectly refers to product of 2 matrices as "cross product"

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    https://developer.garmin.com/connect-iq/api-docs/Toybox/Graphics/AffineTransform.html The doc at the above link has several references to the "cross product" of two matrices (or a matrix and a vector), but I think a more appropriate term would be ...
    • Jun 18, 2023 9:15 AM
  • onStop is not called

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    win10/eclipse/6.2.0 when app is type of widget APP.onStop() is not called in on sim (e.g f7) 6.2.0 //starting with glance >****************************** APP.initialize< //[start] >****************************** APP.initialize< /...
    • Jun 15, 2023 5:42 PM
  • BluetoothLowEnergy bug in the latest Instinct 2 firmware

    • Acknowledged on Feb 20, 2025
    • 42 Comments
    After Instinct 2 / Crossover watches were updated from 11.18 to 12.23 and 12.25 firmware, the BLE functionality is broken. I traced the issue to a getService or getServices calls: function onConnectedStateChanged( device, state ) { var v_service...
    • Jun 15, 2023 3:32 PM
  • onRelease event does not update ClickEvent coordinate aftre first use

    • Acknowledged on Feb 20, 2025
    • 5 Comments
    The onRelease call back in a behavior delegate does not update the ClickEvent coordinates past the first time it is called on physical devices. This issue is only seen on the device itself as the simulator works as expected and updates the onRelease...
    • Jun 11, 2023 6:33 AM
  • Bug reading properties in simulator for Instinct Crossover

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    In the simulator for SDK 4,2.4, running the Instinct Crossover, it reports that monkey version 3.4.0 is being used. When a valid string property is read, using AppBase.getProperty(key), an empty string is always returned instead of the set string value...
    • Jun 7, 2023 8:58 AM
  • Problem from SDK 4.1.6

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    Everything works well with SDK 4.1.5, but I got some issues from 4.1.6. Error is: invalid explicit typing of a local variable. Local variable types are inferred [ln 138, col1 ] 138: var id as String; Any idea? jerome
    • Jun 3, 2023 4:55 PM
  • Bug report: display design changes after activity or opening protocoll

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    Since the last update, the display design of the Forerunner 955 changes after finishing activities or reading the sleepprotocol. It changes to the same "wrong" design after the same activity, but different designs betweeen sleepprotocol and activity...
    • Jun 3, 2023 7:32 AM
  • Simulator 4.2.x crashes on Linux

    • Acknowledged on Feb 20, 2025
    • 1 Comment
    The simulator in SDK 4.1.7 and earlier work on my Linux computer The simulator in SDK 4.2.1 to 4.2.3 crashes: 11:48:46: Debug: SetLayout Thread 1 "simulator" received signal SIGBUS, Bus error. Backtrace in gdb give the following: #0 0x0000555555849b11...
    • Jun 2, 2023 10:04 AM