Page MenuHomePhabricator

Workbench doesn't start due to missing view "propertylistview"
Closed, ResolvedPublic

Description

There are still two references to the old (not existing anymore) propertylistview view. Recently there were obviously changes to the code that now require every referenced view to be present or the application will crash.

Solution: Replace the old name by the new properties view name.

Event Timeline

User kislinsk has pushed new remote branch:

bug-18412-PropertiesListView

[ccb528]: Merge branch 'bug-18412-PropertiesListView'

Merged commits:

2014-11-10 11:36:28 Stefan Kislinskiy [f5d4b7]
COMP: Fixed references to the non-existing view propertieslistview.

Hm, the application should definitely not crash if a view is not available. Could you please check what code change is responsible for that and file a blocker ticket?

We figured out that the message about the missing view was just printed by coindicence just before the crash. The actual crash was caused by Diffusion related code in QmitkDataManagerView.cpp:341 which assumed that Diffusion Imaging is alway built. This is currently fixed by Peter.