Skip to content

java.lang.NullPointerException in Boards Manager updating "Arduino SAMD Boards (32-bits ARM Cortex-M0+)" #10720

Open
@jverive

Description

@jverive

When using Boards Manager, the "Arduino SAMD Boards (32-bits ARM Cortex-M0+)" definition shows up as Updatable, but when I click on "Update" I get an error message:

java.lang.NullPointerException

in the console I see:

java.lang.NullPointerException
java.lang.RuntimeException: java.lang.NullPointerException
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:175)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
at cc.arduino.contributions.packages.ContributionInstaller.remove(ContributionInstaller.java:276)
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:170)
... 1 more

Because of this error I am unable to update the definitions for the affected boards.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions