|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
NetworkTable crash in unmodified SimpleRobot template
I'm getting a null pointer exeption in
Code:
NetworkTable::Initialize() Code:
staticProvider = new NetworkTableProvider(*(mode->CreateNode(ipAddress.c_str(), port, threadManager))); Earlier on in the call stack, the crash stems from Code:
SimpleRobot::StartCompetition() Code:
LiveWindow *lw = LiveWindow::GetInstance(); Code:
NetworkTable::GetTable("LiveWindow")
When will this be fixed in WPILib, and how can I work around it in the meantime? Last edited by IBeMad : 07-01-2013 at 01:12. |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|