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
When I try to import a new project based on the classic Blink.ino example, I get the following error:
java.lang.NullPointerException
at com.microchip.mplab.nbide.embedded.arduino.wizard.ImportWorker.lambda$importArduinoProjectFiles$2(ImportWorker.java:254)
at com.microchip.mplab.nbide.embedded.arduino.importer.BootloaderPathProvider.getBootloaderPath(BootloaderPathProvider.java:82)
at com.microchip.mplab.nbide.embedded.arduino.importer.ProjectImporter.copyBootloaderFiles(ProjectImporter.java:406)
at com.microchip.mplab.nbide.embedded.arduino.importer.ProjectImporter.execute(ProjectImporter.java:178)
at com.microchip.mplab.nbide.embedded.arduino.wizard.ImportWorker.importArduinoProjectFiles(ImportWorker.java:268)
at com.microchip.mplab.nbide.embedded.arduino.wizard.ImportWorker.createProject(ImportWorker.java:182)
at com.microchip.mplab.nbide.embedded.arduino.wizard.ImportWorker.invokeImporterTasks(ImportWorker.java:137)
at com.microchip.mplab.nbide.embedded.arduino.wizard.ImportWorker.doInBackground(ImportWorker.java:87)
at com.microchip.mplab.nbide.embedded.arduino.wizard.ImportWorker.doInBackground(ImportWorker.java:69)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Here is a screenshot of the configuration that led to this error (w/personal details blacked out):
The text was updated successfully, but these errors were encountered:
chipKIT-core v20.5
MPLAB IDE v5.0.5
Arduino v1.8.5
Arduino Import Plugin v0.9.7
When I try to import a new project based on the classic
Blink.ino
example, I get the following error:Here is a screenshot of the configuration that led to this error (w/personal details blacked out):
The text was updated successfully, but these errors were encountered: