Page MenuHomePhabricator

App. crashes after clicking on "Discover wired tools"
Closed, ResolvedPublic

Description

Bundle: ToolPairNavigation

I have no tracking devices connected.

Menu "Configuration":
click on "Connect" and then on "Discover wired tools" -> Crash!

In general the warnings for misusing any button are unfavorable and should be improved. Someone should check if this functionality is robust if some devices are connected. But maybe this second part is not 1.0 relevant?

Event Timeline

ToolPairNavigation is Ingmars Bundle.

same for the bundle: IGT Recorder

Going to add try catch block and some error messages.

Both the ToolPairNavigation an the IGT REcorder depend on QmitkNDIConfigurationWidget for the configuration.

Try and catch appears not to be necessary, the member variable m_Tracker should be reset to NULL instead.

[SVN revision 22725]
FIX (#3961): Reset m_Tracker to NULL if no devices were added

As I can not check for connected devices I am reassigning this to Ingmar.

Successfully tested for NDI Polaris and Aurora.

Merging "applicazion modules" component with "ExtApp plugins"