jpasqua / VisibleTesla

Java App to monitor and Control the Tesla Model S
125 stars 41 forks source link

Fix a bug in the 3rd Exit Geofencing Notification. #112

Closed breser closed 9 years ago

breser commented 9 years ago

Was wired up to 4th Car Enter Geofence notification. Reported by Andyw2100 on TMC.

breser commented 9 years ago

Oops should have tried running with that fix. Apparently that wasn't enough

java.lang.NullPointerException
    at org.noroomattheinn.visibletesla.NotifierController.initializeState(NotifierController.java:411)
    at org.noroomattheinn.visibletesla.BaseController.activate(BaseController.java:114)
    at org.noroomattheinn.visibletesla.MainController$5.run(MainController.java:314)
    at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
    at com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
    at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
breser commented 9 years ago

Ok that should resolve that. Sorry for the extra noise.

jpasqua commented 9 years ago

Testing now. Thanks.

jpasqua commented 9 years ago

Integrated in local copy by hand. Publishing soon. Thank you.