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 run arduino-1.6.6 this message is shown every 3 seconds in the messages panel below the sketch text:
java.lang.NullPointerException
at javax.jmdns.impl.NetworkTopologyDiscoveryImpl.getInetAddresses(NetworkTopologyDiscoveryImpl.java:62)
at cc.arduino.packages.discoverers.network.NetworkChecker.run(NetworkChecker.java:57)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Environment:
Linux 64-bit, OpenSuSE 12.3 (Virtual machine without network access)
I can upload sketches to my board via USB and they work, but it is difficult to separate any compiler error messages from the repeating java message.
The text was updated successfully, but these errors were encountered:
I've added a check for when there are no network interfaces. Fix will be available with next hourly build. http://www.arduino.cc/en/Main/Software#hourly Shouldn't this fix your issue, please reopen
Yeah, that was the cause of the error message: the running computer is expected to have localhost at least. It's actually a fault of a library we use, but I wrapped the faulty call with a check, so you can run the IDE without any active interface
When I run arduino-1.6.6 this message is shown every 3 seconds in the messages panel below the sketch text:
java.lang.NullPointerException
at javax.jmdns.impl.NetworkTopologyDiscoveryImpl.getInetAddresses(NetworkTopologyDiscoveryImpl.java:62)
at cc.arduino.packages.discoverers.network.NetworkChecker.run(NetworkChecker.java:57)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Environment:
Linux 64-bit, OpenSuSE 12.3 (Virtual machine without network access)
I can upload sketches to my board via USB and they work, but it is difficult to separate any compiler error messages from the repeating java message.
The text was updated successfully, but these errors were encountered: