View Single Post
  #6   Spotlight this post!  
Unread 17-01-2013, 17:10
detruby detruby is offline
Dave Truby
AKA: Dave Truby
FRC #4145 (Wolf Pack)
Team Role: Mentor
 
Join Date: Jan 2012
Rookie Year: 2012
Location: Columbus
Posts: 11
detruby is an unknown quantity at this point
Re: Scheduler.getInstance().run() throws a null pointer

In wpilibjava jar, in Scheduler.java line 208,

m_table.putValue(string.valueOf(++count), e.getData().getTable());

Would return the error about putting a null in the network table. Looks like a code bug to me.
Reply With Quote