You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@facchinm I'm not sure this issue is related to this release or not, but I'm not able to install 1.8.6. I'm only getting a null pointer exception:
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
All kudos to @matthijskooijman for the menu 🙂
Which other megaAVR-compatible cores have you installed via board manager? The issue could depend on some unexpected dependency
Which other megaAVR-compatible cores have you installed via board manager?
Currently, none. I have the MegaCoreX boards manger URL in there, but I have not installed it though boards manger.
I have MegaCoreX and megaTinyCore installed manually.
So, it looks like it's trying to remove a partially installed version of the megaavr core... Not sure which tool is involved, but removing $arduino15/packages/arduino/hardware/megaavr folder and then reinstalling should fix it
Thanks, that did the trick! BTW any plans to update the megaavr pack with the latest releast (1.4.351). The last few releases has fixed some peripheral bugs and interrupt vector issues. Would have been really great to have the latest release ☺️
8 commit comments
MCUdude commentedon Apr 7, 2020
@facchinm I'm not sure this issue is related to this release or not, but I'm not able to install 1.8.6. I'm only getting a null pointer exception:
facchinm commentedon Apr 7, 2020
It shouldn't 😳 Which IDE version are you using?
MCUdude commentedon Apr 7, 2020
I tried 1.8.10 and the latest hourly build. Great improvement to the tools menu in the hourly build BTW!
facchinm commentedon Apr 7, 2020
All kudos to @matthijskooijman for the menu 🙂
Which other megaAVR-compatible cores have you installed via board manager? The issue could depend on some unexpected dependency
MCUdude commentedon Apr 7, 2020
Currently, none. I have the MegaCoreX boards manger URL in there, but I have not installed it though boards manger.
I have MegaCoreX and megaTinyCore installed manually.
facchinm commentedon Apr 7, 2020
So, it looks like it's trying to remove a partially installed version of the megaavr core... Not sure which tool is involved, but removing
$arduino15/packages/arduino/hardware/megaavr
folder and then reinstalling should fix itMCUdude commentedon Apr 7, 2020
Thanks, that did the trick! BTW any plans to update the megaavr pack with the latest releast (1.4.351). The last few releases has fixed some peripheral bugs and interrupt vector issues. Would have been really great to have the latest release☺️
facchinm commentedon Apr 7, 2020
I'll be taking care of it today 😉