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. 

  • no focus on menu2 for GPSMAP 67i

    • Acknowledged on Dec 20, 2024
    • 1 Comment
    There is no focus on menu item Compile and install Menu2Sample, press menu button, menu appears, but there is no focus The simulator behaves correctly newest SDK (7.4.3), latest device FW (8.90)
    • Dec 19, 2024 12:33 PM
  • Connect IQ apps crash on leaving power screen on GPSMAP 67i

    • Acknowledged on Dec 20, 2024
    • 0 Comments
    Hello when power button is pressed, 'power screen' appears when the screen is dismissed, app shall be visible, but the app terminates without any usable information the YML file contains only Error: Invalid Value Time: 2024-12-16T18:07:30Z Part...
    • Dec 19, 2024 9:20 AM
  • simulator crashes (SIGSEGV)

    • Acknowledged on Feb 20, 2025
    • 0 Comments
    Hi, just trying to setup a working environment on Arch Linux. I installed the latest SDK `7.4.3` and some device via the sdk manager. Since I failed to find any docs about the monkeyC toolchain usage (pretty crazy tbh for a custom language). Actually...
    • Dec 19, 2024 3:32 AM
  • Connect IQ Reference Manual errors

    • Acknowledged on Dec 20, 2024
    • 3 Comments
    The Connect IQ Reference Manual SDK 7.4.3 in the section on Monkey C operators misses out the << and >> operators. It also incorrectly describes the >>= operator as follows: >>= Right shift the right operand by the left operand and assign the result...
    • Dec 17, 2024 6:05 AM
  • elapsedDistance

    • Acknowledged on Jan 8, 2025
    • 4 Comments
    In the latest SDK, 7.4.3, in the VSC simulator, elapsedDistance is stuck at 0.0 meters if you hit START then PLAY. Other simulated metrics work as expected. Strangely, if you hit PLAY, then START, then elapsedDistance increments ONE time, eg: to...
    • Dec 15, 2024 11:19 AM
  • Type checker error for nullable variable inside loop

    • Acknowledged on Dec 16, 2024
    • 12 Comments
    SDK 7.3.1 or 7.4.3, strict checking is enabled. import Toybox.Lang; function test () as Number { var value = null ; for ( var i = 0 ; i < 2 ; i ++ ) { if (value != null ) { // Object of type 'Null' does not match return type '$.Toybox...
    • Dec 13, 2024 9:23 PM
  • When I try to remove a CIQ field from an activity, the field crashes and now the watch thinks the activity still has 2 CIQ fields (the max) when there's only 1

    • Acknowledged on Jan 8, 2025
    • 2 Comments
    It's extremely annoying that this type of bug has been around for at least 7 years (dating back to 935 and maybe earlier). My observations (not exactly a recreation procedure since I'm sure this doesn't happen every time): - I am using an FR955 with...
    • Dec 13, 2024 7:20 PM
  • Critical Error for Monkey C Compiler with Mac OS Apple M Series and Java ARM64 JRE

    • Acknowledged on Dec 16, 2024
    • 13 Comments
    I just set up Monkey C on the new MacBook Pro with the Apple M4 Pro chip (Nov 2024), which requires the ARM64 JRE version of Java. The Monkey C installation verification was successful, but when I tried to run my app, I received a critical error referring...
    • Dec 13, 2024 2:36 AM
  • Can't compile for enduro3 with sdk 7.4.2, but it works with 7.4.1

    • Acknowledged on Dec 16, 2024
    • 2 Comments
    ~/g/wf (main|✚2) [100]$ monkeyc --version Connect IQ Compiler version: 7.4.2 ~/g/wf (main|✚2) $ monkeyc -d "enduro3" -f monkey.jungle -o wf.prg -y developer_key.der -l 3 -O 2pz ERROR: Device 'enduro3' requires API Level '5.0.1'. The current SDK supports...
    • Dec 11, 2024 2:07 PM
  • Watches record random large distances for Yoga

    • Acknowledged on Dec 10, 2024
    • 2 Comments
    Start a Yoga activity and save it. Use UserProfile. getUserActivityHistory () to iterate of the recorded activty. Notice that the Iterator.distance != 0. It's always 0x028f5c28 I'd expect it to be zeros for Yoga.
    • Dec 9, 2024 7:08 PM