-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Arduino Environment exists before it's initialized #10340
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
Comments
+1 Opening the Board Manager and having the packages updated seems to trigger this issue. After this, the problem seems to be permanent. java.lang.NullPointerException |
Un-installed, Re-install did NOT resolve the problem. As a fix I have installed Windows Store app. Store app works. |
We had a problem on our package_index.json that caused the error and prevented the IDE to start. Windows:
Mac:
Linux:
Please note that the problem that prevents the IDE to start has already been fixed and it's ready for the next release, that's the reason why the Nightly/Beta Builds are not affected, and also the reason why we did not detect this problem earlier, sorry about that! |
Version: 1.8.12
:\Program Files (x86)\Arduino>arduino_debug.exe
Set log4j store directory C:\Users\leonb\AppData\Local\Arduino15
Loading configuration...
Initializing packages...
java.lang.NullPointerException
at cc.arduino.contributions.packages.ContributionsIndexer.parseIndex(ContributionsIndexer.java:134)
at processing.app.BaseNoGui.initPackages(BaseNoGui.java:483)
at processing.app.Base.(Base.java:273)
at processing.app.Base.main(Base.java:150)
Seems like this issue: #3248
It worked for weeks. Suddenly it stopped.
The text was updated successfully, but these errors were encountered: