-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Component: IDEThe Arduino IDEThe Arduino IDEType: RegressionSomething that used to work and now doesn'tSomething that used to work and now doesn't
Description
Command line example: arduino_debug.exe --upload MyProject.ino --port COM54
Output:
Loading configuration...
java.lang.NullPointerException
at processing.app.BaseNoGui.selectSerialPort(BaseNoGui.java:1088)
at processing.app.helpers.CommandlineParser.parseArgumentsPhase1(CommandlineParser.java:143)
at processing.app.Base.(Base.java:273)
at processing.app.Base.guardedMain(Base.java:219)
at processing.app.Base.main(Base.java:132)
Seems like BaseNoGui.initPackages is not called.
Metadata
Metadata
Assignees
Labels
Component: IDEThe Arduino IDEThe Arduino IDEType: RegressionSomething that used to work and now doesn'tSomething that used to work and now doesn't