Drumber / RemoteLight

A Java based LED Control Software for WS2811 and WS2812 LED strips
GNU General Public License v3.0
84 stars 8 forks source link

java.lang.NullPointerException #6

Closed mmarcelofrm closed 4 years ago

mmarcelofrm commented 4 years ago

This issue was automatically created by the RemoteLight ExceptionHandler. RemoteLightCore version: v0.2.2 OS: Windows 10 StackTrace:

java.lang.NullPointerException
    at de.lars.remotelightcore.devices.arduino.ComPort.openPort(ComPort.java:84)
    at de.lars.remotelightcore.devices.arduino.Arduino.connect(Arduino.java:69)
    at de.lars.remotelightcore.devices.Device.onActivate(Device.java:78)
    at de.lars.remotelightcore.out.OutputManager.activate(OutputManager.java:90)
    at de.lars.remotelightcore.out.OutputManager.setActiveOutput(OutputManager.java:78)
    at de.lars.remotelightcore.SetupHelper$1.run(SetupHelper.java:114)
    at java.lang.Thread.run(Unknown Source)

Jul 28, 2020 6:25 PM

Drumber commented 4 years ago

Duplicate of #5 , but thanks for reporting anyway. Release with fix will be released very soon.