Page MenuHomePhabricator

Crash when connecting a Device after opening a picture
Closed, ResolvedPublic

Description

The Application crashes if you:

  1. Open an image e.g. Pic3D.nrrd
  2. Open the ToFUtil
  3. Use the drop-down-menu to select any device
  4. Press Connect

-> Crash

Tested this on a Win7 64bit-System.

Event Timeline

[63ddab]: Merge branch 'bug-13042-CrashWhenConnectingADeviceAfterOpeningPic'

Merged commits:

2012-09-26 16:08:10 Justin Iszatt [9c092c]
Solved the Bug by checking m_DistanceImage to be NOT NULL.
If this was the case, the Programm could not find any methods
of m_DistanceImage resulting in a crash