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. 

  • bad height dc in glance view for D2AMach1

    • Ticket Created on
    • 1 Comment
    win/eclipse/4.1.4 exactly the same was for epix: https://forums.garmin.com/developer/connect-iq/i/bug-reports/epix2-in-glance-view-returns-bad-height-of-dc and next bug: both command in sim [settings][glance..] not match to the situation on...
  • Duplicate function/module names crash the compiler

    • Ticket Created on
    • 0 Comments
    Given: function foo() {} module foo {} With type checking enabled, I get: ERROR: null java.lang.NullPointerException at com.garmin.monkeybrains.compiler2.ir.visitors.ModuleVisitor.visitModuleDefinition(ModuleVisitor.java:985) at com.garmin.monkeybrains...
  • The type checker's symbol lookup doesn't match the runtime.

    • Ticket Created on
    • 1 Comment
    I originally posted some of this as a question about how lookup was supposed to work , but now I can see it's not just unexpected behavior, it's actually buggy. function foo() as Number { return 0; } module bar { module foo { module bar {...
  • System Error on Edge 530

    • Ticket Created on
    • 0 Comments
    Today I have 2 System errors in the ERA Viewer that don't make much sense: Error Name: System Error Occurrences: 2 First Occurrence: 2022-06-09 Last Occurrence: 2022-06-09 Devices: Edge® 530: 9.10 App Versions: 1.0.2 Languages: cht Backtrace...
  • feature-request: add CIQ version to ERA reports

    • Acknowledged on
    • 2 Comments
    Can you please add the CIQ version of the device to the error report? Actually maybe you could add all the other software part's (sensor, etc) version too, though I guess they are much less useful.
  • No cancel or back button in sim settings editor when editing array properties

    • Ticket Created on
    • 3 Comments
    When you have an array property, you add an item via the settings editor, then you click edit there's only "save item" button, no cancel or back.
  • out of memory when calling getBodyBatteryHistory

    • Ticket Created on
    • 0 Comments
    4.1.3/win/ecplise 1. I first check if(SHI has :getBodyBatteryHistory) 2. call SHI.getBodyBatteryHistory(null). I've checked on sim that there is no difference with memory whether or not there are any parameters in func call (but in previous version...
  • Confusion and bugs in Array Settings

    • Acknowledged on
    • 8 Comments
    When I try the array Settings example from: https://developer.garmin.com/connect-iq/core-topics/properties-and-app-settings/ I get all kinds of errors, but essentially it's because the examples in the doc are either wrong or at least missing some parts...
  • FIT Developer Data Fields Crashing on Fenix 7 and Epix 2

    • Ticket Created on
    • 4 Comments
    Hello - we have been getting reports from the field that our Runn Incline Connect IQ Datafield is crashing on Fenix 7 and Epix 2 platforms. Stack traces based on CIQ_LOG.YML -> debug.xml reveal that the crashes happen on creation of FIT Developer Datafields...
  • getSettingsView bug

    • Ticket Created on
    • 0 Comments
    4.1.3/win/eclipse I don't know if it is bug on sim but hope only on sim. I use Menu2 (from 3.0) in getSettingsView (from 3.2) in my WF. On some devices after command in sim [Settings][Trigger App settings] - approach s60 2.4 - crush (no Menu2),...