Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jverive opened this issue Sep 2, 2020 · 0 comments
Labels
Component: Board/Lib Manager Boards Manager or Library Manager Type: Bug

Comments

@jverive
Copy link

jverive commented Sep 2, 2020

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.

@per1234 per1234 added Component: Board/Lib Manager Boards Manager or Library Manager Type: Bug labels Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Board/Lib Manager Boards Manager or Library Manager Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants