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
After building the new repository with cygwin I got an error in the Arduino IDE when I try to install the package (esp8266-71347b8) with following message:
java.lang.RuntimeException: java.lang.NullPointerException
at cc.arduino.contributions.packages.ui.ContributionManagerUI$4.run(ContributionManagerUI.java:182)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at java.io.File.<init>(File.java:360)
at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:154)
at cc.arduino.contributions.packages.ui.ContributionManagerUI$4.run(ContributionManagerUI.java:176)
I removed \Users[user_name]\AppData\Roaming\Arduino15 without success.