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. 

  • Latest SDK Manager Nasty Crash On Windows

    • Acknowledged on
    • 5 Comments
    Hi, Since latest update, I have not been able to run the SDK Manager on Windows. After the issue first appeared, I went back to download the latest from Get the SDK | Connect IQ | Garmin Developers but same issue persists. App starts, a nasty error...
  • SDK 7.2.0 strict typechecker regression

    • Acknowledged on
    • 4 Comments
    The following function can no longer be built using SDK 7.2.0 with strict type check level: function saveValues(values as $.Toybox.Lang.Array<$.Toybox.Lang.String>) as Void { $.Toybox.Application.Storage.setValue("key", values); } The error is...
  • sdkmanager exception

    • Acknowledged on
    • 3 Comments
    On Win10, when executing the sdkmanager.exe, the program crashes and before the windows rapidly close; you can briefly see an exception error window: (Cannot even upload the image here due to a quota error, even though the screenshot is very small) ...
  • new sdk manager bug

    • Ticket Created on
    • 10 Comments
    new sdk manager 1.0.10 doesn't run
  • Occasional "Symbol Not Found Error" at any app startup for "venu2plus" on Ubuntu 22.04 with SDK 7.1.1

    • Acknowledged on
    • 0 Comments
    Steps to reproduce. Build "Menu2Sample" for "venu2plus" from SDK 7.1.1 samples (either with direct "monkeyc" invocation or with VS Code plugin). Run the script (see below). If app is started without crash, goto 2. Script: #/bin/bash pkill...
  • problem with escaping in settings

    • Acknowledged on
    • 1 Comment
    see below
  • Skitour app no longer works properly after resuming from a crash

    • Acknowledged on
    • 0 Comments
    Experienced multiple times with a Fenix 6X Pro: If the watch crashes during the recording of a Skitour activity, when the app resumes the current actvitiy recording after rebooting, it no longer properly records ascents and descents. The completed activity...
  • Skitour app crashes with out of memory (errnum 0x00f) while using ConnectIQ data field

    • Acknowledged on
    • 1 Comment
    On a Fenix 6x Pro, the Skitour app crashes on long skitouring activities (after several hours of recording) while using a ConnectIQ data field. It is not the data field that crashes, but the entire watch (resetting). The same does not occur with other...
  • Feature request - Allow watchfaces to raise notifications/alerts

    • Acknowledged on
    • 0 Comments
    There are multiple use cases for watchfaces to be able to raise notifications/alerts to the watch. Since watchfaces are the only app type that can run continuously, various health, and external monitoring applications would find it useful to raise a...
  • Simulator does not work with the most basic example setup from the docs

    • Acknowledged on
    • 9 Comments
    Trying to develop for the Venu3, but new to Connect IQ platform Can't get a basic developing setup to work by following the tutorials. Creating a project all seems to go fine, but running a file like MetronomeApp.mc by pressing F5 will via Run > Run...