Skip to content
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

Unable to import Blink example - v0.9.7 #1

Open
cpenny42 opened this issue Aug 20, 2018 · 0 comments
Open

Unable to import Blink example - v0.9.7 #1

cpenny42 opened this issue Aug 20, 2018 · 0 comments
Assignees

Comments

@cpenny42
Copy link

cpenny42 commented Aug 20, 2018

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:

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):
screen shot 2018-08-20 at 5 54 47 pm

@gholdys gholdys self-assigned this Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants