Acknowledged

bug: ERROR: Cannot invoke "java.util.Set.add(Object)" because "this.mFileInfo" is null

MacOS 15.3.1, SDK 8.1.0, VSC Monkey C extension: 1.1.1

In one of my projects (that had other problems because of many files which were now deleted) when I try to run / build I get the following error form the compiler:

java -Xms1g -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar me/Library/Application Support/Garmin/ConnectIQ/Sdks/connectiq-sdk-mac-8.1.0-2025-03-04-7ae1ed1cb/bin/monkeybrains.jar -o MyApp/bin/MyApp.prg -f MyApp/monkey.jungle -y garmin/garmin_developer_key.der -d fr955 -w

ERROR: Cannot invoke "java.util.Set.add(Object)" because "this.mFileInfo" is null

Parents
  • Same issue for us here. We have received requests to add support to our existing app for Descent G2, but we are stuck since you need to use SDK 8.1.0 to support Descent G2.

    When I go back to an older SDK, VS Code builds the app fine, but since 7.4.3 SDK doesn't support Descent G2, we are stuck.

Comment
  • Same issue for us here. We have received requests to add support to our existing app for Descent G2, but we are stuck since you need to use SDK 8.1.0 to support Descent G2.

    When I go back to an older SDK, VS Code builds the app fine, but since 7.4.3 SDK doesn't support Descent G2, we are stuck.

Children
No Data